package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.14.5",
  3. "_id": "@babel/helper-create-class-features-plugin@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ==",
  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.14.5",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  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. "/babel-preset-react-app/@babel/plugin-proposal-class-properties"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz",
  29. "_shasum": "8842ec495516dd1ed8f6c572be92ba78b1e9beef",
  30. "_spec": "@babel/helper-create-class-features-plugin@^7.14.5",
  31. "_where": "/Users/jane/myproject/node_modules/@babel/plugin-proposal-class-properties",
  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.14.5",
  42. "@babel/helper-function-name": "^7.14.5",
  43. "@babel/helper-member-expression-to-functions": "^7.14.5",
  44. "@babel/helper-optimise-call-expression": "^7.14.5",
  45. "@babel/helper-replace-supers": "^7.14.5",
  46. "@babel/helper-split-export-declaration": "^7.14.5"
  47. },
  48. "deprecated": false,
  49. "description": "Compile class public and private fields, private methods and decorators to ES6",
  50. "devDependencies": {
  51. "@babel/core": "7.14.5",
  52. "@babel/helper-plugin-test-runner": "7.14.5",
  53. "@babel/preset-env": "7.14.5"
  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.14.5"
  78. }