You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

94 lines
2.0 KiB

{
"_from": "open@^7.0.2",
"_id": "open@7.0.4",
"_inBundle": false,
"_integrity": "sha512-brSA+/yq+b08Hsr4c8fsEW2CRzk1BmfN3SAK/5VCHQ9bdoZJ4qa/+AfR0xHjlbbZUyPkUHs1b8x1RqdyZdkVqQ==",
"_location": "/open",
"_phantomChildren": {
"is-docker": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "open@^7.0.2",
"name": "open",
"escapedName": "open",
"rawSpec": "^7.0.2",
"saveSpec": null,
"fetchSpec": "^7.0.2"
},
"_requiredBy": [
"/react-dev-utils"
],
"_resolved": "https://registry.npmjs.org/open/-/open-7.0.4.tgz",
"_shasum": "c28a9d315e5c98340bf979fdcb2e58664aa10d83",
"_spec": "open@^7.0.2",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-dev-utils",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/open/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-docker": "^2.0.0",
"is-wsl": "^2.1.1"
},
"deprecated": false,
"description": "Open stuff like URLs, files, executables. Cross-platform.",
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.3.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts",
"xdg-open"
],
"funding": "https://github.com/sponsors/sindresorhus",
"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": "open",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/open.git"
},
"scripts": {
"test": "xo && tsd"
},
"version": "7.0.4"
}