package.json 1.7 KB
{
  "_from": "passthrough-counter@^1.0.0",
  "_id": "passthrough-counter@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo=",
  "_location": "/passthrough-counter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "passthrough-counter@^1.0.0",
    "name": "passthrough-counter",
    "escapedName": "passthrough-counter",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/koa-logger"
  ],
  "_resolved": "https://registry.npmjs.org/passthrough-counter/-/passthrough-counter-1.0.0.tgz",
  "_shasum": "1967d9e66da572b5c023c787db112a387ab166fa",
  "_spec": "passthrough-counter@^1.0.0",
  "_where": "/Users/fzy/project/efang/node_modules/koa-logger",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/stream-utils/passthrough-counter/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get the total buffer length of a stream.",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stream-utils/passthrough-counter#readme",
  "keywords": [
    "stream",
    "count",
    "passthrough"
  ],
  "license": "MIT",
  "name": "passthrough-counter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stream-utils/passthrough-counter.git"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.0.0"
}