package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/plugin-transform-block-scoped-functions@7.22.5",
  3. "_id": "@babel/plugin-transform-block-scoped-functions@7.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  6. "_location": "/@babel/plugin-transform-block-scoped-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-block-scoped-functions@7.22.5",
  12. "name": "@babel/plugin-transform-block-scoped-functions",
  13. "escapedName": "@babel%2fplugin-transform-block-scoped-functions",
  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-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  24. "_shasum": "27978075bfaeb9fa586d3cb63a3d30c1de580024",
  25. "_spec": "@babel/plugin-transform-block-scoped-functions@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-plugin-utils": "^7.22.5"
  37. },
  38. "deprecated": false,
  39. "description": "Babel plugin to ensure function declarations at the block level are block scoped",
  40. "devDependencies": {
  41. "@babel/core": "^7.22.5",
  42. "@babel/helper-plugin-test-runner": "^7.22.5"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions",
  48. "keywords": [
  49. "babel-plugin"
  50. ],
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/plugin-transform-block-scoped-functions",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0-0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-transform-block-scoped-functions"
  64. },
  65. "type": "commonjs",
  66. "version": "7.22.5"
  67. }