package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "core-js@3.6.5",
  3. "_id": "core-js@3.6.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==",
  6. "_location": "/core-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "core-js@3.6.5",
  12. "name": "core-js",
  13. "escapedName": "core-js",
  14. "rawSpec": "3.6.5",
  15. "saveSpec": null,
  16. "fetchSpec": "3.6.5"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/@vue/babel-preset-app",
  21. "/zx-contextmenu",
  22. "/zx-count",
  23. "/zx-magnifie",
  24. "/zx-markdown-editor",
  25. "/zx-player",
  26. "/zx-quill"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
  29. "_shasum": "7395dc273af37fb2e50e9bd3d9fe841285231d1a",
  30. "_spec": "core-js@3.6.5",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "bugs": {
  33. "url": "https://github.com/zloirock/core-js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
  37. "description": "Standard library",
  38. "funding": {
  39. "type": "opencollective",
  40. "url": "https://opencollective.com/core-js"
  41. },
  42. "homepage": "https://github.com/zloirock/core-js#readme",
  43. "keywords": [
  44. "ES3",
  45. "ES5",
  46. "ES6",
  47. "ES7",
  48. "ES2015",
  49. "ES2016",
  50. "ES2017",
  51. "ES2018",
  52. "ES2019",
  53. "ES2020",
  54. "ECMAScript 3",
  55. "ECMAScript 5",
  56. "ECMAScript 6",
  57. "ECMAScript 7",
  58. "ECMAScript 2015",
  59. "ECMAScript 2016",
  60. "ECMAScript 2017",
  61. "ECMAScript 2018",
  62. "ECMAScript 2019",
  63. "ECMAScript 2020",
  64. "Harmony",
  65. "Strawman",
  66. "Map",
  67. "Set",
  68. "WeakMap",
  69. "WeakSet",
  70. "Promise",
  71. "Observable",
  72. "Symbol",
  73. "TypedArray",
  74. "URL",
  75. "URLSearchParams",
  76. "queueMicrotask",
  77. "setImmediate",
  78. "polyfill",
  79. "ponyfill",
  80. "shim"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "core-js",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/zloirock/core-js.git"
  88. },
  89. "scripts": {
  90. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  91. },
  92. "version": "3.6.5"
  93. }