2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-11-17 02:15:10 +00:00
nativefier/app/node_modules/wurl/package.json
Jia Hao 5cb20e9244 Implement authentication that requires a new window to be opened referenced in #19
- Issue https://github.com/jiahaog/nativefier/issues/19#issuecomment-173364234
- When a link that requests a new window is clicked, the app will check if the link is an external link. If so, the default desktop browser (Chrome, Safari etc.) will be opened. Otherwise, a new Electron BrowserWindow will be opened, which supports the use case of logging in to OAuth websites such as feedly.com
2016-01-22 02:05:50 +08:00

77 lines
1.8 KiB
JSON

{
"_args": [
[
"wurl@^2.1.0",
"/Users/JiaHao/Projects/Web/nativefier/app"
]
],
"_from": "wurl@>=2.1.0 <3.0.0",
"_id": "wurl@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/wurl",
"_nodeVersion": "0.10.22",
"_npmUser": {
"email": "rob@websanova.com",
"name": "websanova"
},
"_npmVersion": "2.14.1",
"_phantomChildren": {},
"_requested": {
"name": "wurl",
"raw": "wurl@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/wurl/-/wurl-2.1.0.tgz",
"_shasum": "7224bd0e662e5135221d259d8d60141c2d13d310",
"_shrinkwrap": null,
"_spec": "wurl@^2.1.0",
"_where": "/Users/JiaHao/Projects/Web/nativefier/app",
"author": {
"email": "rob@websanova.com",
"name": "Websanova",
"url": "http://websanova.com"
},
"bugs": {
"url": "https://github.com/websanova/node-url/issues"
},
"dependencies": {},
"description": "A simple url parsing library.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "7224bd0e662e5135221d259d8d60141c2d13d310",
"tarball": "http://registry.npmjs.org/wurl/-/wurl-2.1.0.tgz"
},
"gitHead": "9ba441e47c7ff03a9b9aad747418cc094c53d167",
"homepage": "https://github.com/websanova/node-url#readme",
"keywords": [
"parse",
"url",
"util"
],
"licenses": "MIT, GPL",
"main": "wurl.js",
"maintainers": [
{
"name": "websanova",
"email": "rob@websanova.com"
}
],
"name": "wurl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/websanova/node-url.git"
},
"scripts": {},
"version": "2.1.0"
}