diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/nan/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/nan/package.json')
| -rw-r--r-- | node_modules/nan/package.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/nan/package.json b/node_modules/nan/package.json new file mode 100644 index 00000000..a7413bc4 --- /dev/null +++ b/node_modules/nan/package.json @@ -0,0 +1,37 @@ +{ + "name": "nan", + "version": "2.11.1", + "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 10 compatibility", + "main": "include_dirs.js", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/nan.git" + }, + "scripts": { + "test": "tap --gc --stderr test/js/*-test.js", + "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js", + "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test", + "docs": "doc/.build.sh" + }, + "contributors": [ + "Rod Vagg <r@va.gg> (https://github.com/rvagg)", + "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)", + "Trevor Norris <trev.norris@gmail.com> (https://github.com/trevnorris)", + "Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)", + "Brett Lawson <brett19@gmail.com> (https://github.com/brett19)", + "Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)", + "David Siegel <david@artcom.de> (https://github.com/agnat)", + "Michael Ira Krufky <mkrufky@gmail.com> (https://github.com/mkrufky)" + ], + "devDependencies": { + "bindings": "~1.2.1", + "commander": "^2.8.1", + "glob": "^5.0.14", + "request": "=2.81.0", + "node-gyp": "~3.6.2", + "readable-stream": "^2.1.4", + "tap": "~0.7.1", + "xtend": "~4.0.0" + }, + "license": "MIT" +} |
