Thanks to visit codestin.com
Credit goes to github.com

Skip to content

npmdoc/node-npmdoc-jsonstream

Repository files navigation

npmdoc-jsonstream

basic api documentation for jsonstream (1.0.3) travis-ci.org build-status

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Dominic Tarr",
        "url": "http://bit.ly/dominictarr"
    },
    "bin": {
        "jsonstream": "./index.js"
    },
    "bugs": {
        "url": "https://github.com/dominictarr/JSONStream/issues"
    },
    "dependencies": {
        "jsonparse": "~1.0.0",
        "through": ">=2.2.7 <3"
    },
    "deprecated": "use JSONStream instead",
    "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
    "devDependencies": {
        "assertions": "~2.2.2",
        "event-stream": "~0.7.0",
        "it-is": "~1",
        "render": "~0.1.1",
        "tape": "~2.12.3",
        "trees": "~0.0.3"
    },
    "directories": {},
    "dist": {
        "shasum": "ff2d49c4f479b5bbcdf9f9e56c841cf87f0efa1d",
        "tarball": "https://registry.npmjs.org/jsonstream/-/jsonstream-1.0.3.tgz"
    },
    "engines": {
        "node": "*"
    },
    "gitHead": "ef6a0faed2340a38dbe961d460c863426dde1966",
    "homepage": "http://github.com/dominictarr/JSONStream",
    "keywords": [
        "json",
        "stream",
        "streaming",
        "parser",
        "async",
        "parsing"
    ],
    "maintainers": [
        {
            "name": "dominictarr"
        }
    ],
    "name": "jsonstream",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git://github.com/dominictarr/JSONStream.git"
    },
    "scripts": {
        "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
    },
    "version": "1.0.3"
}

misc

  • this document was created with utility2

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •