-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 3.42 KB
/
package.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"_args": [
[
{
"raw": "nan@^2.3.0",
"scope": null,
"escapedName": "nan",
"name": "nan",
"rawSpec": "^2.3.0",
"spec": ">=2.3.0 <3.0.0",
"type": "range"
},
"/Users/siobhanpmahoney/Development/_mod4/mod4_finalProj/chat-app/dev/mod-4/project/chat-app/node_modules/fsevents"
]
],
"_from": "nan@>=2.3.0 <3.0.0",
"_id": "nan@2.8.0",
"_inCache": true,
"_location": "/nan",
"_nodeVersion": "6.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/nan-2.8.0.tgz_1510745663002_0.45465062628500164"
},
"_npmUser": {
"name": "kkoopa",
"email": "bbyholm@abo.fi"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "nan@^2.3.0",
"scope": null,
"escapedName": "nan",
"name": "nan",
"rawSpec": "^2.3.0",
"spec": ">=2.3.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/fsevents"
],
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
"_shasum": "ed715f3fe9de02b57a5e6252d90a96675e1f085a",
"_shrinkwrap": null,
"_spec": "nan@^2.3.0",
"_where": "/Users/siobhanpmahoney/Development/_mod4/mod4_finalProj/chat-app/dev/mod-4/project/chat-app/node_modules/fsevents",
"bugs": {
"url": "https://github.com/nodejs/nan/issues"
},
"contributors": [
{
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
{
"name": "Benjamin Byholm",
"email": "bbyholm@abo.fi",
"url": "https://github.com/kkoopa/"
},
{
"name": "Trevor Norris",
"email": "trev.norris@gmail.com",
"url": "https://github.com/trevnorris"
},
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "https://github.com/TooTallNate"
},
{
"name": "Brett Lawson",
"email": "brett19@gmail.com",
"url": "https://github.com/brett19"
},
{
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl",
"url": "https://github.com/bnoordhuis"
},
{
"name": "David Siegel",
"email": "david@artcom.de",
"url": "https://github.com/agnat"
},
{
"name": "Michael Ira Krufky",
"email": "mkrufky@gmail.com",
"url": "https://github.com/mkrufky"
}
],
"dependencies": {},
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
"devDependencies": {
"bindings": "~1.2.1",
"commander": "^2.8.1",
"glob": "^5.0.14",
"node-gyp": "~3.6.2",
"readable-stream": "^2.1.4",
"request": "=2.81.0",
"tap": "~0.7.1",
"xtend": "~4.0.0"
},
"directories": {},
"dist": {
"shasum": "ed715f3fe9de02b57a5e6252d90a96675e1f085a",
"tarball": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz"
},
"homepage": "https://github.com/nodejs/nan#readme",
"license": "MIT",
"main": "include_dirs.js",
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "kkoopa",
"email": "bbyholm@abo.fi"
}
],
"name": "nan",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/nan.git"
},
"scripts": {
"docs": "doc/.build.sh",
"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
"test": "tap --gc --stderr test/js/*-test.js"
},
"version": "2.8.0"
}