react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / contextify / node_modules / nan / package.json
81145 views{1"name": "nan",2"version": "1.8.4",3"description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",4"main": "include_dirs.js",5"repository": {6"type": "git",7"url": "git://github.com/iojs/nan.git"8},9"scripts": {10"test": "tap --gc test/js/*-test.js",11"rebuild-tests": "pangyp rebuild --directory test"12},13"contributors": [14{15"name": "Rod Vagg",16"email": "[email protected]",17"url": "https://github.com/rvagg"18},19{20"name": "Benjamin Byholm",21"email": "[email protected]",22"url": "https://github.com/kkoopa/"23},24{25"name": "Trevor Norris",26"email": "[email protected]",27"url": "https://github.com/trevnorris"28},29{30"name": "Nathan Rajlich",31"email": "[email protected]",32"url": "https://github.com/TooTallNate"33},34{35"name": "Brett Lawson",36"email": "[email protected]",37"url": "https://github.com/brett19"38},39{40"name": "Ben Noordhuis",41"email": "[email protected]",42"url": "https://github.com/bnoordhuis"43},44{45"name": "David Siegel",46"email": "[email protected]",47"url": "https://github.com/agnat"48}49],50"devDependencies": {51"bindings": "~1.2.1",52"node-gyp": "~1.0.2",53"pangyp": "~2.0.1",54"tap": "~0.7.1",55"xtend": "~4.0.0"56},57"license": "MIT",58"gitHead": "ed3bbf4ced0cf7937b4e4164766797f71aa97f3d",59"bugs": {60"url": "https://github.com/iojs/nan/issues"61},62"homepage": "https://github.com/iojs/nan#readme",63"_id": "[email protected]",64"_shasum": "3c76b5382eab33e44b758d2813ca9d92e9342f34",65"_from": "nan@>=1.8.4 <1.9.0",66"_npmVersion": "2.8.3",67"_nodeVersion": "0.12.2",68"_npmUser": {69"name": "kkoopa",70"email": "[email protected]"71},72"maintainers": [73{74"name": "rvagg",75"email": "[email protected]"76},77{78"name": "kkoopa",79"email": "[email protected]"80}81],82"dist": {83"shasum": "3c76b5382eab33e44b758d2813ca9d92e9342f34",84"tarball": "http://registry.npmjs.org/nan/-/nan-1.8.4.tgz"85},86"directories": {},87"_resolved": "https://registry.npmjs.org/nan/-/nan-1.8.4.tgz"88}899091