forked from zhurui/management
75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"_from": "@babel/plugin-transform-function-name@^7.2.0",
|
|
"_id": "@babel/plugin-transform-function-name@7.23.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
|
|
"_location": "/@babel/plugin-transform-function-name",
|
|
"_phantomChildren": {
|
|
"@babel/helper-string-parser": "7.23.4",
|
|
"@babel/helper-validator-identifier": "7.22.20",
|
|
"@babel/parser": "7.23.6",
|
|
"chalk": "2.4.2",
|
|
"to-fast-properties": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/plugin-transform-function-name@^7.2.0",
|
|
"name": "@babel/plugin-transform-function-name",
|
|
"escapedName": "@babel%2fplugin-transform-function-name",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/preset-env"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
|
|
"_shasum": "8f424fcd862bf84cb9a1a6b42bc2f47ed630f8dc",
|
|
"_spec": "@babel/plugin-transform-function-name@^7.2.0",
|
|
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@babel\\preset-env",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Apply ES2015 function.name semantics to all functions",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/helper-plugin-test-runner": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/plugin-transform-function-name",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-transform-function-name"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "7.23.3"
|
|
}
|