package.json
1.24 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
{
"name": "openurl",
"version": "1.1.1",
"author": {
"name": "Axel Rauschmayer",
"email": "axe@rauschma.de"
},
"description": "Open a URL via the operating system (http: in default browser, mailto: in mail client etc.",
"main": "./openurl.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rauschma/openurl.git"
},
"keywords": [
"desktop",
"browser"
],
"license": "MIT",
"gitHead": "fa7447eaba8161da5b00281a15e35c911369ce17",
"bugs": {
"url": "https://github.com/rauschma/openurl/issues"
},
"homepage": "https://github.com/rauschma/openurl#readme",
"_id": "openurl@1.1.1",
"scripts": {},
"_shasum": "3875b4b0ef7a52c156f0db41d4609dbb0f94b387",
"_from": "openurl@>=1.1.1 <2.0.0",
"_npmVersion": "3.3.6",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "rauschma",
"email": "axel@rauschma.de"
},
"dist": {
"shasum": "3875b4b0ef7a52c156f0db41d4609dbb0f94b387",
"tarball": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz"
},
"maintainers": [
{
"name": "rauschma",
"email": "axel@rauschma.de"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz",
"readme": "ERROR: No README data found!"
}