package.json 2.2 KB

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