package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "core-js-pure",
  3. "description": "Standard library",
  4. "version": "3.22.2",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/zloirock/core-js.git"
  8. },
  9. "main": "index.js",
  10. "funding": {
  11. "type": "opencollective",
  12. "url": "https://opencollective.com/core-js"
  13. },
  14. "license": "MIT",
  15. "keywords": [
  16. "ES3",
  17. "ES5",
  18. "ES6",
  19. "ES7",
  20. "ES2015",
  21. "ES2016",
  22. "ES2017",
  23. "ES2018",
  24. "ES2019",
  25. "ES2020",
  26. "ECMAScript 3",
  27. "ECMAScript 5",
  28. "ECMAScript 6",
  29. "ECMAScript 7",
  30. "ECMAScript 2015",
  31. "ECMAScript 2016",
  32. "ECMAScript 2017",
  33. "ECMAScript 2018",
  34. "ECMAScript 2019",
  35. "ECMAScript 2020",
  36. "Harmony",
  37. "Strawman",
  38. "Map",
  39. "Set",
  40. "WeakMap",
  41. "WeakSet",
  42. "Promise",
  43. "Observable",
  44. "Symbol",
  45. "TypedArray",
  46. "URL",
  47. "URLSearchParams",
  48. "queueMicrotask",
  49. "setImmediate",
  50. "polyfill",
  51. "ponyfill",
  52. "shim"
  53. ],
  54. "scripts": {
  55. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  56. },
  57. "gitHead": "c949d92f76531a2fc31f0fdf7fda6c86e258d9b1"
  58. }