package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
  10. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-296rsegPYi2fC1g++ymZYF4KVn4=",
  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.15.4",
  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.15.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.15.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz",
  30. "_spec": "7.15.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.14.5",
  41. "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4",
  42. "@babel/plugin-proposal-optional-chaining": "^7.14.5"
  43. },
  44. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  45. "devDependencies": {
  46. "@babel/core": "7.15.4",
  47. "@babel/helper-plugin-test-runner": "7.14.5",
  48. "@babel/traverse": "7.15.4"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "exports": {
  54. ".": [
  55. "./lib/index.js"
  56. ]
  57. },
  58. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  59. "keywords": [
  60. "babel-plugin",
  61. "bugfix"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  66. "peerDependencies": {
  67. "@babel/core": "^7.13.0"
  68. },
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/babel/babel.git",
  75. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  76. },
  77. "version": "7.15.4"
  78. }