/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/link/package.json
33 строки
585 B
Rafael Oleza
⬆️ underscore-plus@1.7.0
29 мар 2019, 20:11
29 мар 2019, 20:11
b2dc922
Код
Авторство
О чём код?
{ "name": "link", "version": "0.31.6", "main": "./lib/link", "description": "Opens http(s) links under the cursor", "license": "MIT", "repository": "https://github.com/atom/atom", "engines": { "atom": "*" }, "activationCommands": { "atom-workspace": [ "link:open" ] }, "dependencies": { "underscore-plus": "^1.7.0" }, "devDependencies": { "standard": "^10.0.3" }, "standard": { "env": { "atomtest": true, "browser": true, "jasmine": true, "node": true }, "globals": [ "atom" ] } }