123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "_args": [
- [
- {
- "raw": "nan@^2.9.2",
- "scope": null,
- "escapedName": "nan",
- "name": "nan",
- "rawSpec": "^2.9.2",
- "spec": ">=2.9.2 <3.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/fsevents"
- ]
- ],
- "_from": "nan@>=2.9.2 <3.0.0",
- "_id": "nan@2.10.0",
- "_inCache": true,
- "_location": "/nan",
- "_nodeVersion": "9.6.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/nan_2.10.0_1521216708687_0.31611161513830033"
- },
- "_npmUser": {
- "name": "kkoopa",
- "email": "bbyholm@abo.fi"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "nan@^2.9.2",
- "scope": null,
- "escapedName": "nan",
- "name": "nan",
- "rawSpec": "^2.9.2",
- "spec": ">=2.9.2 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/fsevents",
- "/node-sass"
- ],
- "_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
- "_shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
- "_shrinkwrap": null,
- "_spec": "nan@^2.9.2",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/fsevents",
- "bugs": {
- "url": "https://github.com/nodejs/nan/issues"
- },
- "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"
- },
- {
- "name": "Michael Ira Krufky",
- "email": "mkrufky@gmail.com",
- "url": "https://github.com/mkrufky"
- }
- ],
- "dependencies": {},
- "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
- "devDependencies": {
- "bindings": "~1.2.1",
- "commander": "^2.8.1",
- "glob": "^5.0.14",
- "node-gyp": "~3.6.2",
- "readable-stream": "^2.1.4",
- "request": "=2.81.0",
- "tap": "~0.7.1",
- "xtend": "~4.0.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
- "shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
- "tarball": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
- "fileCount": 46,
- "unpackedSize": 409953
- },
- "homepage": "https://github.com/nodejs/nan#readme",
- "license": "MIT",
- "main": "include_dirs.js",
- "maintainers": [
- {
- "name": "kkoopa",
- "email": "bbyholm@abo.fi"
- },
- {
- "name": "rvagg",
- "email": "rod@vagg.org"
- }
- ],
- "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=2015 --directory test",
- "test": "tap --gc --stderr test/js/*-test.js"
- },
- "version": "2.10.0"
- }
|