package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/plugin-transform-destructuring@^7.28.0",
  3. "_id": "@babel/plugin-transform-destructuring@7.28.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
  6. "_location": "/@babel/plugin-transform-destructuring",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-destructuring@^7.28.0",
  12. "name": "@babel/plugin-transform-destructuring",
  13. "escapedName": "@babel%2fplugin-transform-destructuring",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-explicit-resource-management",
  21. "/@babel/plugin-transform-object-rest-spread",
  22. "/@babel/preset-env"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
  25. "_shasum": "0f156588f69c596089b7d5b06f5af83d9aa7f97a",
  26. "_spec": "@babel/plugin-transform-destructuring@^7.28.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\preset-env",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-plugin-utils": "^7.27.1",
  38. "@babel/traverse": "^7.28.0"
  39. },
  40. "deprecated": false,
  41. "description": "Compile ES2015 destructuring to ES5",
  42. "devDependencies": {
  43. "@babel/core": "^7.28.0",
  44. "@babel/helper-plugin-test-runner": "^7.27.1"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring",
  50. "keywords": [
  51. "babel-plugin"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/plugin-transform-destructuring",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-transform-destructuring"
  66. },
  67. "type": "commonjs",
  68. "version": "7.28.0"
  69. }