mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-26 15:16:21 +01:00
23 lines
578 B
JSON
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"
|
|
}
|
|
} |