package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.16.10",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.16.10",
  10. "_id": "@babel/helper-create-class-features-plugin@7.16.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==",
  13. "_location": "/@babel/helper-create-class-features-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-create-class-features-plugin@7.16.10",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.10",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.10"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-class-static-block",
  29. "/@babel/plugin-proposal-decorators",
  30. "/@babel/plugin-proposal-private-methods",
  31. "/@babel/plugin-proposal-private-property-in-object"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.16.10.tgz",
  34. "_spec": "7.16.10",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/helper-annotate-as-pure": "^7.16.7",
  45. "@babel/helper-environment-visitor": "^7.16.7",
  46. "@babel/helper-function-name": "^7.16.7",
  47. "@babel/helper-member-expression-to-functions": "^7.16.7",
  48. "@babel/helper-optimise-call-expression": "^7.16.7",
  49. "@babel/helper-replace-supers": "^7.16.7",
  50. "@babel/helper-split-export-declaration": "^7.16.7"
  51. },
  52. "description": "Compile class public and private fields, private methods and decorators to ES6",
  53. "devDependencies": {
  54. "@babel/core": "^7.16.10",
  55. "@babel/helper-plugin-test-runner": "^7.16.7",
  56. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  57. "@babel/preset-env": "^7.16.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. "version": "7.16.10"
  82. }