{ "_args": [ [ "bufferstreams@1.0.1", "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys" ] ], "_development": true, "_from": "bufferstreams@1.0.1", "_id": "bufferstreams@1.0.1", "_inBundle": false, "_integrity": "sha1-z7GtlWjTujz+k1upq92VLeiKqyo=", "_location": "/bufferstreams", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bufferstreams@1.0.1", "name": "bufferstreams", "escapedName": "bufferstreams", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/vinyl-bufferstream" ], "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz", "_spec": "1.0.1", "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys", "author": { "name": "Nicolas Froidure", "url": "http://www.insertafter.com/blog.html" }, "bugs": { "url": "https://github.com/nfroidure/BufferStreams/issues" }, "dependencies": { "readable-stream": "^1.0.33" }, "description": "Abstract streams to deal with the whole buffered contents.", "devDependencies": { "coveralls": "~2.11.2", "istanbul": "~0.3.5", "mocha": "2.x.x", "mocha-lcov-reporter": "0.0.1", "streamtest": "^1.1.0" }, "engines": { "node": ">= 0.10.0" }, "homepage": "https://github.com/nfroidure/BufferStreams", "keywords": [ "buffer", "streaming", "stream", "async", "abstract" ], "licenses": [ { "type": "MIT", "url": "https://github.com/nfroidure/BufferStreams/blob/master/LICENSE" } ], "main": "src/index.js", "name": "bufferstreams", "repository": { "type": "git", "url": "git://github.com/nfroidure/BufferStreams.git" }, "scripts": { "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000", "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "./node_modules/mocha/bin/mocha tests/*.mocha.js", "trinity": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push" }, "version": "1.0.1" }