package.json 2.81 KB
{
  "_args": [
    [
      {
        "raw": "streaming-json-stringify@3",
        "scope": null,
        "escapedName": "streaming-json-stringify",
        "name": "streaming-json-stringify",
        "rawSpec": "3",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-json"
    ]
  ],
  "_from": "streaming-json-stringify@>=3.0.0 <4.0.0",
  "_id": "streaming-json-stringify@3.1.0",
  "_inCache": true,
  "_location": "/streaming-json-stringify",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "streaming-json-stringify@3",
    "scope": null,
    "escapedName": "streaming-json-stringify",
    "name": "streaming-json-stringify",
    "rawSpec": "3",
    "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": "/Users/kanghyeontae/IdeaProjects/YTMT/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"
  },
  "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": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "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"
}