UNPKG

chrome-location2

Version:

Approximates the current location of the Chrome browser across platforms.

50 lines 1.1 kB
{ "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cezaraugusto/chrome-location2.git" }, "name": "chrome-location2", "version": "2.0.0", "description": "Approximates the current location of the Chrome browser across platforms.", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "chrome", "browser", "spawn", "location", "process", "guesstimate" ], "dependencies": { "userhome": "^1.0.0", "which": "^2.0.2" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@rslib/core": "^0.6.9", "@types/node": "^22.8.1", "@types/which": "^3.0.4", "typescript": "^5.8.3", "vitest": "^3.1.3" }, "scripts": { "build": "rslib build", "check": "biome check --write", "dev": "rslib build --watch", "format": "biome format --write", "test": "vitest run" } }