solorice/vscodium/extensions/ritwickdey.liveserver-5.7.5/node_modules/opn/package.json
2022-04-28 21:17:01 +03:00

88 lines
1.8 KiB
JSON

{
"_from": "opn@^6.0.0",
"_id": "opn@6.0.0",
"_inBundle": false,
"_integrity": "sha512-I9PKfIZC+e4RXZ/qr1RhgyCnGgYX0UEIlXgWnCOVACIvFgaC9rz6Won7xbdhoHrd8IIhV7YEpHjreNUNkqCGkQ==",
"_location": "/opn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "opn@^6.0.0",
"name": "opn",
"escapedName": "opn",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/opn/-/opn-6.0.0.tgz",
"_shasum": "3c5b0db676d5f97da1233d1ed42d182bc5a27d2d",
"_spec": "opn@^6.0.0",
"_where": "/Users/travis/build/ritwickdey/vscode-live-server",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/open/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-wsl": "^1.1.0"
},
"deprecated": "The package has been renamed to `open`",
"description": "Open stuff like URLs, files, executables. Cross-platform.",
"devDependencies": {
"ava": "^1.4.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"xdg-open"
],
"homepage": "https://github.com/sindresorhus/open#readme",
"keywords": [
"app",
"open",
"opener",
"opens",
"launch",
"start",
"xdg-open",
"xdg",
"default",
"cmd",
"browser",
"editor",
"executable",
"exe",
"url",
"urls",
"arguments",
"args",
"spawn",
"exec",
"child",
"process",
"website",
"file"
],
"license": "MIT",
"name": "opn",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/open.git"
},
"scripts": {
"test": "xo"
},
"version": "6.0.0"
}