package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.13.0",
  3. "_id": "@babel/helper-create-class-features-plugin@7.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TkVbAymvKcLTrSVLXdWu00WVOF0=",
  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-private-methods",
  22. "/@babel/plugin-proposal-private-property-in-object"
  23. ],
  24. "_resolved": "https://registry.nlark.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.14.2.tgz?cache=0&sync_timestamp=1620839504305&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-create-class-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-class-features-plugin-7.14.2.tgz",
  25. "_shasum": "4e455b0329af29c2d3ad254b5dd5aed34595385d",
  26. "_spec": "@babel/helper-create-class-features-plugin@^7.13.0",
  27. "_where": "D:\\朗通信息\\icssDService\\node_modules\\@babel\\plugin-proposal-class-properties",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-annotate-as-pure": "^7.12.13",
  38. "@babel/helper-function-name": "^7.14.2",
  39. "@babel/helper-member-expression-to-functions": "^7.13.12",
  40. "@babel/helper-optimise-call-expression": "^7.12.13",
  41. "@babel/helper-replace-supers": "^7.13.12",
  42. "@babel/helper-split-export-declaration": "^7.12.13"
  43. },
  44. "deprecated": false,
  45. "description": "Compile class public and private fields, private methods and decorators to ES6",
  46. "devDependencies": {
  47. "@babel/core": "7.14.2",
  48. "@babel/helper-plugin-test-runner": "7.13.10",
  49. "@babel/preset-env": "7.14.2"
  50. },
  51. "homepage": "https://github.com/babel/babel#readme",
  52. "keywords": [
  53. "babel",
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/helper-create-class-features-plugin",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-helper-create-class-features-plugin"
  69. },
  70. "version": "7.14.2"
  71. }