package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/plugin-transform-computed-properties@7.22.5",
  3. "_id": "@babel/plugin-transform-computed-properties@7.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  6. "_location": "/@babel/plugin-transform-computed-properties",
  7. "_phantomChildren": {
  8. "js-tokens": "4.0.0",
  9. "picocolors": "1.1.1"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "@babel/plugin-transform-computed-properties@7.22.5",
  15. "name": "@babel/plugin-transform-computed-properties",
  16. "escapedName": "@babel%2fplugin-transform-computed-properties",
  17. "scope": "@babel",
  18. "rawSpec": "7.22.5",
  19. "saveSpec": null,
  20. "fetchSpec": "7.22.5"
  21. },
  22. "_requiredBy": [
  23. "/@babel/preset-env",
  24. "/miniprogram-ci"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  27. "_shasum": "cd1e994bf9f316bd1c2dafcd02063ec261bb3869",
  28. "_spec": "@babel/plugin-transform-computed-properties@7.22.5",
  29. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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.22.5",
  40. "@babel/template": "^7.22.5"
  41. },
  42. "deprecated": false,
  43. "description": "Compile ES2015 computed properties to ES5",
  44. "devDependencies": {
  45. "@babel/core": "^7.22.5",
  46. "@babel/helper-plugin-test-runner": "^7.22.5"
  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.22.5"
  71. }