package.json 1.5 KB

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