Projekt

Obecné

Profil

Stáhnout (1.34 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "nan",
3
  "version": "2.14.0",
4
  "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 11 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
    "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js",
13
    "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
14
    "docs": "doc/.build.sh"
15
  },
16
  "contributors": [
17
    "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
18
    "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
19
    "Trevor Norris <trev.norris@gmail.com> (https://github.com/trevnorris)",
20
    "Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)",
21
    "Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
22
    "Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)",
23
    "David Siegel <david@artcom.de> (https://github.com/agnat)",
24
    "Michael Ira Krufky <mkrufky@gmail.com> (https://github.com/mkrufky)"
25
  ],
26
  "devDependencies": {
27
    "bindings": "~1.2.1",
28
    "commander": "^2.8.1",
29
    "glob": "^5.0.14",
30
    "request": "=2.81.0",
31
    "node-gyp": "~3.6.2",
32
    "readable-stream": "^2.1.4",
33
    "tap": "~0.7.1",
34
    "xtend": "~4.0.0"
35
  },
36
  "license": "MIT"
37
}
(26-26/26)