UNPKG

1.27 kBJSONView Raw
1{
2 "name": "nan",
3 "version": "2.10.0",
4 "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
5 "main": "include_dirs.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/nodejs/nan.git"
9 },
10 "scripts": {
11 "test": "tap --gc --stderr test/js/*-test.js",
12 "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
13 "docs": "doc/.build.sh"
14 },
15 "contributors": [
16 "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
17 "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
18 "Trevor Norris <trev.norris@gmail.com> (https://github.com/trevnorris)",
19 "Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)",
20 "Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
21 "Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)",
22 "David Siegel <david@artcom.de> (https://github.com/agnat)",
23 "Michael Ira Krufky <mkrufky@gmail.com> (https://github.com/mkrufky)"
24 ],
25 "devDependencies": {
26 "bindings": "~1.2.1",
27 "commander": "^2.8.1",
28 "glob": "^5.0.14",
29 "request": "=2.81.0",
30 "node-gyp": "~3.6.2",
31 "readable-stream": "^2.1.4",
32 "tap": "~0.7.1",
33 "xtend": "~4.0.0"
34 },
35 "license": "MIT"
36}