chrome-location2
Version:
Approximates the current location of the Chrome browser across platforms.
73 lines (72 loc) • 1.89 kB
JSON
{
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cezaraugusto/chrome-location2.git"
},
"name": "chrome-location2",
"version": "4.0.0",
"description": "Approximates the current location of the Chrome browser across platforms.",
"homepage": "https://www.npmjs.com/package/chrome-location2",
"author": {
"name": "Cezar Augusto",
"email": "boss@cezaraugusto.net",
"url": "https://cezaraugusto.net"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"bin": {
"chrome-location2": "bin.cjs"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rslib build",
"check": "pnpm dlx @biomejs/biome@1.9.4 check --write",
"dev": "rslib build --watch",
"format": "pnpm dlx @biomejs/biome@1.9.4 format --write",
"pretest": "npm run build",
"test": "vitest run",
"prepublishOnly": "npm run build",
"publish:provenance": "np patch --no-tests --any-branch --yolo --message 'release: %s' --provenance"
},
"engines": {
"node": ">=16"
},
"engineStrict": false,
"publishConfig": {
"provenance": true
},
"keywords": [
"chrome",
"browser",
"spawn",
"location",
"process",
"guesstimate"
],
"dependencies": {
"pintor": "0.3.0",
"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",
"biome": "0.3.3",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}