You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "select-hose@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/spdy"
  6. ]
  7. ],
  8. "_from": "select-hose@>=2.0.0 <3.0.0",
  9. "_id": "select-hose@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/select-hose",
  13. "_nodeVersion": "2.2.1",
  14. "_npmUser": {
  15. "email": "fedor@indutny.com",
  16. "name": "indutny"
  17. },
  18. "_npmVersion": "2.11.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "select-hose",
  22. "raw": "select-hose@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/spdy"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  32. "_shasum": "625d8658f865af43ec962bfc376a37359a4994ca",
  33. "_shrinkwrap": null,
  34. "_spec": "select-hose@^2.0.0",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/spdy",
  36. "author": {
  37. "email": "fedor@indutny.com",
  38. "name": "Fedor Indutny"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/indutny/select-hose/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Select protocol using first bytes of incoming data and hose stuff to the handler",
  45. "devDependencies": {
  46. "handle-thing": "^1.2.0",
  47. "jscs": "^1.13.1",
  48. "jshint": "^2.8.0",
  49. "mocha": "^2.2.5",
  50. "stream-pair": "^1.0.3"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "625d8658f865af43ec962bfc376a37359a4994ca",
  55. "tarball": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz"
  56. },
  57. "gitHead": "ee7caf9d58e519b736197c65c1b07f5e3d2715b4",
  58. "homepage": "https://github.com/indutny/select-hose#readme",
  59. "keywords": [
  60. "balance",
  61. "hose",
  62. "select"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/hose.js",
  66. "maintainers": [
  67. {
  68. "name": "indutny",
  69. "email": "fedor@indutny.com"
  70. }
  71. ],
  72. "name": "select-hose",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/indutny/select-hose.git"
  78. },
  79. "scripts": {
  80. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
  81. },
  82. "version": "2.0.0"
  83. }