Files
supplier-dispatch-h5/node_modules/@babel/plugin-syntax-import-attributes/package.json
2023-08-11 10:45:20 +08:00

70 lines
2.1 KiB
JSON

{
"_from": "@babel/plugin-syntax-import-attributes@^7.22.5",
"_id": "@babel/plugin-syntax-import-attributes@7.22.5",
"_inBundle": false,
"_integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
"_location": "/@babel/plugin-syntax-import-attributes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-import-attributes@^7.22.5",
"name": "@babel/plugin-syntax-import-attributes",
"escapedName": "@babel%2fplugin-syntax-import-attributes",
"scope": "@babel",
"rawSpec": "^7.22.5",
"saveSpec": null,
"fetchSpec": "^7.22.5"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
"_shasum": "ab840248d834410b829f569f5262b9e517555ecb",
"_spec": "@babel/plugin-syntax-import-attributes@^7.22.5",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\preset-env",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
"deprecated": false,
"description": "Allow parsing of the module attributes in the import statement",
"devDependencies": {
"@babel/core": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/plugin-syntax-import-attributes",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-import-attributes"
},
"type": "commonjs",
"version": "7.22.5"
}