Nicolò Ribaudo 2c88694388
v7.4.4
2019-04-26 23:00:07 +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.11"
}
}