package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@babel/plugin-transform-computed-properties@^7.2.0",
  3. "_id": "@babel/plugin-transform-computed-properties@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  6. "_location": "/@babel/plugin-transform-computed-properties",
  7. "_phantomChildren": {
  8. "@babel/helper-string-parser": "7.27.1",
  9. "@babel/helper-validator-identifier": "7.27.1",
  10. "@babel/parser": "7.28.4"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@babel/plugin-transform-computed-properties@^7.2.0",
  16. "name": "@babel/plugin-transform-computed-properties",
  17. "escapedName": "@babel%2fplugin-transform-computed-properties",
  18. "scope": "@babel",
  19. "rawSpec": "^7.2.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^7.2.0"
  22. },
  23. "_requiredBy": [
  24. "/@babel/preset-env"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  27. "_shasum": "81662e78bf5e734a97982c2b7f0a793288ef3caa",
  28. "_spec": "@babel/plugin-transform-computed-properties@^7.2.0",
  29. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\preset-env",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-plugin-utils": "^7.27.1",
  40. "@babel/template": "^7.27.1"
  41. },
  42. "deprecated": false,
  43. "description": "Compile ES2015 computed properties to ES5",
  44. "devDependencies": {
  45. "@babel/core": "^7.27.1",
  46. "@babel/helper-plugin-test-runner": "^7.27.1"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
  52. "keywords": [
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/plugin-transform-computed-properties",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0-0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-plugin-transform-computed-properties"
  68. },
  69. "type": "commonjs",
  70. "version": "7.27.1"
  71. }