package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@babel/plugin-transform-class-static-block@^7.28.6",
  3. "_id": "@babel/plugin-transform-class-static-block@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
  6. "_location": "/@babel/plugin-transform-class-static-block",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-class-static-block@^7.28.6",
  12. "name": "@babel/plugin-transform-class-static-block",
  13. "escapedName": "@babel%2fplugin-transform-class-static-block",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
  23. "_shasum": "1257491e8259c6d125ac4d9a6f39f9d2bf3dba70",
  24. "_spec": "@babel/plugin-transform-class-static-block@^7.28.6",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-create-class-features-plugin": "^7.28.6",
  36. "@babel/helper-plugin-utils": "^7.28.6"
  37. },
  38. "deprecated": false,
  39. "description": "Transform class static blocks",
  40. "devDependencies": {
  41. "@babel/core": "^7.28.6",
  42. "@babel/helper-plugin-test-runner": "^7.27.1",
  43. "@babel/plugin-external-helpers": "^7.27.1",
  44. "@babel/plugin-transform-class-properties": "^7.28.6",
  45. "@babel/traverse": "^7.28.6",
  46. "@babel/types": "^7.28.6"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "exports": {
  52. ".": {
  53. "types": "./lib/index.d.ts",
  54. "default": "./lib/index.js"
  55. },
  56. "./package.json": "./package.json"
  57. },
  58. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
  59. "keywords": [
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/plugin-transform-class-static-block",
  65. "peerDependencies": {
  66. "@babel/core": "^7.12.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-transform-class-static-block"
  75. },
  76. "type": "commonjs",
  77. "version": "7.28.6"
  78. }