forgeplus-react/node_modules/@babel/helper-module-imports/package.json

67 lines
1.9 KiB
JSON

{
"_args": [
[
"@babel/helper-module-imports@7.21.4",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "@babel/helper-module-imports@7.21.4",
"_id": "@babel/helper-module-imports@7.21.4",
"_inBundle": false,
"_integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==",
"_location": "/@babel/helper-module-imports",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helper-module-imports@7.21.4",
"name": "@babel/helper-module-imports",
"escapedName": "@babel%2fhelper-module-imports",
"scope": "@babel",
"rawSpec": "7.21.4",
"saveSpec": null,
"fetchSpec": "7.21.4"
},
"_requiredBy": [
"/@rollup/plugin-babel",
"/babel-plugin-import",
"/babel-plugin-styled-components",
"/styled-components"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz",
"_spec": "7.21.4",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/types": "^7.21.4"
},
"description": "Babel helper functions for inserting module loads",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/traverse": "^7.21.4"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-module-imports",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-imports"
},
"type": "commonjs",
"version": "7.21.4"
}