edit-string
Version:
edit a string in $EDITOR
29 lines (28 loc) • 570 B
JSON
{
"name": "edit-string",
"description": "edit a string in $EDITOR",
"version": "1.1.6",
"author": "Jeff Dickey",
"dependencies": {
"debug": "^3.1.0",
"execa": "^0.10.0",
"lodash": "^4.17.10",
"tmp": "^0.0.33",
"tslib": "^1.9.0"
},
"devDependencies": {
"@types/execa": "^0.9.0",
"@types/lodash": "^4.14.108",
"@types/node": "^8.10.11",
"@types/tmp": "^0.0.33"
},
"files": [
"lib"
],
"license": "WTFPL",
"main": "lib/edit.js",
"repository": "jdxcode/edit-string",
"scripts": {
"prepare": "tsc"
}
}