package.json 2.1 KB

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