package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
  6. "_location": "/duplexer2",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.4"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "[email protected]",
  15. "name": "duplexer2",
  16. "escapedName": "duplexer2",
  17. "rawSpec": "0.0.2",
  18. "saveSpec": null,
  19. "fetchSpec": "0.0.2"
  20. },
  21. "_requiredBy": [
  22. "/multipipe"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
  25. "_shasum": "c614dcf67e2fb14995a91711e5a617e8a60a31db",
  26. "_spec": "[email protected]",
  27. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\multipipe",
  28. "author": {
  29. "name": "Conrad Pankoff",
  30. "email": "[email protected]",
  31. "url": "http://www.fknsrs.biz/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/deoxxa/duplexer2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "readable-stream": "~1.1.9"
  39. },
  40. "deprecated": false,
  41. "description": "Like duplexer (http://npm.im/duplexer) but using streams2",
  42. "devDependencies": {
  43. "chai": "~1.7.2",
  44. "mocha": "~1.12.1"
  45. },
  46. "homepage": "https://github.com/deoxxa/duplexer2#readme",
  47. "keywords": [
  48. "duplex",
  49. "stream",
  50. "join",
  51. "combine"
  52. ],
  53. "license": "BSD",
  54. "main": "index.js",
  55. "name": "duplexer2",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/deoxxa/duplexer2.git"
  59. },
  60. "scripts": {
  61. "test": "mocha -R tap"
  62. },
  63. "version": "0.0.2"
  64. }