package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "select-hose@2.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "select-hose@2.0.0",
  10. "_id": "select-hose@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
  13. "_location": "/select-hose",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "select-hose@2.0.0",
  19. "name": "select-hose",
  20. "escapedName": "select-hose",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/indutny/select-hose/issues"
  37. },
  38. "description": "Select protocol using first bytes of incoming data and hose stuff to the handler",
  39. "devDependencies": {
  40. "handle-thing": "^1.2.0",
  41. "jscs": "^1.13.1",
  42. "jshint": "^2.8.0",
  43. "mocha": "^2.2.5",
  44. "stream-pair": "^1.0.3"
  45. },
  46. "homepage": "https://github.com/indutny/select-hose#readme",
  47. "keywords": [
  48. "hose",
  49. "select",
  50. "balance"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/hose.js",
  54. "name": "select-hose",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/indutny/select-hose.git"
  58. },
  59. "scripts": {
  60. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
  61. },
  62. "version": "2.0.0"
  63. }