chat-server/node_modules/nan/package.json

133 lines
3.4 KiB
JSON
Raw Normal View History

2019-04-10 20:23:01 +10:00
{
"_args": [
[
"nan@~2.10.0",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/sqlite3"
]
],
"_from": "nan@>=2.10.0 <2.11.0",
"_hasShrinkwrap": false,
"_id": "nan@2.10.0",
"_inCache": true,
"_installable": true,
"_location": "/nan",
"_nodeVersion": "9.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/nan_2.10.0_1521216708687_0.31611161513830033"
},
"_npmUser": {
"email": "bbyholm@abo.fi",
"name": "kkoopa"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "nan",
"raw": "nan@~2.10.0",
"rawSpec": "~2.10.0",
"scope": null,
"spec": ">=2.10.0 <2.11.0",
"type": "range"
},
"_requiredBy": [
"/sqlite3"
],
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"_shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
"_shrinkwrap": null,
"_spec": "nan@~2.10.0",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/sqlite3",
"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": {
"fileCount": 46,
"integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
"shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
"tarball": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"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"
}