123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "nan",
- "version": "1.9.0",
- "description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",
- "main": "include_dirs.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/nodejs/nan.git"
- },
- "scripts": {
- "test": "tap --gc test/js/*-test.js",
- "rebuild-tests": "pangyp rebuild --msvs_version=2013 --directory test"
- },
- "contributors": [
- {
- "name": "Rod Vagg",
- "email": "r@va.gg",
- "url": "https://github.com/rvagg"
- },
- {
- "name": "Benjamin Byholm",
- "email": "bbyholm@abo.fi",
- "url": "https://github.com/kkoopa/"
- },
- {
- "name": "Trevor Norris",
- "email": "trev.norris@gmail.com",
- "url": "https://github.com/trevnorris"
- },
- {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "https://github.com/TooTallNate"
- },
- {
- "name": "Brett Lawson",
- "email": "brett19@gmail.com",
- "url": "https://github.com/brett19"
- },
- {
- "name": "Ben Noordhuis",
- "email": "info@bnoordhuis.nl",
- "url": "https://github.com/bnoordhuis"
- },
- {
- "name": "David Siegel",
- "email": "david@artcom.de",
- "url": "https://github.com/agnat"
- }
- ],
- "devDependencies": {
- "bindings": "~1.2.1",
- "node-gyp": "~2.0.2",
- "pangyp": "~2.2.0",
- "tap": "~0.7.1",
- "xtend": "~4.0.0"
- },
- "license": "MIT",
- "gitHead": "399b3a54ada39a7cf7a11978ea727eae3686666e",
- "bugs": {
- "url": "https://github.com/nodejs/nan/issues"
- },
- "homepage": "https://github.com/nodejs/nan#readme",
- "_id": "nan@1.9.0",
- "_shasum": "1a9cd2755609766f5c291e4194fce39fde286515",
- "_from": "nan@^1.6.2",
- "_npmVersion": "2.13.3",
- "_nodeVersion": "0.12.2",
- "_npmUser": {
- "name": "kkoopa",
- "email": "bbyholm@abo.fi"
- },
- "maintainers": [
- {
- "name": "rvagg",
- "email": "rod@vagg.org"
- },
- {
- "name": "kkoopa",
- "email": "bbyholm@abo.fi"
- }
- ],
- "dist": {
- "shasum": "1a9cd2755609766f5c291e4194fce39fde286515",
- "tarball": "http://registry.npmjs.org/nan/-/nan-1.9.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/nan/-/nan-1.9.0.tgz",
- "readme": "ERROR: No README data found!"
- }
|