package.json
1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_args": [
[
"openurl@1.1.0",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\localtunnel"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "openurl@1.1.0",
"_id": "openurl@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/openurl",
"_nodeVersion": "v0.6.6",
"_npmUser": {
"email": "axel@rauschma.de",
"name": "rauschma"
},
"_npmVersion": "1.0.106",
"_phantomChildren": {},
"_requested": {
"name": "openurl",
"raw": "openurl@1.1.0",
"rawSpec": "1.1.0",
"scope": null,
"spec": "1.1.0",
"type": "version"
},
"_requiredBy": [
"/localtunnel"
],
"_resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.0.tgz",
"_shasum": "e2f2189d999c04823201f083f0f1a7cd8903187a",
"_shrinkwrap": null,
"_spec": "openurl@1.1.0",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\localtunnel",
"author": {
"email": "axe@rauschma.de",
"name": "Axel Rauschmayer"
},
"bugs": {
"url": "https://github.com/rauschma/openurl/issues"
},
"dependencies": {},
"description": "Open a URL via the operating system (http: in default browser, mailto: in mail client etc.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e2f2189d999c04823201f083f0f1a7cd8903187a",
"tarball": "https://registry.npmjs.org/openurl/-/openurl-1.1.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/rauschma/openurl#readme",
"keywords": [
"desktop",
"browser"
],
"license": "MIT",
"main": "./openurl.js",
"maintainers": [
{
"email": "axel@rauschma.de",
"name": "rauschma"
}
],
"name": "openurl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/rauschma/openurl.git"
},
"version": "1.1.0"
}