2021-01-06 14:11:53 +01:00

22 lines
552 B
JSON

{
"name": "@babel/helper-fixtures",
"version": "7.12.12",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-fixtures"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-fixtures",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.19",
"semver": "^5.3.0"
}
}