{ "_from": "execSync@latest", "_id": "execSync@1.0.2", "_inBundle": false, "_integrity": "sha512-ul1uCl3e2DLlTl8z8R7OFb9PDXI08YkXbgknWZQCrpQjZh7cpntAzDI6oEqetaWpx+RdySFcxHVyG98CFg2lTQ==", "_location": "/execSync", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "execSync@latest", "name": "execSync", "escapedName": "execSync", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/execSync/-/execSync-1.0.2.tgz", "_shasum": "1f42eda582225180053224ecdd3fd1960fdb3139", "_spec": "execSync@latest", "_where": "/root/spacedeck-open", "author": { "name": "Mario Gutierrez", "email": "mario@mgutz.com" }, "bugs": { "url": "https://github.com/mgutz/execSync/issues" }, "bundleDependencies": false, "dependencies": { "temp": "~0.5.1" }, "deprecated": false, "description": "Node's missing execSync.", "devDependencies": { "chai": "~1.5.0", "mocha": "~1.9.0" }, "engines": { "node": "*" }, "homepage": "https://github.com/mgutz/execSync#readme", "license": "MIT", "name": "execSync", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/mgutz/execSync.git" }, "scripts": { "install": "node install.js", "test": "mocha test/unixSpec" }, "version": "1.0.2" }