package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "core-js-pure",
  3. "version": "3.36.0",
  4. "type": "commonjs",
  5. "description": "Standard library",
  6. "keywords": [
  7. "ES3",
  8. "ES5",
  9. "ES6",
  10. "ES7",
  11. "ES2015",
  12. "ES2016",
  13. "ES2017",
  14. "ES2018",
  15. "ES2019",
  16. "ES2020",
  17. "ES2021",
  18. "ES2022",
  19. "ES2023",
  20. "ECMAScript 3",
  21. "ECMAScript 5",
  22. "ECMAScript 6",
  23. "ECMAScript 7",
  24. "ECMAScript 2015",
  25. "ECMAScript 2016",
  26. "ECMAScript 2017",
  27. "ECMAScript 2018",
  28. "ECMAScript 2019",
  29. "ECMAScript 2020",
  30. "ECMAScript 2021",
  31. "ECMAScript 2022",
  32. "ECMAScript 2023",
  33. "Map",
  34. "Set",
  35. "WeakMap",
  36. "WeakSet",
  37. "TypedArray",
  38. "Promise",
  39. "Observable",
  40. "Symbol",
  41. "Iterator",
  42. "AsyncIterator",
  43. "URL",
  44. "URLSearchParams",
  45. "queueMicrotask",
  46. "setImmediate",
  47. "structuredClone",
  48. "polyfill",
  49. "ponyfill",
  50. "shim"
  51. ],
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/zloirock/core-js.git",
  55. "directory": "packages/core-js-pure"
  56. },
  57. "funding": {
  58. "type": "opencollective",
  59. "url": "https://opencollective.com/core-js"
  60. },
  61. "license": "MIT",
  62. "author": {
  63. "name": "Denis Pushkarev",
  64. "email": "zloirock@zloirock.ru",
  65. "url": "http://zloirock.ru"
  66. },
  67. "sideEffects": [
  68. "./modules/*.js"
  69. ],
  70. "main": "index.js",
  71. "scripts": {
  72. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  73. }
  74. }