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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_from": "ext@^1.1.2",
  3. "_id": "ext@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
  6. "_location": "/ext",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ext@^1.1.2",
  12. "name": "ext",
  13. "escapedName": "ext",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/es6-symbol"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
  22. "_shasum": "89ae7a07158f79d35517882904324077e4379244",
  23. "_spec": "ext@^1.1.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es6-symbol",
  25. "author": {
  26. "name": "Mariusz Nowak",
  27. "email": "medyk@medikoo.com",
  28. "url": "http://www.medikoo.com/"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "type": "^2.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "JavaScript utilities with respect to emerging standard",
  36. "devDependencies": {
  37. "chai": "^4.2.0",
  38. "eslint": "^6.7.1",
  39. "eslint-config-medikoo": "^2.7.0",
  40. "git-list-updated": "^1.2.1",
  41. "husky": "^3.1.0",
  42. "lint-staged": "^9.5.0",
  43. "mocha": "^6.2.2",
  44. "prettier-elastic": "^1.18.2",
  45. "sinon": "^7.5.0"
  46. },
  47. "eslintConfig": {
  48. "extends": "medikoo/es3",
  49. "root": true,
  50. "overrides": [
  51. {
  52. "files": "global-this/implementation.js",
  53. "globals": {
  54. "__global__": true,
  55. "self": true,
  56. "window": true
  57. },
  58. "rules": {
  59. "no-extend-native": "off",
  60. "strict": "off"
  61. }
  62. },
  63. {
  64. "files": [
  65. "global-this/is-implemented.js",
  66. "global-this/index.js"
  67. ],
  68. "globals": {
  69. "globalThis": true
  70. }
  71. },
  72. {
  73. "files": "test/**/*.js",
  74. "env": {
  75. "mocha": true
  76. }
  77. },
  78. {
  79. "files": "test/thenable_/finally.js",
  80. "globals": {
  81. "Promise": true
  82. }
  83. }
  84. ]
  85. },
  86. "eslintIgnore": [
  87. "_es5-ext/*"
  88. ],
  89. "husky": {
  90. "hooks": {
  91. "pre-commit": "lint-staged"
  92. }
  93. },
  94. "keywords": [
  95. "ecmascript",
  96. "es",
  97. "es6",
  98. "extensions",
  99. "ext",
  100. "addons",
  101. "lodash",
  102. "extras",
  103. "harmony",
  104. "javascript",
  105. "polyfill",
  106. "shim",
  107. "util",
  108. "utils",
  109. "utilities"
  110. ],
  111. "license": "ISC",
  112. "lint-staged": {
  113. "*.js": [
  114. "eslint"
  115. ],
  116. "*.{css,html,js,json,md,yaml,yml}": [
  117. "prettier -c"
  118. ]
  119. },
  120. "mocha": {
  121. "recursive": true
  122. },
  123. "name": "ext",
  124. "prettier": {
  125. "printWidth": 100,
  126. "tabWidth": 4,
  127. "quoteProps": "preserve",
  128. "overrides": [
  129. {
  130. "files": "*.md",
  131. "options": {
  132. "tabWidth": 2
  133. }
  134. }
  135. ]
  136. },
  137. "repository": {
  138. "type": "git",
  139. "url": "https://github.com/medikoo/es5-ext/tree/ext"
  140. },
  141. "scripts": {
  142. "lint": "eslint .",
  143. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  144. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  145. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  146. "test": "mocha"
  147. },
  148. "version": "1.4.0"
  149. }