Huáng Jùnliàng f7964a9ac5 v7.10.5
2020-07-14 14:10:36 -04:00

21 lines
481 B
JSON

{
"name": "@babel/helper-define-map",
"version": "7.10.5",
"description": "Helper function to define a map",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-define-map"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.10.4",
"@babel/types": "^7.10.5",
"lodash": "^4.17.19"
}
}