Files
supplier-dispatch-h5/node_modules/@babel/helper-member-expression-to-functions/package.json
2023-08-11 10:45:20 +08:00

61 lines
2.1 KiB
JSON

{
"_from": "@babel/helper-member-expression-to-functions@^7.22.5",
"_id": "@babel/helper-member-expression-to-functions@7.22.5",
"_inBundle": false,
"_integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
"_location": "/@babel/helper-member-expression-to-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-member-expression-to-functions@^7.22.5",
"name": "@babel/helper-member-expression-to-functions",
"escapedName": "@babel%2fhelper-member-expression-to-functions",
"scope": "@babel",
"rawSpec": "^7.22.5",
"saveSpec": null,
"fetchSpec": "^7.22.5"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-replace-supers"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
"_shasum": "0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2",
"_spec": "@babel/helper-member-expression-to-functions@^7.22.5",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\helper-create-class-features-plugin",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.22.5"
},
"deprecated": false,
"description": "Helper function to replace certain member expressions with function calls",
"devDependencies": {
"@babel/traverse": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-member-expression-to-functions",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-member-expression-to-functions"
},
"type": "commonjs",
"version": "7.22.5"
}