1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "@babel/helpers@^7.18.6",
- "_id": "@babel/helpers@7.18.6",
- "_inBundle": false,
- "_integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
- "_location": "/@babel/helpers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helpers@^7.18.6",
- "name": "@babel/helpers",
- "escapedName": "@babel%2fhelpers",
- "scope": "@babel",
- "rawSpec": "^7.18.6",
- "saveSpec": null,
- "fetchSpec": "^7.18.6"
- },
- "_requiredBy": [
- "/@babel/core"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
- "_shasum": "4c966140eaa1fcaa3d5a8c09d7db61077d4debfd",
- "_spec": "@babel/helpers@^7.18.6",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\core",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/template": "^7.18.6",
- "@babel/traverse": "^7.18.6",
- "@babel/types": "^7.18.6"
- },
- "deprecated": false,
- "description": "Collection of helper functions used by Babel transforms.",
- "devDependencies": {
- "@babel/generator": "^7.18.6",
- "@babel/helper-plugin-test-runner": "^7.18.6",
- "@babel/parser": "^7.18.6",
- "regenerator-runtime": "^0.13.9",
- "terser": "^5.9.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-helpers",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/helpers",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-helpers"
- },
- "type": "commonjs",
- "version": "7.18.6"
- }
|