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.

41 lines
1.2 KiB

1 month ago
  1. {
  2. "name": "handle-thing",
  3. "version": "2.0.1",
  4. "description": "Wrap Streams2 instance into a HandleWrap",
  5. "main": "lib/handle.js",
  6. "scripts": {
  7. "lint": "standard",
  8. "test": "mocha --reporter=spec test/*-test.js",
  9. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"
  10. },
  11. "pre-commit": [
  12. "lint",
  13. "test"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  18. },
  19. "keywords": [
  20. "handle",
  21. "net",
  22. "streams2"
  23. ],
  24. "author": "Fedor Indutny <fedor@indutny.com>",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/spdy-http2/handle-thing/issues"
  28. },
  29. "homepage": "https://github.com/spdy-http2/handle-thing#readme",
  30. "devDependencies": {
  31. "istanbul": "^0.4.5",
  32. "mocha": "^5.2.0",
  33. "pre-commit": "^1.2.2",
  34. "readable-stream": "^3.0.6",
  35. "standard": "^12.0.1",
  36. "stream-pair": "^1.0.3"
  37. }
  38. ,"_resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz"
  39. ,"_integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  40. ,"_from": "handle-thing@2.0.1"
  41. }