Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "nan",
3
"version": "1.8.4",
4
"description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",
5
"main": "include_dirs.js",
6
"repository": {
7
"type": "git",
8
"url": "git://github.com/iojs/nan.git"
9
},
10
"scripts": {
11
"test": "tap --gc test/js/*-test.js",
12
"rebuild-tests": "pangyp rebuild --directory test"
13
},
14
"contributors": [
15
{
16
"name": "Rod Vagg",
17
"email": "[email protected]",
18
"url": "https://github.com/rvagg"
19
},
20
{
21
"name": "Benjamin Byholm",
22
"email": "[email protected]",
23
"url": "https://github.com/kkoopa/"
24
},
25
{
26
"name": "Trevor Norris",
27
"email": "[email protected]",
28
"url": "https://github.com/trevnorris"
29
},
30
{
31
"name": "Nathan Rajlich",
32
"email": "[email protected]",
33
"url": "https://github.com/TooTallNate"
34
},
35
{
36
"name": "Brett Lawson",
37
"email": "[email protected]",
38
"url": "https://github.com/brett19"
39
},
40
{
41
"name": "Ben Noordhuis",
42
"email": "[email protected]",
43
"url": "https://github.com/bnoordhuis"
44
},
45
{
46
"name": "David Siegel",
47
"email": "[email protected]",
48
"url": "https://github.com/agnat"
49
}
50
],
51
"devDependencies": {
52
"bindings": "~1.2.1",
53
"node-gyp": "~1.0.2",
54
"pangyp": "~2.0.1",
55
"tap": "~0.7.1",
56
"xtend": "~4.0.0"
57
},
58
"license": "MIT",
59
"gitHead": "ed3bbf4ced0cf7937b4e4164766797f71aa97f3d",
60
"bugs": {
61
"url": "https://github.com/iojs/nan/issues"
62
},
63
"homepage": "https://github.com/iojs/nan#readme",
64
"_id": "[email protected]",
65
"_shasum": "3c76b5382eab33e44b758d2813ca9d92e9342f34",
66
"_from": "nan@>=1.8.4 <1.9.0",
67
"_npmVersion": "2.8.3",
68
"_nodeVersion": "0.12.2",
69
"_npmUser": {
70
"name": "kkoopa",
71
"email": "[email protected]"
72
},
73
"maintainers": [
74
{
75
"name": "rvagg",
76
"email": "[email protected]"
77
},
78
{
79
"name": "kkoopa",
80
"email": "[email protected]"
81
}
82
],
83
"dist": {
84
"shasum": "3c76b5382eab33e44b758d2813ca9d92e9342f34",
85
"tarball": "http://registry.npmjs.org/nan/-/nan-1.8.4.tgz"
86
},
87
"directories": {},
88
"_resolved": "https://registry.npmjs.org/nan/-/nan-1.8.4.tgz"
89
}
90
91