Files
supplier-dispatch-h5/node_modules/@babel/helper-environment-visitor/package.json
2023-08-11 10:45:20 +08:00

68 lines
2.2 KiB
JSON

{
"_from": "@babel/helper-environment-visitor@^7.22.5",
"_id": "@babel/helper-environment-visitor@7.22.5",
"_inBundle": false,
"_integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
"_location": "/@babel/helper-environment-visitor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-environment-visitor@^7.22.5",
"name": "@babel/helper-environment-visitor",
"escapedName": "@babel%2fhelper-environment-visitor",
"scope": "@babel",
"rawSpec": "^7.22.5",
"saveSpec": null,
"fetchSpec": "^7.22.5"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-module-transforms",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-replace-supers",
"/@babel/plugin-transform-async-generator-functions",
"/@babel/plugin-transform-classes",
"/@babel/traverse"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
"_shasum": "f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98",
"_spec": "@babel/helper-environment-visitor@^7.22.5",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\helper-module-transforms",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Helper visitor to only visit nodes in the current 'this' context",
"devDependencies": {
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-environment-visitor",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-environment-visitor"
},
"type": "commonjs",
"version": "7.22.5"
}