You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.2 KiB

{
"_from": "@babel/plugin-syntax-import-attributes@^7.26.0",
"_id": "@babel/plugin-syntax-import-attributes@7.26.0",
"_inBundle": false,
"_integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
"_location": "/@babel/plugin-syntax-import-attributes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-import-attributes@^7.26.0",
"name": "@babel/plugin-syntax-import-attributes",
"escapedName": "@babel%2fplugin-syntax-import-attributes",
"scope": "@babel",
"rawSpec": "^7.26.0",
"saveSpec": null,
"fetchSpec": "^7.26.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
"_shasum": "3b1412847699eea739b4f2602c74ce36f6b0b0f7",
"_spec": "@babel/plugin-syntax-import-attributes@^7.26.0",
"_where": "F:\\bishe\\front\\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.25.9"
},
"deprecated": false,
"description": "Allow parsing of the module attributes in the import statement",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/helper-plugin-test-runner": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./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.26.0"
}