package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "passthrough-counter@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "passthrough-counter@1.0.0",
  9. "_id": "passthrough-counter@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Wy8PXTLqPAN0oEgBrlnsXPMww3SYJ44tQ8aVrGAI4h4JZYCS0oYqsPqtPR8OhJpv6qFbpbB7XAn0liKV7EXubA==",
  12. "_location": "/passthrough-counter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "passthrough-counter@1.0.0",
  18. "name": "passthrough-counter",
  19. "escapedName": "passthrough-counter",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/koa-logger"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/passthrough-counter/-/passthrough-counter-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stream-utils/passthrough-counter/issues"
  37. },
  38. "description": "Get the total buffer length of a stream.",
  39. "devDependencies": {
  40. "istanbul": "0",
  41. "mocha": "2"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/stream-utils/passthrough-counter#readme",
  47. "keywords": [
  48. "stream",
  49. "count",
  50. "passthrough"
  51. ],
  52. "license": "MIT",
  53. "name": "passthrough-counter",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/stream-utils/passthrough-counter.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter spec",
  60. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  61. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  62. },
  63. "version": "1.0.0"
  64. }