package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "_from": "type-detect@4.0.8",
  3. "_id": "type-detect@4.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  6. "_location": "/type-detect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "type-detect@4.0.8",
  12. "name": "type-detect",
  13. "escapedName": "type-detect",
  14. "rawSpec": "4.0.8",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.8"
  17. },
  18. "_requiredBy": [
  19. "/@sinonjs/commons"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  22. "_shasum": "7646fb5f18871cfbb7749e69bd39a6388eb7450c",
  23. "_spec": "type-detect@4.0.8",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@sinonjs\\commons",
  25. "author": {
  26. "name": "Jake Luer",
  27. "email": "jake@alogicalparadox.com",
  28. "url": "http://alogicalparadox.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chaijs/type-detect/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Keith Cirkel",
  37. "url": "https://github.com/keithamus"
  38. },
  39. {
  40. "name": "David Losert",
  41. "url": "https://github.com/davelosert"
  42. },
  43. {
  44. "name": "Aleksey Shvayka",
  45. "url": "https://github.com/shvaikalesh"
  46. },
  47. {
  48. "name": "Lucas Fernandes da Costa",
  49. "url": "https://github.com/lucasfcosta"
  50. },
  51. {
  52. "name": "Grant Snodgrass",
  53. "url": "https://github.com/meeber"
  54. },
  55. {
  56. "name": "Jeremy Tice",
  57. "url": "https://github.com/jetpacmonkey"
  58. },
  59. {
  60. "name": "Edward Betts",
  61. "url": "https://github.com/EdwardBetts"
  62. },
  63. {
  64. "name": "dvlsg",
  65. "url": "https://github.com/dvlsg"
  66. },
  67. {
  68. "name": "Amila Welihinda",
  69. "url": "https://github.com/amilajack"
  70. },
  71. {
  72. "name": "Jake Champion",
  73. "url": "https://github.com/JakeChampion"
  74. },
  75. {
  76. "name": "Miroslav Bajtoš",
  77. "url": "https://github.com/bajtos"
  78. }
  79. ],
  80. "deprecated": false,
  81. "description": "Improved typeof detection for node.js and the browser.",
  82. "devDependencies": {
  83. "@commitlint/cli": "^4.2.2",
  84. "benchmark": "^2.1.0",
  85. "buble": "^0.16.0",
  86. "codecov": "^3.0.0",
  87. "commitlint-config-angular": "^4.2.1",
  88. "cross-env": "^5.1.1",
  89. "eslint": "^4.10.0",
  90. "eslint-config-strict": "^14.0.0",
  91. "eslint-plugin-filenames": "^1.2.0",
  92. "husky": "^0.14.3",
  93. "karma": "^1.7.1",
  94. "karma-chrome-launcher": "^2.2.0",
  95. "karma-coverage": "^1.1.1",
  96. "karma-detect-browsers": "^2.2.5",
  97. "karma-edge-launcher": "^0.4.2",
  98. "karma-firefox-launcher": "^1.0.1",
  99. "karma-ie-launcher": "^1.0.0",
  100. "karma-mocha": "^1.3.0",
  101. "karma-opera-launcher": "^1.0.0",
  102. "karma-safari-launcher": "^1.0.0",
  103. "karma-safaritechpreview-launcher": "0.0.6",
  104. "karma-sauce-launcher": "^1.2.0",
  105. "mocha": "^4.0.1",
  106. "nyc": "^11.3.0",
  107. "rollup": "^0.50.0",
  108. "rollup-plugin-buble": "^0.16.0",
  109. "rollup-plugin-commonjs": "^8.2.6",
  110. "rollup-plugin-istanbul": "^1.1.0",
  111. "rollup-plugin-node-resolve": "^3.0.0",
  112. "semantic-release": "^8.2.0",
  113. "simple-assert": "^1.0.0"
  114. },
  115. "engines": {
  116. "node": ">=4"
  117. },
  118. "eslintConfig": {
  119. "env": {
  120. "es6": true
  121. },
  122. "extends": [
  123. "strict/es6"
  124. ],
  125. "globals": {
  126. "HTMLElement": false
  127. },
  128. "rules": {
  129. "complexity": 0,
  130. "max-statements": 0,
  131. "prefer-rest-params": 0
  132. }
  133. },
  134. "files": [
  135. "index.js",
  136. "type-detect.js"
  137. ],
  138. "homepage": "https://github.com/chaijs/type-detect#readme",
  139. "keywords": [
  140. "type",
  141. "typeof",
  142. "types"
  143. ],
  144. "license": "MIT",
  145. "main": "./type-detect.js",
  146. "name": "type-detect",
  147. "repository": {
  148. "type": "git",
  149. "url": "git+ssh://git@github.com/chaijs/type-detect.git"
  150. },
  151. "scripts": {
  152. "bench": "node bench",
  153. "build": "rollup -c rollup.conf.js",
  154. "commit-msg": "commitlint -x angular",
  155. "lint": "eslint --ignore-path .gitignore .",
  156. "posttest:browser": "npm run upload-coverage",
  157. "posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
  158. "prepare": "cross-env NODE_ENV=production npm run build",
  159. "pretest:browser": "cross-env NODE_ENV=test npm run build",
  160. "pretest:node": "cross-env NODE_ENV=test npm run build",
  161. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  162. "test": "npm run test:node && npm run test:browser",
  163. "test:browser": "karma start --singleRun=true",
  164. "test:node": "nyc mocha type-detect.test.js",
  165. "upload-coverage": "codecov"
  166. },
  167. "version": "4.0.8"
  168. }