| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "passthrough-counter@1.0.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "passthrough-counter@1.0.0",
- "_id": "passthrough-counter@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Wy8PXTLqPAN0oEgBrlnsXPMww3SYJ44tQ8aVrGAI4h4JZYCS0oYqsPqtPR8OhJpv6qFbpbB7XAn0liKV7EXubA==",
- "_location": "/passthrough-counter",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.npmmirror.com/passthrough-counter/-/passthrough-counter-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/stream-utils/passthrough-counter/issues"
- },
- "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"
- }
|