{ "_from": "streaming-json-stringify@3", "_id": "streaming-json-stringify@3.1.0", "_inBundle": false, "_integrity": "sha1-gCAEN6mTzDnE/gAmO3s7kDrIevU=", "_location": "/streaming-json-stringify", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "streaming-json-stringify@3", "name": "streaming-json-stringify", "escapedName": "streaming-json-stringify", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "/koa-json" ], "_resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz", "_shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5", "_spec": "streaming-json-stringify@3", "_where": "/Users/fzy/project/efang/node_modules/koa-json", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "bugs": { "url": "https://github.com/stream-utils/streaming-json-stringify/issues" }, "bundleDependencies": false, "dependencies": { "json-stringify-safe": "5", "readable-stream": "2" }, "deprecated": false, "description": "Streaming JSON.stringify()", "devDependencies": { "cat-stream": "*", "istanbul": "0", "mocha": "2", "sinon": "^1.17.2" }, "files": [ "index.js" ], "homepage": "https://github.com/stream-utils/streaming-json-stringify#readme", "keywords": [ "stream", "json", "stringify" ], "license": "MIT", "name": "streaming-json-stringify", "repository": { "type": "git", "url": "git+https://github.com/stream-utils/streaming-json-stringify.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": "3.1.0" }