/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/about/package.json
44 строки
844 B
David Wilson
Fix the 'repository' field of migrated package's package.json files
11 сен 2018, 23:37
11 сен 2018, 23:37
93abcd0
Код
Авторство
О чём код?
{ "name": "about", "author": "Machisté N. Quintana <mnquintana@users.noreply.github.com>", "main": "./lib/main", "version": "1.9.1", "description": "View useful information about your Atom installation.", "keywords": [], "repository": "https://github.com/atom/atom", "license": "MIT", "scripts": { "lint": "standard" }, "engines": { "atom": ">=1.7 <2.0.0" }, "dependencies": { "etch": "0.9.0", "semver": "^5.5.0" }, "devDependencies": { "standard": "^11.0.0" }, "consumedServices": { "status-bar": { "versions": { "^1.0.0": "consumeStatusBar" } } }, "deserializers": { "AboutView": "deserializeAboutView" }, "standard": { "env": [ "browser", "node", "atomtest", "jasmine" ], "globals": [ "atom" ] } }