package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "core-js-pure@^3.14.0",
  3. "_id": "core-js-pure@3.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==",
  6. "_location": "/core-js-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js-pure@^3.14.0",
  12. "name": "core-js-pure",
  13. "escapedName": "core-js-pure",
  14. "rawSpec": "^3.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.14.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/runtime-corejs3"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz",
  22. "_shasum": "72bcfacba74a65ffce04bf94ae91d966e80ee553",
  23. "_spec": "core-js-pure@^3.14.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "gitHead": "e386f3de7760ee2910d07efb9d35029aa5dda93b",
  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-pure",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/zloirock/core-js.git",
  82. "directory": "packages/core-js-pure"
  83. },
  84. "scripts": {
  85. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  86. },
  87. "version": "3.14.0"
  88. }