1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "streaming-json-stringify@3",
- "D:\\work\\im\\node_modules\\koa-json"
- ]
- ],
- "_from": "streaming-json-stringify@>=3.0.0 <4.0.0",
- "_id": "streaming-json-stringify@3.1.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/streaming-json-stringify",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "2.14.7",
- "_phantomChildren": {},
- "_requested": {
- "name": "streaming-json-stringify",
- "raw": "streaming-json-stringify@3",
- "rawSpec": "3",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa-json"
- ],
- "_resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz",
- "_shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
- "_shrinkwrap": null,
- "_spec": "streaming-json-stringify@3",
- "_where": "D:\\work\\im\\node_modules\\koa-json",
- "author": {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/stream-utils/streaming-json-stringify/issues"
- },
- "dependencies": {
- "json-stringify-safe": "5",
- "readable-stream": "2"
- },
- "description": "Streaming JSON.stringify()",
- "devDependencies": {
- "cat-stream": "*",
- "istanbul": "0",
- "mocha": "2",
- "sinon": "^1.17.2"
- },
- "directories": {},
- "dist": {
- "shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
- "tarball": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "cffa62011dfd2f4c13654bbdbc5c273b13142435",
- "homepage": "https://github.com/stream-utils/streaming-json-stringify#readme",
- "keywords": [
- "stream",
- "json",
- "stringify"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- }
- ],
- "name": "streaming-json-stringify",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|