You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
801 B

{
"name": "env-editor",
"version": "0.4.2",
"description": "Get metadata on the default editor or a specific editor",
"license": "MIT",
"repository": "sindresorhus/env-editor",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"env",
"editor",
"environment",
"variable",
"default",
"editors",
"main",
"user",
"meta",
"metadata",
"info",
"name",
"binary",
"path",
"sublime",
"atom",
"vscode",
"webstorm",
"textmate",
"vim",
"neovim",
"intellij",
"nano",
"emacs"
],
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}