f54d0449941f379ffd02f06c31b6fc6fe51421e2cb0cce62a86dd11c38c1c10bd7b91c97c8e5ad787bb6de00eea7123205e008523316e58d744a66bfd8422d 876 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "core.js",
  3. "main": "client/core.js",
  4. "version": "2.6.11",
  5. "description": "Standard Library",
  6. "keywords": [
  7. "ES3",
  8. "ES5",
  9. "ES6",
  10. "ES7",
  11. "ES2015",
  12. "ES2016",
  13. "ES2017",
  14. "ECMAScript 3",
  15. "ECMAScript 5",
  16. "ECMAScript 6",
  17. "ECMAScript 7",
  18. "ECMAScript 2015",
  19. "ECMAScript 2016",
  20. "ECMAScript 2017",
  21. "Harmony",
  22. "Strawman",
  23. "Map",
  24. "Set",
  25. "WeakMap",
  26. "WeakSet",
  27. "Promise",
  28. "Symbol",
  29. "TypedArray",
  30. "setImmediate",
  31. "Dict",
  32. "polyfill",
  33. "shim"
  34. ],
  35. "authors": [
  36. "Denis Pushkarev <zloirock@zloirock.ru> (http://zloirock.ru/)"
  37. ],
  38. "license": "MIT",
  39. "homepage": "https://github.com/zloirock/core-js",
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/zloirock/core-js.git"
  43. },
  44. "ignore": [
  45. "build",
  46. "node_modules",
  47. "tests"
  48. ]
  49. }