package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "core-js@^3.11.0",
  3. "_id": "core-js@3.35.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
  6. "_location": "/core-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js@^3.11.0",
  12. "name": "core-js",
  13. "escapedName": "core-js",
  14. "rawSpec": "^3.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.11.0"
  17. },
  18. "_requiredBy": [
  19. "/vconsole"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.35.0.tgz",
  22. "_shasum": "58e651688484f83c34196ca13f099574ee53d6b4",
  23. "_spec": "core-js@^3.11.0",
  24. "_where": "D:\\代码\\亿象APP\\yixiang\\node_modules\\vconsole",
  25. "author": {
  26. "name": "Denis Pushkarev",
  27. "email": "zloirock@zloirock.ru",
  28. "url": "http://zloirock.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/zloirock/core-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Standard library",
  36. "funding": {
  37. "type": "opencollective",
  38. "url": "https://opencollective.com/core-js"
  39. },
  40. "homepage": "https://github.com/zloirock/core-js#readme",
  41. "keywords": [
  42. "ES3",
  43. "ES5",
  44. "ES6",
  45. "ES7",
  46. "ES2015",
  47. "ES2016",
  48. "ES2017",
  49. "ES2018",
  50. "ES2019",
  51. "ES2020",
  52. "ES2021",
  53. "ES2022",
  54. "ES2023",
  55. "ECMAScript 3",
  56. "ECMAScript 5",
  57. "ECMAScript 6",
  58. "ECMAScript 7",
  59. "ECMAScript 2015",
  60. "ECMAScript 2016",
  61. "ECMAScript 2017",
  62. "ECMAScript 2018",
  63. "ECMAScript 2019",
  64. "ECMAScript 2020",
  65. "ECMAScript 2021",
  66. "ECMAScript 2022",
  67. "ECMAScript 2023",
  68. "Map",
  69. "Set",
  70. "WeakMap",
  71. "WeakSet",
  72. "TypedArray",
  73. "Promise",
  74. "Observable",
  75. "Symbol",
  76. "Iterator",
  77. "AsyncIterator",
  78. "URL",
  79. "URLSearchParams",
  80. "queueMicrotask",
  81. "setImmediate",
  82. "structuredClone",
  83. "polyfill",
  84. "ponyfill",
  85. "shim"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "core-js",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/zloirock/core-js.git",
  93. "directory": "packages/core-js"
  94. },
  95. "scripts": {
  96. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  97. },
  98. "type": "commonjs",
  99. "version": "3.35.0"
  100. }