| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "@babel/helpers@^7.28.6",
- "_id": "@babel/helpers@7.28.6",
- "_inBundle": false,
- "_integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
- "_location": "/@babel/helpers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helpers@^7.28.6",
- "name": "@babel/helpers",
- "escapedName": "@babel%2fhelpers",
- "scope": "@babel",
- "rawSpec": "^7.28.6",
- "saveSpec": null,
- "fetchSpec": "^7.28.6"
- },
- "_requiredBy": [
- "/@babel/core"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
- "_shasum": "fca903a313ae675617936e8998b814c415cbf5d7",
- "_spec": "@babel/helpers@^7.28.6",
- "_where": "E:\\git\\2021项目\\安科院大屏\\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.28.6",
- "@babel/types": "^7.28.6"
- },
- "deprecated": false,
- "description": "Collection of helper functions used by Babel transforms.",
- "devDependencies": {
- "@babel/generator": "^7.28.6",
- "@babel/helper-plugin-test-runner": "^7.27.1",
- "@babel/parser": "^7.28.6",
- "regenerator-runtime": "^0.14.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.28.6"
- }
|