package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.16.7",
  3. "_id": "@babel/helper-create-class-features-plugin@7.17.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
  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.16.7",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
  27. "_shasum": "71835d7fb9f38bd9f1378e40a4c0902fdc2ea49d",
  28. "_spec": "@babel/helper-create-class-features-plugin@^7.16.7",
  29. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\plugin-proposal-class-properties",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-annotate-as-pure": "^7.16.7",
  40. "@babel/helper-environment-visitor": "^7.16.7",
  41. "@babel/helper-function-name": "^7.17.9",
  42. "@babel/helper-member-expression-to-functions": "^7.17.7",
  43. "@babel/helper-optimise-call-expression": "^7.16.7",
  44. "@babel/helper-replace-supers": "^7.16.7",
  45. "@babel/helper-split-export-declaration": "^7.16.7"
  46. },
  47. "deprecated": false,
  48. "description": "Compile class public and private fields, private methods and decorators to ES6",
  49. "devDependencies": {
  50. "@babel/core": "^7.17.9",
  51. "@babel/helper-plugin-test-runner": "^7.16.7",
  52. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  53. "@babel/preset-env": "^7.16.11"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "homepage": "https://github.com/babel/babel#readme",
  59. "keywords": [
  60. "babel",
  61. "babel-plugin"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "@babel/helper-create-class-features-plugin",
  66. "peerDependencies": {
  67. "@babel/core": "^7.0.0"
  68. },
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/babel/babel.git",
  75. "directory": "packages/babel-helper-create-class-features-plugin"
  76. },
  77. "version": "7.17.9"
  78. }