package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-transform-destructuring@^7.28.5",
  3. "_id": "@babel/plugin-transform-destructuring@7.28.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
  6. "_location": "/@babel/plugin-transform-destructuring",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-destructuring@^7.28.5",
  12. "name": "@babel/plugin-transform-destructuring",
  13. "escapedName": "@babel%2fplugin-transform-destructuring",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.5"
  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.5.tgz",
  25. "_shasum": "b8402764df96179a2070bb7b501a1586cf8ad7a7",
  26. "_spec": "@babel/plugin-transform-destructuring@^7.28.5",
  27. "_where": "E:\\git\\2021项目\\安科院大屏\\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.5"
  39. },
  40. "deprecated": false,
  41. "description": "Compile ES2015 destructuring to ES5",
  42. "devDependencies": {
  43. "@babel/core": "^7.28.5",
  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.5"
  69. }