package.json 2.2 KB

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