/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/go-to-line/package.json
31 строка
574 B
David Wilson
:arrow_right: Migrate core package 'go-to-line' into ./packages
16 окт 2018, 03:04
16 окт 2018, 03:04
a5305f4
Код
Авторство
О чём код?
{ "name": "go-to-line", "version": "0.33.0", "main": "./lib/go-to-line-view", "description": "Jump to a specific editor line number with `ctrl-g`.", "license": "MIT", "scripts": { "lint": "standard" }, "activationCommands": { "atom-text-editor": [ "go-to-line:toggle" ] }, "repository": "https://github.com/atom/atom", "engines": { "atom": "*" }, "devDependencies": { "standard": "^8.6.0" }, "standard": { "globals": [ "atom", "waitsForPromise" ], "ignore": [ "spec/fixtures" ] } }