package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "handle-thing@2.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "handle-thing@2.0.1",
  10. "_id": "handle-thing@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
  13. "_location": "/handle-thing",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "handle-thing@2.0.1",
  19. "name": "handle-thing",
  20. "escapedName": "handle-thing",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/spdy-http2/handle-thing/issues"
  37. },
  38. "description": "Wrap Streams2 instance into a HandleWrap",
  39. "devDependencies": {
  40. "istanbul": "^0.4.5",
  41. "mocha": "^5.2.0",
  42. "pre-commit": "^1.2.2",
  43. "readable-stream": "^3.0.6",
  44. "standard": "^12.0.1",
  45. "stream-pair": "^1.0.3"
  46. },
  47. "homepage": "https://github.com/spdy-http2/handle-thing#readme",
  48. "keywords": [
  49. "handle",
  50. "net",
  51. "streams2"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/handle.js",
  55. "name": "handle-thing",
  56. "pre-commit": [
  57. "lint",
  58. "test"
  59. ],
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/indutny/handle-thing.git"
  63. },
  64. "scripts": {
  65. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  66. "lint": "standard",
  67. "test": "mocha --reporter=spec test/*-test.js"
  68. },
  69. "version": "2.0.1"
  70. }