/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/line-ending-selector/package.json
55 строк
1 KB
Rafael Oleza
⬆️ underscore-plus@1.7.0
29 мар 2019, 20:11
29 мар 2019, 20:11
b2dc922
Код
Авторство
О чём код?
{ "name": "line-ending-selector", "version": "0.7.7", "main": "./lib/main", "description": "Select the line ending to use for the current editor.", "license": "MIT", "repository": "https://github.com/atom/atom", "engines": { "atom": "^1.0.0" }, "dependencies": { "atom-select-list": "^0.7.0", "underscore-plus": "^1.7.0" }, "consumedServices": { "status-bar": { "versions": { "^1.0.0": "consumeStatusBar" } } }, "devDependencies": { "standard": "^5.1.0" }, "configSchema": { "defaultLineEnding": { "title": "Default line ending", "description": "Line ending to use for new files", "type": "string", "default": "OS Default", "enum": [ "OS Default", "LF", "CRLF" ] } }, "standard": { "globals": [ "advanceClock", "atom", "beforeEach", "expect", "describe", "it", "jasmine", "MouseEvent", "runs", "spyOn", "waits", "waitsFor", "waitsForPromise" ] } }