You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.7 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.25.9",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.25.9",
  10. "_id": "@babel/helper-create-class-features-plugin@7.25.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
  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.25.9",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.25.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.25.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators",
  29. "/@babel/plugin-transform-class-properties",
  30. "/@babel/plugin-transform-class-static-block",
  31. "/@babel/plugin-transform-private-methods",
  32. "/@babel/plugin-transform-private-property-in-object"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
  35. "_spec": "7.25.9",
  36. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  37. "author": {
  38. "name": "The Babel Team",
  39. "url": "https://babel.dev/team"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/babel/babel/issues"
  43. },
  44. "dependencies": {
  45. "@babel/helper-annotate-as-pure": "^7.25.9",
  46. "@babel/helper-member-expression-to-functions": "^7.25.9",
  47. "@babel/helper-optimise-call-expression": "^7.25.9",
  48. "@babel/helper-replace-supers": "^7.25.9",
  49. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  50. "@babel/traverse": "^7.25.9",
  51. "semver": "^6.3.1"
  52. },
  53. "description": "Compile class public and private fields, private methods and decorators to ES6",
  54. "devDependencies": {
  55. "@babel/core": "^7.25.9",
  56. "@babel/helper-plugin-test-runner": "^7.25.9",
  57. "@babel/preset-env": "^7.25.9",
  58. "@types/charcodes": "^0.2.0",
  59. "charcodes": "^0.2.0"
  60. },
  61. "engines": {
  62. "node": ">=6.9.0"
  63. },
  64. "homepage": "https://github.com/babel/babel#readme",
  65. "keywords": [
  66. "babel",
  67. "babel-plugin"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/index.js",
  71. "name": "@babel/helper-create-class-features-plugin",
  72. "peerDependencies": {
  73. "@babel/core": "^7.0.0"
  74. },
  75. "publishConfig": {
  76. "access": "public"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/babel/babel.git",
  81. "directory": "packages/babel-helper-create-class-features-plugin"
  82. },
  83. "type": "commonjs",
  84. "version": "7.25.9"
  85. }