项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

bower.json 875 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "core.js",
  3. "main": "client/core.js",
  4. "version": "2.5.7",
  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. }