package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "core-js-pure@^3.43.0",
  3. "_id": "core-js-pure@3.46.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NMCW30bHNofuhwLhYPt66OLOKTMbOhgTTatKVbaQC3KRHpTCiRIBYvtshr+NBYSnBxwAFhjW/RfJ0XbIjS16rw==",
  6. "_location": "/core-js-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js-pure@^3.43.0",
  12. "name": "core-js-pure",
  13. "escapedName": "core-js-pure",
  14. "rawSpec": "^3.43.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.43.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/runtime-corejs3"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.46.0.tgz",
  22. "_shasum": "9bb80248584c6334bb54cd381b0f41c619ef1b43",
  23. "_spec": "core-js-pure@^3.43.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\runtime-corejs3",
  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://core-js.io",
  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-pure",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/zloirock/core-js.git",
  95. "directory": "packages/core-js-pure"
  96. },
  97. "scripts": {
  98. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  99. },
  100. "sideEffects": [
  101. "./modules/*.js"
  102. ],
  103. "type": "commonjs",
  104. "version": "3.46.0"
  105. }