package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "core-js-pure@^3.20.2",
  3. "_id": "core-js-pure@3.23.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw==",
  6. "_location": "/core-js-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js-pure@^3.20.2",
  12. "name": "core-js-pure",
  13. "escapedName": "core-js-pure",
  14. "rawSpec": "^3.20.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.20.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/runtime-corejs3"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.5.tgz",
  22. "_shasum": "23daaa9af9230e50f10b0fa4b8e6b87402be4c33",
  23. "_spec": "core-js-pure@^3.20.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\runtime-corejs3",
  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. "homepage": "https://github.com/zloirock/core-js#readme",
  36. "keywords": [
  37. "ES3",
  38. "ES5",
  39. "ES6",
  40. "ES7",
  41. "ES2015",
  42. "ES2016",
  43. "ES2017",
  44. "ES2018",
  45. "ES2019",
  46. "ES2020",
  47. "ECMAScript 3",
  48. "ECMAScript 5",
  49. "ECMAScript 6",
  50. "ECMAScript 7",
  51. "ECMAScript 2015",
  52. "ECMAScript 2016",
  53. "ECMAScript 2017",
  54. "ECMAScript 2018",
  55. "ECMAScript 2019",
  56. "ECMAScript 2020",
  57. "Harmony",
  58. "Strawman",
  59. "Map",
  60. "Set",
  61. "WeakMap",
  62. "WeakSet",
  63. "Promise",
  64. "Observable",
  65. "Symbol",
  66. "TypedArray",
  67. "URL",
  68. "URLSearchParams",
  69. "queueMicrotask",
  70. "setImmediate",
  71. "polyfill",
  72. "ponyfill",
  73. "shim"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "core-js-pure",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/zloirock/core-js.git"
  81. },
  82. "scripts": {
  83. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  84. },
  85. "version": "3.23.5"
  86. }