package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "core-js@^3.8.3",
  3. "_id": "core-js@3.42.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  6. "_location": "/core-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js@^3.8.3",
  12. "name": "core-js",
  13. "escapedName": "core-js",
  14. "rawSpec": "^3.8.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.8.3"
  17. },
  18. "_requiredBy": [
  19. "/@vue/babel-preset-app"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  22. "_shasum": "edbe91f78ac8cfb6df8d997e74d368a68082fe37",
  23. "_spec": "core-js@^3.8.3",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\babel-preset-app",
  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. "ES2024",
  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. "ECMAScript 2024",
  70. "Map",
  71. "Set",
  72. "WeakMap",
  73. "WeakSet",
  74. "TypedArray",
  75. "Promise",
  76. "Observable",
  77. "Symbol",
  78. "Iterator",
  79. "AsyncIterator",
  80. "URL",
  81. "URLSearchParams",
  82. "queueMicrotask",
  83. "setImmediate",
  84. "structuredClone",
  85. "polyfill",
  86. "ponyfill",
  87. "shim"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "core-js",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/zloirock/core-js.git",
  95. "directory": "packages/core-js"
  96. },
  97. "scripts": {
  98. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  99. },
  100. "type": "commonjs",
  101. "version": "3.42.0"
  102. }