{ "_args": [ [ "shebang-command@2.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_from": "shebang-command@2.0.0", "_id": "shebang-command@2.0.0", "_inBundle": false, "_integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "_location": "/shebang-command", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "shebang-command@2.0.0", "name": "shebang-command", "escapedName": "shebang-command", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/cross-spawn" ], "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/shebang-command/issues" }, "dependencies": { "shebang-regex": "^3.0.0" }, "description": "Get the command from a shebang", "devDependencies": { "ava": "^2.3.0", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js" ], "homepage": "https://github.com/kevva/shebang-command#readme", "keywords": [ "cmd", "command", "parse", "shebang" ], "license": "MIT", "name": "shebang-command", "repository": { "type": "git", "url": "git+https://github.com/kevva/shebang-command.git" }, "scripts": { "test": "xo && ava" }, "version": "2.0.0" }