{ "_from": "external-editor@^1.1.0", "_id": "external-editor@1.1.1", "_inBundle": false, "_integrity": "sha1-Etew24UPf/fnCBuvQAVwAGDEYAs=", "_location": "/external-editor", "_phantomChildren": { "os-tmpdir": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "external-editor@^1.1.0", "name": "external-editor", "escapedName": "external-editor", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/inquirer" ], "_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-1.1.1.tgz", "_shasum": "12d7b0db850f7ff7e7081baf4005700060c4600b", "_spec": "external-editor@^1.1.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/inquirer", "author": { "name": "Kevin Gravier", "email": "kevin@mrkmg.com", "url": "https://mrkmg.com" }, "bugs": { "url": "https://github.com/mrkmg/node-external-editor/issues" }, "bundleDependencies": false, "dependencies": { "extend": "^3.0.0", "spawn-sync": "^1.0.15", "tmp": "^0.0.29" }, "deprecated": false, "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.10.0", "coffeelint": "^1.14.2", "mocha": "^2.5.3" }, "files": [ "main", "example_sync.js", "example_async.js" ], "homepage": "https://github.com/mrkmg/node-external-editor#readme", "keywords": [ "editor", "external", "user", "visual" ], "license": "MIT", "main": "main/index.js", "name": "external-editor", "repository": { "type": "git", "url": "git+https://github.com/mrkmg/node-external-editor.git" }, "scripts": { "compile": "coffee --compile --output main/ src/", "lint": "coffeelint -f .coffeelint.json src", "test": "npm run lint && npm run unit", "unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec" }, "version": "1.1.1" }