15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"name": "@babel/helper-fixtures",
|
|
"version": "7.0.0-beta.40",
|
|
"description": "Helper function to support fixtures",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.2.0",
|
|
"semver": "^5.3.0",
|
|
"try-resolve": "^1.0.0"
|
|
}
|
|
}
|