{ "_args": [ [ "bufferstreams@^1.1.1", "C:\\apps\\jenkins\\workspace\\eTBM 3 (master)\\node_modules\\gulp-eslint" ] ], "_from": "bufferstreams@>=1.1.1 <2.0.0", "_id": "bufferstreams@1.1.1", "_inCache": true, "_installable": true, "_location": "/bufferstreams", "_nodeVersion": "4.4.5", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/bufferstreams-1.1.1.tgz_1467112826909_0.5332817453891039" }, "_npmUser": { "email": "snnskwtnb@gmail.com", "name": "shinnn" }, "_npmVersion": "3.10.2", "_phantomChildren": {}, "_requested": { "name": "bufferstreams", "raw": "bufferstreams@^1.1.1", "rawSpec": "^1.1.1", "scope": null, "spec": ">=1.1.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/gulp-eslint" ], "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz", "_shasum": "0161373060ac5988eff99058731114f6e195d51e", "_shrinkwrap": null, "_spec": "bufferstreams@^1.1.1", "_where": "C:\\apps\\jenkins\\workspace\\eTBM 3 (master)\\node_modules\\gulp-eslint", "author": { "name": "Nicolas Froidure", "url": "http://www.insertafter.com/blog.html" }, "bugs": { "url": "https://github.com/nfroidure/BufferStreams/issues" }, "dependencies": { "readable-stream": "^2.0.2" }, "description": "Abstract streams to deal with the whole buffered contents.", "devDependencies": { "eslint": "^1.0.0", "istanbul": "^0.3.17", "istanbul-coveralls": "^1.0.3", "mocha": "^2.2.5", "mocha-lcov-reporter": "^0.0.2", "sf-lint": "^1.0.2", "streamtest": "^1.2.1" }, "directories": {}, "dist": { "shasum": "0161373060ac5988eff99058731114f6e195d51e", "tarball": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz" }, "engines": { "node": ">= 0.10.0" }, "files": [ "src" ], "gitHead": "acd18756a3066c72b4cff8aa79aa44a3dcb4f85f", "homepage": "https://github.com/nfroidure/BufferStreams", "keywords": [ "abstract", "async", "buffer", "stream", "streaming" ], "license": "MIT", "main": "src/index.js", "maintainers": [ { "name": "nfroidure", "email": "nfroidure@elitwork.com" } ], "name": "bufferstreams", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/nfroidure/BufferStreams.git" }, "scripts": { "cli": "env NPM_RUN_CLI=1", "cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -t 5000", "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -t 5000 && istanbul-coveralls", "lint": "eslint **/*.s", "test": "mocha tests/*.mocha.js", "trinity": "npm-check-updates -u && npm install && npm test && git commit package.json -m \"Dependencies update\" && git push" }, "version": "1.1.1" }