123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "@babel/helper-member-expression-to-functions@^7.18.6",
- "_id": "@babel/helper-member-expression-to-functions@7.18.6",
- "_inBundle": false,
- "_integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==",
- "_location": "/@babel/helper-member-expression-to-functions",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helper-member-expression-to-functions@^7.18.6",
- "name": "@babel/helper-member-expression-to-functions",
- "escapedName": "@babel%2fhelper-member-expression-to-functions",
- "scope": "@babel",
- "rawSpec": "^7.18.6",
- "saveSpec": null,
- "fetchSpec": "^7.18.6"
- },
- "_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.18.6.tgz",
- "_shasum": "44802d7d602c285e1692db0bad9396d007be2afc",
- "_spec": "@babel/helper-member-expression-to-functions@^7.18.6",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.18.6"
- },
- "deprecated": false,
- "description": "Helper function to replace certain member expressions with function calls",
- "devDependencies": {
- "@babel/traverse": "^7.18.6"
- },
- "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.18.6"
- }
|