package.json 1.6 KB

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