first
This commit is contained in:
54
node_modules/@babel/plugin-syntax-dynamic-import/package.json
generated
vendored
Normal file
54
node_modules/@babel/plugin-syntax-dynamic-import/package.json
generated
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"_from": "@babel/plugin-syntax-dynamic-import@^7.8.3",
|
||||
"_id": "@babel/plugin-syntax-dynamic-import@7.8.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
|
||||
"_location": "/@babel/plugin-syntax-dynamic-import",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/plugin-syntax-dynamic-import@^7.8.3",
|
||||
"name": "@babel/plugin-syntax-dynamic-import",
|
||||
"escapedName": "@babel%2fplugin-syntax-dynamic-import",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.8.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.8.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/plugin-transform-dynamic-import",
|
||||
"/@babel/preset-env",
|
||||
"/@vue/babel-preset-app"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
||||
"_shasum": "62bf98b2da3cd21d626154fc96ee5b3cb68eacb3",
|
||||
"_spec": "@babel/plugin-syntax-dynamic-import@^7.8.3",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@vue\\babel-preset-app",
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.8.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Allow parsing of import()",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "@babel/plugin-syntax-dynamic-import",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
|
||||
},
|
||||
"version": "7.8.3"
|
||||
}
|
Reference in New Issue
Block a user