29 lines
959 B
JSON
29 lines
959 B
JSON
{
|
|
"name": "@babel/helper-transform-fixture-test-runner",
|
|
"version": "7.13.10",
|
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
|
"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.12.13",
|
|
"@babel/core": "workspace:^7.13.10",
|
|
"@babel/helper-fixtures": "workspace:^7.13.10",
|
|
"babel-check-duplicated-nodes": "^1.0.0",
|
|
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
|
|
"lodash": "^4.17.19",
|
|
"quick-lru": "5.1.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"source-map": "^0.5.0"
|
|
}
|
|
}
|