package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "fork-stream@^0.0.4",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-24Sfznf2cIpfjzhq5TOgkHtUrnA=",
  6. "_location": "/fork-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fork-stream@^0.0.4",
  12. "name": "fork-stream",
  13. "escapedName": "fork-stream",
  14. "rawSpec": "^0.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.4"
  17. },
  18. "_requiredBy": [
  19. "/ternary-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fork-stream/-/fork-stream-0.0.4.tgz",
  22. "_shasum": "db849fce77f6708a5f8f386ae533a0907b54ae70",
  23. "_spec": "fork-stream@^0.0.4",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\ternary-stream",
  25. "author": {
  26. "name": "Conrad Pankoff",
  27. "email": "[email protected]",
  28. "url": "http://www.fknsrs.biz/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/deoxxa/fork-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Fork a stream in multiple directions according to a function",
  36. "devDependencies": {
  37. "chai": "~1.7.2",
  38. "mocha": "~1.12.1"
  39. },
  40. "homepage": "https://github.com/deoxxa/fork-stream#readme",
  41. "keywords": [
  42. "stream",
  43. "fork",
  44. "split",
  45. "function",
  46. "conditional"
  47. ],
  48. "license": "BSD",
  49. "main": "index.js",
  50. "name": "fork-stream",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/deoxxa/fork-stream.git"
  54. },
  55. "scripts": {
  56. "test": "mocha -R tap"
  57. },
  58. "version": "0.0.4"
  59. }