package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. {
  2. "_args": [
  3. [
  4. "rxjs@6.5.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rxjs@6.5.1",
  10. "_id": "rxjs@6.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-96AFqThjYZIbhSTzj1TL+A5dCPQ=",
  13. "_location": "/rxjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rxjs@6.5.1",
  19. "name": "rxjs",
  20. "escapedName": "rxjs",
  21. "rawSpec": "6.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint/inquirer"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/rxjs/download/rxjs-6.5.1.tgz",
  29. "_spec": "6.5.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ben Lesh",
  33. "email": "ben@benlesh.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ReactiveX/RxJS/issues"
  37. },
  38. "config": {
  39. "commitizen": {
  40. "path": "cz-conventional-changelog"
  41. }
  42. },
  43. "contributors": [
  44. {
  45. "name": "Ben Lesh",
  46. "email": "ben@benlesh.com"
  47. },
  48. {
  49. "name": "Paul Taylor",
  50. "email": "paul.e.taylor@me.com"
  51. },
  52. {
  53. "name": "Jeff Cross",
  54. "email": "crossj@google.com"
  55. },
  56. {
  57. "name": "Matthew Podwysocki",
  58. "email": "matthewp@microsoft.com"
  59. },
  60. {
  61. "name": "OJ Kwon",
  62. "email": "kwon.ohjoong@gmail.com"
  63. },
  64. {
  65. "name": "Andre Staltz",
  66. "email": "andre@staltz.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "tslib": "^1.9.0"
  71. },
  72. "description": "Reactive Extensions for modern JavaScript",
  73. "devDependencies": {
  74. "@angular-devkit/build-optimizer": "0.4.6",
  75. "@angular-devkit/schematics": "^0.5.4",
  76. "@types/chai": "4.1.2",
  77. "@types/lodash": "4.14.102",
  78. "@types/mocha": "2.2.48",
  79. "@types/node": "9.4.5",
  80. "@types/sinon": "4.1.3",
  81. "@types/sinon-chai": "2.7.29",
  82. "@types/source-map": "^0.5.2",
  83. "babel-polyfill": "6.26.0",
  84. "benchmark": "2.1.0",
  85. "benchpress": "2.0.0-beta.1",
  86. "chai": "4.1.2",
  87. "color": "3.0.0",
  88. "colors": "1.1.2",
  89. "commitizen": "2.9.6",
  90. "coveralls": "3.0.0",
  91. "cross-env": "5.1.3",
  92. "cz-conventional-changelog": "1.2.0",
  93. "danger": "1.1.0",
  94. "dependency-cruiser": "2.13.0",
  95. "doctoc": "1.3.0",
  96. "dtslint": "0.6.1",
  97. "escape-string-regexp": "1.0.5",
  98. "esdoc": "0.4.7",
  99. "eslint": "4.17.0",
  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": "0.5.1",
  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.2.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-node": "6.1.0",
  135. "tsconfig-paths": "3.2.0",
  136. "tslint": "5.9.1",
  137. "tslint-etc": "1.2.6",
  138. "tslint-no-unused-expression-chai": "0.0.3",
  139. "typescript": "^3.0.1",
  140. "validate-commit-msg": "2.14.0",
  141. "webpack": "1.13.1",
  142. "xmlhttprequest": "1.8.0"
  143. },
  144. "engines": {
  145. "npm": ">=2.0.0"
  146. },
  147. "es2015": "./_esm2015/index.js",
  148. "homepage": "https://github.com/ReactiveX/RxJS",
  149. "keywords": [
  150. "Rx",
  151. "RxJS",
  152. "ReactiveX",
  153. "ReactiveExtensions",
  154. "Streams",
  155. "Observables",
  156. "Observable",
  157. "Stream",
  158. "ES6",
  159. "ES2015"
  160. ],
  161. "license": "Apache-2.0",
  162. "lint-staged": {
  163. "linters": {
  164. "*.@(js)": [
  165. "eslint --fix",
  166. "git add"
  167. ],
  168. "*.@(ts)": [
  169. "tslint --fix",
  170. "git add"
  171. ]
  172. },
  173. "ignore": [
  174. "spec-dtslint/**/*.{js,ts}"
  175. ]
  176. },
  177. "main": "./index.js",
  178. "module": "./_esm5/index.js",
  179. "name": "rxjs",
  180. "ng-update": {
  181. "migrations": "./migrations/collection.json"
  182. },
  183. "nyc": {
  184. "include": [
  185. "src/*.ts",
  186. "src/**/*.ts"
  187. ],
  188. "exclude": [
  189. "node_modules",
  190. "dist",
  191. "*.d.ts",
  192. "src/**/MiscJSDoc.ts"
  193. ],
  194. "extension": [
  195. ".ts"
  196. ],
  197. "reporter": [
  198. "html"
  199. ],
  200. "all": true
  201. },
  202. "repository": {
  203. "type": "git",
  204. "url": "git+https://github.com/reactivex/rxjs.git"
  205. },
  206. "sideEffects": false,
  207. "typings": "./index.d.ts",
  208. "version": "6.5.1"
  209. }