package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "handle-thing@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "handle-thing@2.0.0",
  10. "_id": "handle-thing@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DgOWlf9QyT/CiFV9aW88HcZ3Z1Q=",
  13. "_location": "/handle-thing",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "handle-thing@2.0.0",
  19. "name": "handle-thing",
  20. "escapedName": "handle-thing",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/handle-thing/download/handle-thing-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.0"
  70. }