package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "es5-ext@^0.10.35",
  3. "_id": "es5-ext@0.10.53",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
  6. "_location": "/es5-ext",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es5-ext@^0.10.35",
  12. "name": "es5-ext",
  13. "escapedName": "es5-ext",
  14. "rawSpec": "^0.10.35",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.10.35"
  17. },
  18. "_requiredBy": [
  19. "/d",
  20. "/es6-iterator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
  23. "_shasum": "93c5a3acfdbef275220ad72644ad02ee18368de1",
  24. "_spec": "es5-ext@^0.10.35",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es6-iterator",
  26. "author": {
  27. "name": "Mariusz Nowak",
  28. "email": "medyk@medikoo.com",
  29. "url": "http://www.medikoo.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/medikoo/es5-ext/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "es6-iterator": "~2.0.3",
  37. "es6-symbol": "~3.1.3",
  38. "next-tick": "~1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "ECMAScript extensions and shims",
  42. "devDependencies": {
  43. "eslint": "^6.6.0",
  44. "eslint-config-medikoo": "^2.7.0",
  45. "git-list-updated": "^1.2.1",
  46. "husky": "^3.1.0",
  47. "lint-staged": "^9.4.3",
  48. "plain-promise": "^0.1.1",
  49. "prettier-elastic": "^1.18.2",
  50. "tad": "^3.0.1"
  51. },
  52. "eslintConfig": {
  53. "extends": "medikoo/es5",
  54. "root": true,
  55. "rules": {
  56. "no-extend-native": "off"
  57. },
  58. "overrides": [
  59. {
  60. "files": "global.js",
  61. "globals": {
  62. "__global__": true,
  63. "globalThis": true,
  64. "self": true,
  65. "window": true
  66. },
  67. "rules": {
  68. "strict": "off"
  69. }
  70. }
  71. ]
  72. },
  73. "homepage": "https://github.com/medikoo/es5-ext#readme",
  74. "husky": {
  75. "hooks": {
  76. "pre-commit": "lint-staged"
  77. }
  78. },
  79. "keywords": [
  80. "ecmascript",
  81. "ecmascript5",
  82. "ecmascript6",
  83. "es5",
  84. "es6",
  85. "extensions",
  86. "ext",
  87. "addons",
  88. "extras",
  89. "harmony",
  90. "javascript",
  91. "polyfill",
  92. "shim",
  93. "util",
  94. "utils",
  95. "utilities"
  96. ],
  97. "license": "ISC",
  98. "lint-staged": {
  99. "*.js": [
  100. "eslint"
  101. ],
  102. "*.{css,html,js,json,md,yaml,yml}": [
  103. "prettier -c"
  104. ]
  105. },
  106. "name": "es5-ext",
  107. "prettier": {
  108. "printWidth": 100,
  109. "tabWidth": 4,
  110. "overrides": [
  111. {
  112. "files": "*.md",
  113. "options": {
  114. "tabWidth": 2
  115. }
  116. }
  117. ]
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/medikoo/es5-ext.git"
  122. },
  123. "scripts": {
  124. "lint": "eslint --ignore-path=.gitignore .",
  125. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  126. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  127. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  128. "test": "node ./node_modules/tad/bin/tad"
  129. },
  130. "version": "0.10.53"
  131. }