package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "ordered-read-streams@0.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ordered-read-streams@0.1.0",
  10. "_id": "ordered-read-streams@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
  13. "_location": "/ordered-read-streams",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ordered-read-streams@0.1.0",
  19. "name": "ordered-read-streams",
  20. "escapedName": "ordered-read-streams",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/glob-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "description": "Combines array of streams into one read stream in strict order",
  39. "devDependencies": {
  40. "jshint": "~2.4.1",
  41. "mocha": "~1.17.0",
  42. "pre-commit": "0.0.4",
  43. "should": "~3.0.1",
  44. "through2": "~0.4.0"
  45. },
  46. "homepage": "https://github.com/armed/ordered-read-streams#readme",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "ordered-read-streams",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/armed/ordered-read-streams.git"
  53. },
  54. "scripts": {
  55. "test": "jshint *.js test/*.js && mocha -R spec"
  56. },
  57. "version": "0.1.0"
  58. }