2019-07-12 10:29:06 +02:00

17 lines
430 B
JSON

{
"name": "@babel/helper-define-map",
"version": "7.4.4",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.4.4",
"lodash": "^4.17.13"
}
}