package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12",
  10. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-o0hNhNC1SfP8kWuZ7keD8m+rrSo=",
  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.13.12",
  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.13.12",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.12"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_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&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",
  30. "_spec": "7.13.12",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.13.0",
  37. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  38. "@babel/plugin-proposal-optional-chaining": "^7.13.12"
  39. },
  40. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  41. "devDependencies": {
  42. "@babel/core": "7.13.10",
  43. "@babel/helper-plugin-test-runner": "7.13.10",
  44. "@babel/traverse": "7.13.0"
  45. },
  46. "exports": {
  47. ".": [
  48. "./lib/index.js"
  49. ]
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  52. "keywords": [
  53. "babel-plugin",
  54. "bugfix"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  59. "peerDependencies": {
  60. "@babel/core": "^7.13.0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  69. },
  70. "version": "7.13.12"
  71. }