package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "core-js@3.22.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "core-js@3.22.5",
  9. "_id": "core-js@3.22.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA==",
  12. "_location": "/core-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-js@3.22.5",
  18. "name": "core-js",
  19. "escapedName": "core-js",
  20. "rawSpec": "3.22.5",
  21. "saveSpec": null,
  22. "fetchSpec": "3.22.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.22.5.tgz",
  28. "_spec": "3.22.5",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "bugs": {
  31. "url": "https://github.com/zloirock/core-js/issues"
  32. },
  33. "description": "Standard library",
  34. "funding": {
  35. "type": "opencollective",
  36. "url": "https://opencollective.com/core-js"
  37. },
  38. "homepage": "https://github.com/zloirock/core-js#readme",
  39. "keywords": [
  40. "ES3",
  41. "ES5",
  42. "ES6",
  43. "ES7",
  44. "ES2015",
  45. "ES2016",
  46. "ES2017",
  47. "ES2018",
  48. "ES2019",
  49. "ES2020",
  50. "ECMAScript 3",
  51. "ECMAScript 5",
  52. "ECMAScript 6",
  53. "ECMAScript 7",
  54. "ECMAScript 2015",
  55. "ECMAScript 2016",
  56. "ECMAScript 2017",
  57. "ECMAScript 2018",
  58. "ECMAScript 2019",
  59. "ECMAScript 2020",
  60. "Harmony",
  61. "Strawman",
  62. "Map",
  63. "Set",
  64. "WeakMap",
  65. "WeakSet",
  66. "Promise",
  67. "Observable",
  68. "Symbol",
  69. "TypedArray",
  70. "URL",
  71. "URLSearchParams",
  72. "queueMicrotask",
  73. "setImmediate",
  74. "polyfill",
  75. "ponyfill",
  76. "shim"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "core-js",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/zloirock/core-js.git"
  84. },
  85. "scripts": {
  86. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  87. },
  88. "version": "3.22.5"
  89. }