Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / nan / package.json
Size: Mime:
{
  "_args": [
    [
      "nan@https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
      "/vso/work/2/s"
    ]
  ],
  "_from": "nan@>=2.0.2 <3.0.0",
  "_id": "nan@2.2.1",
  "_inCache": true,
  "_location": "/nan",
  "_phantomChildren": {},
  "_requested": {
    "name": "nan",
    "raw": "nan@https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
    "rawSpec": "https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/fsevents",
    "/oniguruma",
    "/pty.js",
    "/windows-mutex"
  ],
  "_resolved": "https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
  "_shasum": "d68693f6b34bb41d66bc68b3a4f9defc79d7149b",
  "_shrinkwrap": null,
  "_spec": "nan@https://registry.npmjs.org/nan/-/nan-2.2.1.tgz",
  "_where": "/vso/work/2/s",
  "bugs": {
    "url": "https://github.com/nodejs/nan/issues"
  },
  "contributors": [
    {
      "email": "r@va.gg",
      "name": "Rod Vagg",
      "url": "https://github.com/rvagg"
    },
    {
      "email": "bbyholm@abo.fi",
      "name": "Benjamin Byholm",
      "url": "https://github.com/kkoopa/"
    },
    {
      "email": "trev.norris@gmail.com",
      "name": "Trevor Norris",
      "url": "https://github.com/trevnorris"
    },
    {
      "email": "nathan@tootallnate.net",
      "name": "Nathan Rajlich",
      "url": "https://github.com/TooTallNate"
    },
    {
      "email": "brett19@gmail.com",
      "name": "Brett Lawson",
      "url": "https://github.com/brett19"
    },
    {
      "email": "info@bnoordhuis.nl",
      "name": "Ben Noordhuis",
      "url": "https://github.com/bnoordhuis"
    },
    {
      "email": "david@artcom.de",
      "name": "David Siegel",
      "url": "https://github.com/agnat"
    }
  ],
  "dependencies": {},
  "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility",
  "devDependencies": {
    "bindings": "~1.2.1",
    "commander": "^2.8.1",
    "glob": "^5.0.14",
    "node-gyp": "~3.0.1",
    "tap": "~0.7.1",
    "xtend": "~4.0.0"
  },
  "homepage": "https://github.com/nodejs/nan#readme",
  "license": "MIT",
  "main": "include_dirs.js",
  "name": "nan",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/nan.git"
  },
  "scripts": {
    "docs": "doc/.build.sh",
    "rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
    "test": "tap --gc test/js/*-test.js"
  },
  "version": "2.2.1"
}