{ "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" ] } }