package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/plugin-transform-function-name@^7.2.0",
  3. "_id": "@babel/plugin-transform-function-name@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==",
  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.2.0",
  12. "name": "@babel/plugin-transform-function-name",
  13. "escapedName": "@babel%2fplugin-transform-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz",
  23. "_shasum": "bb024452f9aaed861d374c8e7a24252ce3a50051",
  24. "_spec": "@babel/plugin-transform-function-name@^7.2.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-function-name": "^7.12.13",
  32. "@babel/helper-plugin-utils": "^7.12.13"
  33. },
  34. "deprecated": false,
  35. "description": "Apply ES2015 function.name semantics to all functions",
  36. "devDependencies": {
  37. "@babel/core": "7.12.13",
  38. "@babel/helper-plugin-test-runner": "7.12.13"
  39. },
  40. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-transform-function-name",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-plugin-transform-function-name"
  57. },
  58. "version": "7.12.13"
  59. }