package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. {
  2. "_args": [
  3. [
  4. "rxjs@5.5.12",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rxjs@5.5.12",
  10. "_id": "rxjs@5.5.12",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==",
  13. "_location": "/rxjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rxjs@5.5.12",
  19. "name": "rxjs",
  20. "escapedName": "rxjs",
  21. "rawSpec": "5.5.12",
  22. "saveSpec": null,
  23. "fetchSpec": "5.5.12"
  24. },
  25. "_requiredBy": [
  26. "/listr"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz",
  29. "_spec": "5.5.12",
  30. "_where": "E:\\item\\newItem\\admin",
  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. "symbol-observable": "1.0.1"
  71. },
  72. "description": "Reactive Extensions for modern JavaScript",
  73. "devDependencies": {
  74. "@angular-devkit/build-optimizer": "0.0.24",
  75. "babel-polyfill": "^6.23.0",
  76. "benchmark": "^2.1.0",
  77. "benchpress": "2.0.0-beta.1",
  78. "chai": "^3.5.0",
  79. "color": "^0.11.1",
  80. "colors": "1.1.2",
  81. "commitizen": "^2.8.6",
  82. "coveralls": "^2.11.13",
  83. "cz-conventional-changelog": "^1.2.0",
  84. "danger": "^1.1.0",
  85. "doctoc": "^1.0.0",
  86. "escape-string-regexp": "^1.0.5 ",
  87. "esdoc": "^0.4.7",
  88. "eslint": "^3.8.0",
  89. "fs-extra": "^2.1.2",
  90. "get-folder-size": "^1.0.0",
  91. "glob": "^7.0.3",
  92. "gm": "^1.22.0",
  93. "google-closure-compiler-js": "^20170218.0.0",
  94. "gzip-size": "^3.0.0",
  95. "http-server": "^0.9.0",
  96. "husky": "^0.13.3",
  97. "klaw-sync": "^3.0.0",
  98. "lint-staged": "3.2.5",
  99. "lodash": "^4.15.0",
  100. "madge": "^1.4.3",
  101. "markdown-doctest": "^0.9.1",
  102. "minimist": "^1.2.0",
  103. "mkdirp": "^0.5.1",
  104. "mocha": "^3.0.2",
  105. "mocha-in-sauce": "0.0.1",
  106. "npm-run-all": "^4.0.2",
  107. "npm-scripts-info": "^0.3.4",
  108. "nyc": "^10.2.0",
  109. "opn-cli": "^3.1.0",
  110. "platform": "^1.3.1",
  111. "promise": "^7.1.1",
  112. "protractor": "^3.1.1",
  113. "rollup": "0.36.3",
  114. "rollup-plugin-inject": "^2.0.0",
  115. "rollup-plugin-node-resolve": "^2.0.0",
  116. "rx": "latest",
  117. "rxjs": "latest",
  118. "shx": "^0.2.2",
  119. "sinon": "^2.1.0",
  120. "sinon-chai": "^2.9.0",
  121. "source-map-support": "^0.4.0",
  122. "tslib": "^1.5.0",
  123. "tslint": "^4.4.2",
  124. "typescript": "~2.0.6",
  125. "typings": "^2.0.0",
  126. "validate-commit-msg": "^2.14.0",
  127. "watch": "^1.0.1",
  128. "webpack": "^1.13.1",
  129. "xmlhttprequest": "1.8.0"
  130. },
  131. "engines": {
  132. "npm": ">=2.0.0"
  133. },
  134. "homepage": "https://github.com/ReactiveX/RxJS",
  135. "keywords": [
  136. "Rx",
  137. "RxJS",
  138. "ReactiveX",
  139. "ReactiveExtensions",
  140. "Streams",
  141. "Observables",
  142. "Observable",
  143. "Stream",
  144. "ES6",
  145. "ES2015"
  146. ],
  147. "license": "Apache-2.0",
  148. "lint-staged": {
  149. "*.@(js)": [
  150. "eslint --fix",
  151. "git add"
  152. ],
  153. "*.@(ts)": [
  154. "tslint --fix",
  155. "git add"
  156. ]
  157. },
  158. "main": "./Rx.js",
  159. "name": "rxjs",
  160. "repository": {
  161. "type": "git",
  162. "url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
  163. },
  164. "scripts-info": {
  165. "info": "List available script",
  166. "build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
  167. "build_cjs": "Build CJS package with clean up existing build",
  168. "build_esm5": "Build ESM/ES5 package with clean up existing build",
  169. "build_esm2015": "Build ESM/ES2015 package with clean up existing build",
  170. "build_closure_core": "Minify Global core build using closure compiler",
  171. "build_global": "Build Global package, then minify build",
  172. "build_perf": "Build CJS & Global build, run macro performance test",
  173. "build_test": "Build CJS package & test spec, execute mocha test runner",
  174. "build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
  175. "build_docs": "Build ESM2015 & global package, create documentation using it",
  176. "build_spec": "Build test specs",
  177. "check_circular_dependencies": "Check codebase has circular dependencies",
  178. "clean_spec": "Clean up existing test spec build output",
  179. "clean_dist_cjs": "Clean up existing CJS package output",
  180. "clean_dist_esm5": "Clean up existing ESM/ES5 package output",
  181. "clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
  182. "clean_dist_global": "Clean up existing Global package output",
  183. "commit": "Run git commit wizard",
  184. "compile_dist_cjs": "Compile codebase into CJS module",
  185. "compile_module_esm5": "Compile codebase into ESM/ES5",
  186. "compile_dist_esm2015": "Compile codebase into ESM/ES2015",
  187. "cover": "Execute test coverage",
  188. "lint_perf": "Run lint against performance test suite",
  189. "lint_spec": "Run lint against test spec",
  190. "lint_src": "Run lint against source",
  191. "lint": "Run lint against everything",
  192. "perf": "Run macro performance benchmark",
  193. "perf_micro": "Run micro performance benchmark",
  194. "test_mocha": "Execute mocha test runner against existing test spec build",
  195. "test_browser": "Execute mocha test runner on browser against existing test spec build",
  196. "test": "Clean up existing test spec build, build test spec and execute mocha test runner",
  197. "tests2png": "Generate marble diagram image from test spec",
  198. "watch": "Watch codebase, trigger compile when source code changes"
  199. },
  200. "typings": "./Rx.d.ts",
  201. "version": "5.5.12"
  202. }