package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12",
  3. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12",
  4. "_inBundle": false,
  5. "_integrity": "sha1-o0hNhNC1SfP8kWuZ7keD8m+rrSo=",
  6. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12",
  12. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  13. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.12",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.12"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz?cache=0&sync_timestamp=1616428144508&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining%2Fdownload%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz",
  23. "_shasum": "a3484d84d0b549f3fc916b99ee4783f26fabad2a",
  24. "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12",
  25. "_where": "D:\\朗通信息\\icssDService\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.13.0",
  32. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  33. "@babel/plugin-proposal-optional-chaining": "^7.13.12"
  34. },
  35. "deprecated": false,
  36. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  37. "devDependencies": {
  38. "@babel/core": "7.13.10",
  39. "@babel/helper-plugin-test-runner": "7.13.10",
  40. "@babel/traverse": "7.13.0"
  41. },
  42. "exports": {
  43. ".": [
  44. "./lib/index.js"
  45. ]
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  48. "keywords": [
  49. "babel-plugin",
  50. "bugfix"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/index.js",
  54. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  55. "peerDependencies": {
  56. "@babel/core": "^7.13.0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  65. },
  66. "version": "7.13.12"
  67. }