{ "_args": [ [ "shell-exec@1.0.2", "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1" ] ], "_development": true, "_from": "shell-exec@1.0.2", "_id": "shell-exec@1.0.2", "_inBundle": false, "_integrity": "sha1-LpNhsP3h1z9HbEtmcfoXeF9pZ1Y=", "_location": "/shell-exec", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "shell-exec@1.0.2", "name": "shell-exec", "escapedName": "shell-exec", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/kill-port" ], "_resolved": "https://registry.npm.taobao.org/shell-exec/download/shell-exec-1.0.2.tgz", "_spec": "1.0.2", "_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1", "author": { "name": "Tiaan du Plessis" }, "bugs": { "url": "https://github.com/tiaanduplessis/shell-exec" }, "description": "A tiny cross-platform promise based wrapper around child_process.spawn.", "devDependencies": { "husky": "^0.14.3", "jest": "^22.4.3", "standard": "^12.0.0" }, "files": [ "index.js" ], "homepage": "https://github.com/tiaanduplessis/shell-exec", "license": "MIT", "main": "index.js", "name": "shell-exec", "repository": { "url": "git+https://github.com/tiaanduplessis/shell-exec.git", "type": "git" }, "scripts": { "lint": "standard --fix index.js", "precommit": "yarn test", "pretest": "yarn lint", "start": "yarn test", "test": "jest" }, "version": "1.0.2" }