package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.22.11",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.22.11",
  10. "_id": "@babel/helper-create-class-features-plugin@7.22.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==",
  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.22.11",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.11",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.11"
  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.22.11.tgz",
  35. "_spec": "7.22.11",
  36. "_where": "/Users/mac/projects/mime/mine",
  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.22.5",
  46. "@babel/helper-environment-visitor": "^7.22.5",
  47. "@babel/helper-function-name": "^7.22.5",
  48. "@babel/helper-member-expression-to-functions": "^7.22.5",
  49. "@babel/helper-optimise-call-expression": "^7.22.5",
  50. "@babel/helper-replace-supers": "^7.22.9",
  51. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  52. "@babel/helper-split-export-declaration": "^7.22.6",
  53. "semver": "^6.3.1"
  54. },
  55. "description": "Compile class public and private fields, private methods and decorators to ES6",
  56. "devDependencies": {
  57. "@babel/core": "^7.22.11",
  58. "@babel/helper-plugin-test-runner": "^7.22.5",
  59. "@babel/preset-env": "^7.22.10"
  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.22.11"
  85. }