All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility

There is a newer version: 2.19.0
Show newest version
{
  "name": "nan",
  "version": "2.17.0",
  "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 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  (https://github.com/rvagg)",
    "Benjamin Byholm  (https://github.com/kkoopa/)",
    "Trevor Norris  (https://github.com/trevnorris)",
    "Nathan Rajlich  (https://github.com/TooTallNate)",
    "Brett Lawson  (https://github.com/brett19)",
    "Ben Noordhuis  (https://github.com/bnoordhuis)",
    "David Siegel  (https://github.com/agnat)",
    "Michael Ira Krufky  (https://github.com/mkrufky)"
  ],
  "devDependencies": {
    "bindings": "~1.2.1",
    "commander": "^2.8.1",
    "glob": "^5.0.14",
    "request": "=2.81.0",
    "node-gyp": "~8.4.1",
    "readable-stream": "^2.1.4",
    "tap": "~0.7.1",
    "xtend": "~4.0.0"
  },
  "license": "MIT"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy