package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "ordered-read-streams@^1.0.0",
  3. "_id": "ordered-read-streams@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==",
  6. "_location": "/ordered-read-streams",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "ordered-read-streams@^1.0.0",
  18. "name": "ordered-read-streams",
  19. "escapedName": "ordered-read-streams",
  20. "rawSpec": "^1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/glob-stream"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
  28. "_shasum": "77c0cb37c41525d64166d990ffad7ec6a0e1363e",
  29. "_spec": "ordered-read-streams@^1.0.0",
  30. "_where": "/Users/handy_cao/Work/GuangZuan/wxappb2b/GuangZuan/node_modules/glob-stream",
  31. "author": {
  32. "name": "Artem Medeusheyev",
  33. "email": "artem.medeusheyev@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/armed/ordered-read-streams/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "readable-stream": "^2.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Combines array of streams into one read stream in strict order",
  44. "devDependencies": {
  45. "expect": "^1.20.2",
  46. "jscs": "^1.13.1",
  47. "jshint": "^2.8.0",
  48. "mississippi": "^1.3.0",
  49. "mocha": "^2.2.5",
  50. "pre-commit": "^1.0.10",
  51. "through2": "^2.0.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/armed/ordered-read-streams#readme",
  57. "license": "MIT",
  58. "name": "ordered-read-streams",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/armed/ordered-read-streams.git"
  62. },
  63. "scripts": {
  64. "test": "jscs *.js test/*js && jshint *.js test/*.js && mocha"
  65. },
  66. "version": "1.0.1"
  67. }