{ "_from": "varstream@^0.3.2", "_id": "varstream@0.3.2", "_inBundle": false, "_integrity": "sha1-GKxklHZfP/GjWtmkvgU77BiKXeE=", "_location": "/varstream", "_phantomChildren": { "core-util-is": "1.0.2", "inherits": "2.0.3", "string_decoder": "0.10.31" }, "_requested": { "type": "range", "registry": true, "raw": "varstream@^0.3.2", "name": "varstream", "escapedName": "varstream", "rawSpec": "^0.3.2", "saveSpec": null, "fetchSpec": "^0.3.2" }, "_requiredBy": [ "/neatequal" ], "_resolved": "https://registry.npmjs.org/varstream/-/varstream-0.3.2.tgz", "_shasum": "18ac6494765f3ff1a35ad9a4be053bec188a5de1", "_spec": "varstream@^0.3.2", "_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/neatequal", "author": { "name": "Nicolas Froidure" }, "bin": { "varstream2json": "cli/varstream2json.js", "json2varstream": "cli/json2varstream.js" }, "bugs": { "url": "https://github.com/nfroidure/VarStream/issues" }, "bundleDependencies": false, "dependencies": { "readable-stream": "^1.0.33" }, "deprecated": false, "description": "Stream variables beetween 2 JavaScript threads (client/server, ipc, worker/main thread).", "devDependencies": { "coveralls": "~2.11.2", "istanbul": "~0.3.5", "mocha": "~2.1.0", "mocha-lcov-reporter": "0.0.1" }, "engines": { "node": ">=0.10.*" }, "homepage": "https://github.com/nfroidure/VarStream#readme", "keywords": [ "variable", "file", "stream", "json", "ipc", "pipe", "format", "read", "write", "localization", "configuration" ], "main": "./src/VarStream", "name": "varstream", "preferGlobal": "true", "repository": { "type": "git", "url": "git+ssh://git@github.com/nfroidure/VarStream.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" }, "version": "0.3.2" }