31 lines
913 B
JSON
31 lines
913 B
JSON
{
|
|
"name": "@babel/helper-transform-fixture-test-runner",
|
|
"version": "7.11.4",
|
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-transform-fixture-test-runner"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/code-frame": "workspace:^7.10.4",
|
|
"@babel/core": "workspace:^7.11.4",
|
|
"@babel/helper-fixtures": "workspace:^7.10.5",
|
|
"@babel/polyfill": "workspace:^7.10.4",
|
|
"babel-check-duplicated-nodes": "^1.0.0",
|
|
"jest": "^24.8.0",
|
|
"jest-diff": "^24.8.0",
|
|
"lodash": "^4.17.19",
|
|
"quick-lru": "5.1.0",
|
|
"resolve": "^1.3.2",
|
|
"source-map": "^0.6.1"
|
|
}
|
|
}
|