package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "handle-thing@^2.0.0",
  3. "_id": "handle-thing@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
  6. "_location": "/handle-thing",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "handle-thing@^2.0.0",
  12. "name": "handle-thing",
  13. "escapedName": "handle-thing",
  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/handle-thing/-/handle-thing-2.0.1.tgz",
  22. "_shasum": "857f79ce359580c340d43081cc648970d0bb234e",
  23. "_spec": "handle-thing@^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/spdy-http2/handle-thing/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Wrap Streams2 instance into a HandleWrap",
  35. "devDependencies": {
  36. "istanbul": "^0.4.5",
  37. "mocha": "^5.2.0",
  38. "pre-commit": "^1.2.2",
  39. "readable-stream": "^3.0.6",
  40. "standard": "^12.0.1",
  41. "stream-pair": "^1.0.3"
  42. },
  43. "homepage": "https://github.com/spdy-http2/handle-thing#readme",
  44. "keywords": [
  45. "handle",
  46. "net",
  47. "streams2"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/handle.js",
  51. "name": "handle-thing",
  52. "pre-commit": [
  53. "lint",
  54. "test"
  55. ],
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  59. },
  60. "scripts": {
  61. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  62. "lint": "standard",
  63. "test": "mocha --reporter=spec test/*-test.js"
  64. },
  65. "version": "2.0.1"
  66. }