Files
Speedtest-Tracker/conf/site/node_modules/@babel/helper-module-imports/package.json
Henry Whitaker 2219b0213c npm install
2021-03-07 09:24:01 +00:00

23 lines
578 B
JSON

{
"name": "@babel/helper-module-imports",
"version": "7.12.5",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-imports"
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.12.5"
},
"devDependencies": {
"@babel/core": "7.12.3"
}
}