package.json 1.9 KB

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