package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/plugin-transform-function-name@^7.18.6",
  3. "_id": "@babel/plugin-transform-function-name@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==",
  6. "_location": "/@babel/plugin-transform-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-function-name@^7.18.6",
  12. "name": "@babel/plugin-transform-function-name",
  13. "escapedName": "@babel%2fplugin-transform-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz",
  23. "_shasum": "6a7e4ae2893d336fd1b8f64c9f92276391d0f1b4",
  24. "_spec": "@babel/plugin-transform-function-name@^7.18.6",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-compilation-targets": "^7.18.6",
  36. "@babel/helper-function-name": "^7.18.6",
  37. "@babel/helper-plugin-utils": "^7.18.6"
  38. },
  39. "deprecated": false,
  40. "description": "Apply ES2015 function.name semantics to all functions",
  41. "devDependencies": {
  42. "@babel/core": "^7.18.6",
  43. "@babel/helper-plugin-test-runner": "^7.18.6"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
  49. "keywords": [
  50. "babel-plugin"
  51. ],
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/plugin-transform-function-name",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0-0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-plugin-transform-function-name"
  65. },
  66. "type": "commonjs",
  67. "version": "7.18.6"
  68. }