1{ 2 "_from": "execa@^0.7.0", 3 "_id": "execa@0.7.0", 4 "_inBundle": false, 5 "_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", 6 "_location": "/execa", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "execa@^0.7.0", 12 "name": "execa", 13 "escapedName": "execa", 14 "rawSpec": "^0.7.0", 15 "saveSpec": null, 16 "fetchSpec": "^0.7.0" 17 }, 18 "_requiredBy": [ 19 "/os-locale", 20 "/term-size" 21 ], 22 "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", 23 "_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777", 24 "_spec": "execa@^0.7.0", 25 "_where": "/Users/rebecca/code/npm/node_modules/term-size", 26 "author": { 27 "name": "Sindre Sorhus", 28 "email": "sindresorhus@gmail.com", 29 "url": "sindresorhus.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/sindresorhus/execa/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "cross-spawn": "^5.0.1", 37 "get-stream": "^3.0.0", 38 "is-stream": "^1.1.0", 39 "npm-run-path": "^2.0.0", 40 "p-finally": "^1.0.0", 41 "signal-exit": "^3.0.0", 42 "strip-eof": "^1.0.0" 43 }, 44 "deprecated": false, 45 "description": "A better `child_process`", 46 "devDependencies": { 47 "ava": "*", 48 "cat-names": "^1.0.2", 49 "coveralls": "^2.11.9", 50 "delay": "^2.0.0", 51 "is-running": "^2.0.0", 52 "nyc": "^11.0.2", 53 "tempfile": "^2.0.0", 54 "xo": "*" 55 }, 56 "engines": { 57 "node": ">=4" 58 }, 59 "files": [ 60 "index.js", 61 "lib" 62 ], 63 "homepage": "https://github.com/sindresorhus/execa#readme", 64 "keywords": [ 65 "exec", 66 "child", 67 "process", 68 "execute", 69 "fork", 70 "execfile", 71 "spawn", 72 "file", 73 "shell", 74 "bin", 75 "binary", 76 "binaries", 77 "npm", 78 "path", 79 "local" 80 ], 81 "license": "MIT", 82 "maintainers": [ 83 { 84 "name": "James Talmage", 85 "email": "james@talmage.io", 86 "url": "github.com/jamestalmage" 87 } 88 ], 89 "name": "execa", 90 "nyc": { 91 "reporter": [ 92 "text", 93 "lcov" 94 ], 95 "exclude": [ 96 "**/fixtures/**", 97 "**/test.js", 98 "**/test/**" 99 ] 100 }, 101 "repository": { 102 "type": "git", 103 "url": "git+https://github.com/sindresorhus/execa.git" 104 }, 105 "scripts": { 106 "test": "xo && nyc ava" 107 }, 108 "version": "0.7.0" 109} 110