/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/deprecation-cop/package.json
31 строка
651 B
Steven nguyen
⬆️ marked to 4.0.10 in packages/deprecation-cop (#23484)
17 янв 2022, 11:42
Не верифицирован
17 янв 2022, 11:42
c34b706
Код
Авторство
О чём код?
{ "name": "deprecation-cop", "main": "./lib/main", "version": "0.56.9", "description": "Shows a list of deprecated calls", "repository": "https://github.com/atom/atom", "license": "MIT", "engines": { "atom": ">0.50.0" }, "dependencies": { "etch": "0.9.0", "fs-plus": "^3.0.0", "grim": "^2.0.1", "marked": "^4.0.10", "underscore-plus": "^1.7.0" }, "consumedServices": { "status-bar": { "versions": { "^1.0.0": "consumeStatusBar" } } }, "deserializers": { "DeprecationCopView": "deserializeDeprecationCopView" }, "devDependencies": { "coffeelint": "^1.9.7" } }