package.json 4.9 KB

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