package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "handle-thing@^1.2.5",
  5. "/home/seleznev/project Angular/Quality system/node_modules/spdy"
  6. ]
  7. ],
  8. "_from": "handle-thing@>=1.2.5 <2.0.0",
  9. "_id": "handle-thing@1.2.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/handle-thing",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/handle-thing-1.2.5.tgz_1471506800120_0.3210516825783998"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "handle-thing",
  26. "raw": "handle-thing@^1.2.5",
  27. "rawSpec": "^1.2.5",
  28. "scope": null,
  29. "spec": ">=1.2.5 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/spdy"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz",
  36. "_shasum": "fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4",
  37. "_shrinkwrap": null,
  38. "_spec": "handle-thing@^1.2.5",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/spdy",
  40. "author": {
  41. "email": "fedor@indutny.com",
  42. "name": "Fedor Indutny"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/indutny/handle-thing/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Wrap Streams2 instance into a HandleWrap",
  49. "devDependencies": {
  50. "mocha": "^2.2.5",
  51. "readable-stream": "^2.0.1",
  52. "stream-pair": "^1.0.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4",
  57. "tarball": "https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz"
  58. },
  59. "gitHead": "6faac3994e329a6736cdd5f8866d5fb3c994a3a3",
  60. "homepage": "https://github.com/indutny/handle-thing#readme",
  61. "keywords": [
  62. "handle",
  63. "net",
  64. "streams2"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/handle.js",
  68. "maintainers": [
  69. {
  70. "name": "indutny",
  71. "email": "fedor@indutny.com"
  72. }
  73. ],
  74. "name": "handle-thing",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  80. },
  81. "scripts": {
  82. "test": "mocha --reporter=spec test/*-test.js"
  83. },
  84. "version": "1.2.5"
  85. }