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.

package.json 3.1KB

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