{ "_from": "exec-file-sync@^2.0.0", "_id": "exec-file-sync@2.0.2", "_inBundle": false, "_integrity": "sha1-WNRB20bkDebR8w3lvgInhb2J4yg=", "_location": "/exec-file-sync", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "exec-file-sync@^2.0.0", "name": "exec-file-sync", "escapedName": "exec-file-sync", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/passwd-user" ], "_resolved": "https://registry.npmjs.org/exec-file-sync/-/exec-file-sync-2.0.2.tgz", "_shasum": "58d441db46e40de6d1f30de5be022785bd89e328", "_spec": "exec-file-sync@^2.0.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/passwd-user", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/exec-file-sync/issues" }, "bundleDependencies": false, "dependencies": { "is-obj": "^1.0.0", "object-assign": "^4.0.1", "spawn-sync": "^1.0.11" }, "deprecated": false, "description": "Node.js 0.12 childProcess.execFileSync() ponyfill", "devDependencies": { "ava": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/exec-file-sync#readme", "keywords": [ "built-in", "core", "ponyfill", "polyfill", "shim", "child", "process", "execfilesync", "execfile", "exec", "file", "sync" ], "license": "MIT", "name": "exec-file-sync", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/exec-file-sync.git" }, "scripts": { "test": "ava test.js && node test2.js" }, "version": "2.0.2" }