{ "_args": [ [ "dev-null@0.1.1", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "dev-null@0.1.1", "_id": "dev-null@0.1.1", "_inBundle": false, "_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=", "_location": "/dev-null", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "dev-null@0.1.1", "name": "dev-null", "escapedName": "dev-null", "rawSpec": "0.1.1", "saveSpec": null, "fetchSpec": "0.1.1" }, "_requiredBy": [ "/spectron" ], "_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz", "_spec": "0.1.1", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/dev-null/issues" }, "dependencies": {}, "description": "/dev/null for node streams", "devDependencies": { "nave": "~0.4.3", "tap": "~0.4.3", "tap-stream": "~0.2.0" }, "engine": { "node": ">=0.10" }, "homepage": "https://github.com/thlorenz/dev-null", "keywords": [ "streams", "test", "debug", "ignore", "silence" ], "license": { "type": "MIT", "url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE" }, "main": "index.js", "name": "dev-null", "repository": { "type": "git", "url": "git://github.com/thlorenz/dev-null.git" }, "scripts": { "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi", "test-0.10": "nave use 0.10 npm run test-main", "test-all": "npm run test-main && npm run test-0.10", "test-main": "tap test/*.js" }, "version": "0.1.1" }