Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"title": "Node's [domain module](http://nodejs.org/api/domain.html) for the web browser",
3
"name": "domain-browser",
4
"version": "1.1.4",
5
"description": "Note, this is merely an evented try...catch with the same API as node. Nothing more.",
6
"homepage": "https://github.com/bevry/domain-browser",
7
"license": {
8
"type": "MIT"
9
},
10
"badges": {
11
"travis": true,
12
"npm": true,
13
"npmdownloads": true,
14
"david": true,
15
"daviddev": true,
16
"gratipay": "bevry",
17
"flattr": "344188/balupton-on-Flattr",
18
"paypal": "QB8GQPZAH84N6",
19
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
20
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
21
},
22
"keywords": [
23
"domain",
24
"trycatch",
25
"try",
26
"catch",
27
"node-compat",
28
"ender.js",
29
"component",
30
"component.io",
31
"umd",
32
"amd",
33
"require.js",
34
"browser"
35
],
36
"browsers": true,
37
"author": {
38
"name": "Bevry Pty Ltd",
39
"email": "[email protected]",
40
"url": "http://bevry.me"
41
},
42
"maintainers": [
43
{
44
"name": "balupton",
45
"email": "[email protected]"
46
},
47
{
48
"name": "substack",
49
"email": "[email protected]"
50
},
51
{
52
"name": "evansolomon",
53
"email": "[email protected]"
54
}
55
],
56
"contributors": [
57
{
58
"name": "Benjamin Lupton",
59
"email": "[email protected]",
60
"url": "https://github.com/balupton"
61
},
62
{
63
"name": "evansolomon",
64
"url": "https://github.com/evansolomon"
65
},
66
{
67
"name": "substack",
68
"url": "https://github.com/substack"
69
}
70
],
71
"bugs": {
72
"url": "https://github.com/bevry/domain-browser/issues"
73
},
74
"repository": {
75
"type": "git",
76
"url": "git+ssh://[email protected]/bevry/domain-browser.git"
77
},
78
"engines": {
79
"node": ">=0.4",
80
"npm": ">=1.2"
81
},
82
"directories": {
83
"lib": "./"
84
},
85
"main": "./index.js",
86
"devDependencies": {
87
"projectz": "~0.3.17",
88
"chai": "~1.10.0",
89
"joe": "~1.5.0",
90
"joe-reporter-console": "~1.2.1"
91
},
92
"scripts": {
93
"test": "node ./test.js"
94
},
95
"gitHead": "6eca9aaaa1db6ab6e5164fd11dcbdd09f8d0adfc",
96
"_id": "[email protected]",
97
"_shasum": "90b42769333e909ce3f13bf3e1023ba4a6d6b723",
98
"_from": "domain-browser@>=1.1.0 <1.2.0",
99
"_npmVersion": "2.4.1",
100
"_nodeVersion": "0.10.35",
101
"_npmUser": {
102
"name": "balupton",
103
"email": "[email protected]"
104
},
105
"dist": {
106
"shasum": "90b42769333e909ce3f13bf3e1023ba4a6d6b723",
107
"tarball": "http://registry.npmjs.org/domain-browser/-/domain-browser-1.1.4.tgz"
108
},
109
"_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.4.tgz",
110
"readme": "ERROR: No README data found!"
111
}
112
113