package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@7.22.10",
  3. "_id": "@babel/helper-create-class-features-plugin@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==",
  6. "_location": "/@babel/helper-create-class-features-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-create-class-features-plugin@7.22.10",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.10",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-class-properties",
  21. "/@babel/plugin-proposal-class-static-block",
  22. "/@babel/plugin-proposal-decorators",
  23. "/@babel/plugin-proposal-private-methods",
  24. "/@babel/plugin-proposal-private-property-in-object",
  25. "/@babel/plugin-transform-typescript",
  26. "/miniprogram-ci"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz",
  29. "_shasum": "dd2612d59eac45588021ac3d6fa976d08f4e95a3",
  30. "_spec": "@babel/helper-create-class-features-plugin@7.22.10",
  31. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/helper-annotate-as-pure": "^7.22.5",
  42. "@babel/helper-environment-visitor": "^7.22.5",
  43. "@babel/helper-function-name": "^7.22.5",
  44. "@babel/helper-member-expression-to-functions": "^7.22.5",
  45. "@babel/helper-optimise-call-expression": "^7.22.5",
  46. "@babel/helper-replace-supers": "^7.22.9",
  47. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  48. "@babel/helper-split-export-declaration": "^7.22.6",
  49. "semver": "^6.3.1"
  50. },
  51. "deprecated": false,
  52. "description": "Compile class public and private fields, private methods and decorators to ES6",
  53. "devDependencies": {
  54. "@babel/core": "^7.22.10",
  55. "@babel/helper-plugin-test-runner": "^7.22.5",
  56. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  57. "@babel/preset-env": "^7.22.10"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. },
  62. "homepage": "https://github.com/babel/babel#readme",
  63. "keywords": [
  64. "babel",
  65. "babel-plugin"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/index.js",
  69. "name": "@babel/helper-create-class-features-plugin",
  70. "peerDependencies": {
  71. "@babel/core": "^7.0.0"
  72. },
  73. "publishConfig": {
  74. "access": "public"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/babel/babel.git",
  79. "directory": "packages/babel-helper-create-class-features-plugin"
  80. },
  81. "type": "commonjs",
  82. "version": "7.22.10"
  83. }