UNPKG

global-modules-path

Version:
36 lines (35 loc) 1.05 kB
{ "name": "global-modules-path", "version": "3.0.0", "description": "Returns path to globally installed package", "main": "./lib/index.js", "scripts": { "test": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --timeout 1500 test/", "lint": "eslint lib/* test/*", "integration-tests:linux": "cd integration-tests && ./linux.sh", "integration-tests:windows": "cd integration-tests && windows.cmd" }, "repository": { "type": "git", "url": "git+https://github.com/rosen-vladimirov/global-modules-path.git" }, "keywords": [ "npm", "global", "installed", "path" ], "author": "Rosen Vladimirov", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rosen-vladimirov/global-modules-path/issues" }, "homepage": "https://github.com/rosen-vladimirov/global-modules-path#readme", "devDependencies": { "chai": "3.5.0", "eslint": "8.31.0", "istanbul": "0.4.5", "mocha": "10.2.0", "spec-xunit-file": "0.0.1-3" } }