non_npm_packages: atom-minimap/minimap-selection, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
0a49c5784f6f8e680676e688771ad65f0e7208ac | { "activationHooks": [ "core:loaded-shell-environment" ], "atomTestRunner": "./spec/runner.js", "consumedServices": { "minimap": { "versions": { "1.0.0": "consumeMinimapServiceV1" } } }, "dependencies": { "atom-package-deps": "^8.0.0" }, "description": "Display the buffer's selections on the minimap", "devDependencies": { "@semantic-release/apm-config": "^8.0.0", "atom-jasmine3-test-runner": "^5.2.13", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", "eslint-plugin-react": "^7.31.1", "semantic-release": "^19.0.5" }, "engines": { "atom": ">=1.20.0" }, "license": "MIT", "main": "./lib/minimap-selection", "name": "minimap-selection", "package-deps": [ { "name": "minimap" } ], "repository": "https://github.com/atom-minimap/minimap-selection", "scripts": { "lint": "eslint .", "test": "atom --test spec" }, "version": "4.5.5" } |
atom-minimap | package.json | atom-minimap/minimap-selection |