package.json 1.7 KB

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