package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.13.0",
  3. "_id": "@babel/helper-create-class-features-plugin@7.13.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==",
  6. "_location": "/@babel/helper-create-class-features-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-create-class-features-plugin@^7.13.0",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-class-properties",
  21. "/@babel/plugin-proposal-decorators"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz",
  24. "_shasum": "30d30a005bca2c953f5653fc25091a492177f4f6",
  25. "_spec": "@babel/helper-create-class-features-plugin@^7.13.0",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\plugin-proposal-class-properties",
  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-function-name": "^7.12.13",
  37. "@babel/helper-member-expression-to-functions": "^7.13.0",
  38. "@babel/helper-optimise-call-expression": "^7.12.13",
  39. "@babel/helper-replace-supers": "^7.13.0",
  40. "@babel/helper-split-export-declaration": "^7.12.13"
  41. },
  42. "deprecated": false,
  43. "description": "Compile class public and private fields, private methods and decorators to ES6",
  44. "devDependencies": {
  45. "@babel/core": "7.13.10",
  46. "@babel/helper-plugin-test-runner": "7.13.10",
  47. "@babel/preset-env": "7.13.10"
  48. },
  49. "homepage": "https://github.com/babel/babel#readme",
  50. "keywords": [
  51. "babel",
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@babel/helper-create-class-features-plugin",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-helper-create-class-features-plugin"
  67. },
  68. "version": "7.13.11"
  69. }