package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
  10. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
  13. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
  19. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  20. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
  30. "_spec": "7.16.7",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-plugin-utils": "^7.16.7",
  41. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  42. "@babel/plugin-proposal-optional-chaining": "^7.16.7"
  43. },
  44. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  45. "devDependencies": {
  46. "@babel/core": "^7.16.7",
  47. "@babel/helper-plugin-test-runner": "^7.16.7",
  48. "@babel/traverse": "^7.16.7"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "exports": {
  54. ".": "./lib/index.js",
  55. "./package.json": "./package.json"
  56. },
  57. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  58. "keywords": [
  59. "babel-plugin",
  60. "bugfix"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  65. "peerDependencies": {
  66. "@babel/core": "^7.13.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  75. },
  76. "version": "7.16.7"
  77. }