2021-04-08 15:40:57 +00:00

30 lines
920 B
JSON

{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.15",
"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.15",
"@babel/helper-fixtures": "workspace:^7.13.13",
"babel-check-duplicated-nodes": "^1.0.0",
"quick-lru": "5.1.0",
"regenerator-runtime": "^0.13.7",
"source-map": "^0.5.0"
},
"devDependencies": {
"@types/jest": "^25.2.2"
}
}