package.json 2.3 KB

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