Ohm-Management - Projektarbeit B-ME
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 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "_from": "rxjs@^6.4.0",
  3. "_id": "rxjs@6.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==",
  6. "_location": "/rxjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rxjs@^6.4.0",
  12. "name": "rxjs",
  13. "escapedName": "rxjs",
  14. "rawSpec": "^6.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz",
  22. "_shasum": "2e35ce815cd46d84d02a209fb4e5921e051dbec7",
  23. "_spec": "rxjs@^6.4.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Ben Lesh",
  27. "email": "ben@benlesh.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ReactiveX/RxJS/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "cz-conventional-changelog"
  36. }
  37. },
  38. "contributors": [
  39. {
  40. "name": "Ben Lesh",
  41. "email": "ben@benlesh.com"
  42. },
  43. {
  44. "name": "Paul Taylor",
  45. "email": "paul.e.taylor@me.com"
  46. },
  47. {
  48. "name": "Jeff Cross",
  49. "email": "crossj@google.com"
  50. },
  51. {
  52. "name": "Matthew Podwysocki",
  53. "email": "matthewp@microsoft.com"
  54. },
  55. {
  56. "name": "OJ Kwon",
  57. "email": "kwon.ohjoong@gmail.com"
  58. },
  59. {
  60. "name": "Andre Staltz",
  61. "email": "andre@staltz.com"
  62. }
  63. ],
  64. "dependencies": {
  65. "tslib": "^1.9.0"
  66. },
  67. "deprecated": false,
  68. "description": "Reactive Extensions for modern JavaScript",
  69. "devDependencies": {
  70. "@angular-devkit/build-optimizer": "0.4.6",
  71. "@angular-devkit/schematics": "^0.5.4",
  72. "@types/chai": "4.1.2",
  73. "@types/lodash": "4.14.102",
  74. "@types/mocha": "2.2.48",
  75. "@types/node": "9.4.5",
  76. "@types/sinon": "4.1.3",
  77. "@types/sinon-chai": "2.7.29",
  78. "@types/source-map": "^0.5.2",
  79. "babel-polyfill": "6.26.0",
  80. "benchmark": "2.1.0",
  81. "benchpress": "2.0.0-beta.1",
  82. "chai": "4.1.2",
  83. "color": "3.0.0",
  84. "colors": "1.1.2",
  85. "commitizen": "2.9.6",
  86. "coveralls": "3.0.0",
  87. "cross-env": "5.1.3",
  88. "cz-conventional-changelog": "1.2.0",
  89. "danger": "1.1.0",
  90. "dependency-cruiser": "2.13.0",
  91. "doctoc": "1.3.0",
  92. "dtslint": "0.6.1",
  93. "escape-string-regexp": "1.0.5",
  94. "esdoc": "0.4.7",
  95. "eslint": "4.17.0",
  96. "fs-extra": "5.0.0",
  97. "get-folder-size": "1.0.1",
  98. "glob": "7.1.2",
  99. "gm": "1.23.1",
  100. "google-closure-compiler-js": "20170218.0.0",
  101. "gzip-size": "4.1.0",
  102. "http-server": "0.11.1",
  103. "husky": "0.14.3",
  104. "klaw-sync": "3.0.2",
  105. "lint-staged": "7.1.1",
  106. "lodash": "4.17.5",
  107. "markdown-doctest": "0.9.1",
  108. "minimist": "1.2.0",
  109. "mkdirp": "0.5.1",
  110. "mocha": "5.0.0",
  111. "mocha-in-sauce": "0.0.1",
  112. "npm-run-all": "4.1.2",
  113. "nyc": "11.4.1",
  114. "opn-cli": "3.1.0",
  115. "platform": "1.3.5",
  116. "promise": "8.0.1",
  117. "protractor": "3.1.1",
  118. "rollup": "0.66.6",
  119. "rollup-plugin-alias": "1.4.0",
  120. "rollup-plugin-inject": "2.0.0",
  121. "rollup-plugin-node-resolve": "2.0.0",
  122. "rx": "latest",
  123. "rxjs": "^5.5.7",
  124. "shx": "0.2.2",
  125. "sinon": "4.3.0",
  126. "sinon-chai": "2.14.0",
  127. "source-map-support": "0.5.3",
  128. "symbol-observable": "1.0.1",
  129. "systemjs": "^0.21.0",
  130. "ts-node": "6.1.0",
  131. "tsconfig-paths": "3.2.0",
  132. "tslint": "5.9.1",
  133. "tslint-etc": "1.2.6",
  134. "tslint-no-unused-expression-chai": "0.0.3",
  135. "typescript": "^3.0.1",
  136. "validate-commit-msg": "2.14.0",
  137. "webpack": "1.13.1",
  138. "xmlhttprequest": "1.8.0"
  139. },
  140. "engines": {
  141. "npm": ">=2.0.0"
  142. },
  143. "es2015": "./_esm2015/index.js",
  144. "homepage": "https://github.com/ReactiveX/RxJS",
  145. "keywords": [
  146. "Rx",
  147. "RxJS",
  148. "ReactiveX",
  149. "ReactiveExtensions",
  150. "Streams",
  151. "Observables",
  152. "Observable",
  153. "Stream",
  154. "ES6",
  155. "ES2015"
  156. ],
  157. "license": "Apache-2.0",
  158. "lint-staged": {
  159. "linters": {
  160. "*.@(js)": [
  161. "eslint --fix",
  162. "git add"
  163. ],
  164. "*.@(ts)": [
  165. "tslint --fix",
  166. "git add"
  167. ]
  168. },
  169. "ignore": [
  170. "spec-dtslint/**/*.{js,ts}"
  171. ]
  172. },
  173. "main": "./index.js",
  174. "module": "./_esm5/index.js",
  175. "name": "rxjs",
  176. "ng-update": {
  177. "migrations": "./migrations/collection.json"
  178. },
  179. "nyc": {
  180. "include": [
  181. "src/*.ts",
  182. "src/**/*.ts"
  183. ],
  184. "exclude": [
  185. "node_modules",
  186. "dist",
  187. "*.d.ts",
  188. "src/**/MiscJSDoc.ts"
  189. ],
  190. "extension": [
  191. ".ts"
  192. ],
  193. "reporter": [
  194. "html"
  195. ],
  196. "all": true
  197. },
  198. "repository": {
  199. "type": "git",
  200. "url": "git+https://github.com/reactivex/rxjs.git"
  201. },
  202. "sideEffects": false,
  203. "typings": "./index.d.ts",
  204. "version": "6.5.2"
  205. }