Initial commit
[yaffs-website] / node_modules / nan / package.json
1 {
2   "_args": [
3     [
4       "nan@^2.3.2",
5       "/var/www/yaffs/node_modules/node-sass"
6     ]
7   ],
8   "_from": "nan@>=2.3.2 <3.0.0",
9   "_id": "nan@2.5.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/nan",
13   "_nodeVersion": "7.4.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/nan-2.5.1.tgz_1485124061146_0.7941144248470664"
17   },
18   "_npmUser": {
19     "email": "bbyholm@abo.fi",
20     "name": "kkoopa"
21   },
22   "_npmVersion": "4.0.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "nan",
26     "raw": "nan@^2.3.2",
27     "rawSpec": "^2.3.2",
28     "scope": null,
29     "spec": ">=2.3.2 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/node-sass"
34   ],
35   "_resolved": "https://registry.npmjs.org/nan/-/nan-2.5.1.tgz",
36   "_shasum": "d5b01691253326a97a2bbee9e61c55d8d60351e2",
37   "_shrinkwrap": null,
38   "_spec": "nan@^2.3.2",
39   "_where": "/var/www/yaffs/node_modules/node-sass",
40   "bugs": {
41     "url": "https://github.com/nodejs/nan/issues"
42   },
43   "contributors": [
44     {
45       "name": "Rod Vagg",
46       "email": "r@va.gg",
47       "url": "https://github.com/rvagg"
48     },
49     {
50       "name": "Benjamin Byholm",
51       "email": "bbyholm@abo.fi",
52       "url": "https://github.com/kkoopa/"
53     },
54     {
55       "name": "Trevor Norris",
56       "email": "trev.norris@gmail.com",
57       "url": "https://github.com/trevnorris"
58     },
59     {
60       "name": "Nathan Rajlich",
61       "email": "nathan@tootallnate.net",
62       "url": "https://github.com/TooTallNate"
63     },
64     {
65       "name": "Brett Lawson",
66       "email": "brett19@gmail.com",
67       "url": "https://github.com/brett19"
68     },
69     {
70       "name": "Ben Noordhuis",
71       "email": "info@bnoordhuis.nl",
72       "url": "https://github.com/bnoordhuis"
73     },
74     {
75       "name": "David Siegel",
76       "email": "david@artcom.de",
77       "url": "https://github.com/agnat"
78     }
79   ],
80   "dependencies": {},
81   "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 compatibility",
82   "devDependencies": {
83     "bindings": "~1.2.1",
84     "commander": "^2.8.1",
85     "glob": "^5.0.14",
86     "node-gyp": "~3.0.1",
87     "readable-stream": "^2.1.4",
88     "tap": "~0.7.1",
89     "xtend": "~4.0.0"
90   },
91   "directories": {},
92   "dist": {
93     "shasum": "d5b01691253326a97a2bbee9e61c55d8d60351e2",
94     "tarball": "https://registry.npmjs.org/nan/-/nan-2.5.1.tgz"
95   },
96   "homepage": "https://github.com/nodejs/nan#readme",
97   "license": "MIT",
98   "main": "include_dirs.js",
99   "maintainers": [
100     {
101       "name": "rvagg",
102       "email": "rod@vagg.org"
103     },
104     {
105       "name": "kkoopa",
106       "email": "bbyholm@abo.fi"
107     }
108   ],
109   "name": "nan",
110   "optionalDependencies": {},
111   "readme": "ERROR: No README data found!",
112   "repository": {
113     "type": "git",
114     "url": "git://github.com/nodejs/nan.git"
115   },
116   "scripts": {
117     "docs": "doc/.build.sh",
118     "rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
119     "test": "tap --gc --stderr test/js/*-test.js"
120   },
121   "version": "2.5.1"
122 }