bopen
Version:
A better native open utility. Open URLs, paths and locators in the default or specified browser with options including opening in incognito mode. Cross-platform.
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "bopen",
"version": "2.6.0",
"description": "A better native open utility. Open URLs, paths and locators in the default or specified browser with options including opening in incognito mode. Cross-platform.",
"main": "index.js",
"scripts": {
"test": "jest --env=node",
"coverage": "jest --env=node --coverage",
"cleanup": "eslint *.js **/*.js --fix; exit 0"
},
"author": {
"name": "Alex Greenland",
"email": "alex+npm@alexgreenland.com",
"url": "ajrg.co"
},
"engines": {
"node": ">=4"
},
"license": "Apache-2.0",
"dependencies": {
"applescript": "1.0.0",
"is-url": "1.2.4",
"x-default-browser": "0.4.0"
},
"devDependencies": {
"eslint": "7.26.0",
"jest": "26.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexgreenland/bopen.git"
},
"keywords": [
"node",
"open",
"browser",
"opener",
"opens",
"launch",
"start",
"url"
],
"bugs": {
"url": "https://github.com/alexgreenland/bopen/issues"
},
"homepage": "https://github.com/alexgreenland/bopen#readme"
}