99 lines
2.5 KiB
JSON
99 lines
2.5 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"detect-libc@^1.0.2",
|
||
|
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/node-pre-gyp"
|
||
|
]
|
||
|
],
|
||
|
"_from": "detect-libc@>=1.0.2 <2.0.0",
|
||
|
"_id": "detect-libc@1.0.3",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/detect-libc",
|
||
|
"_nodeVersion": "8.1.3",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/detect-libc-1.0.3.tgz_1511377655799_0.23113705799914896"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "npm@lovell.info",
|
||
|
"name": "lovell"
|
||
|
},
|
||
|
"_npmVersion": "3.10.10",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "detect-libc",
|
||
|
"raw": "detect-libc@^1.0.2",
|
||
|
"rawSpec": "^1.0.2",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.0.2 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/node-pre-gyp"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
||
|
"_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "detect-libc@^1.0.2",
|
||
|
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/node-pre-gyp",
|
||
|
"author": {
|
||
|
"email": "npm@lovell.info",
|
||
|
"name": "Lovell Fuller"
|
||
|
},
|
||
|
"bin": {
|
||
|
"detect-libc": "./bin/detect-libc.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/lovell/detect-libc/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Niklas Salmoukas",
|
||
|
"email": "niklas@salmoukas.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.23.0",
|
||
|
"nyc": "^11.3.0",
|
||
|
"proxyquire": "^1.8.0",
|
||
|
"semistandard": "^11.0.0"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
|
||
|
"tarball": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10"
|
||
|
},
|
||
|
"gitHead": "88df1a5950bf3cd9bffa1e0137ab6471c4546118",
|
||
|
"homepage": "https://github.com/lovell/detect-libc#readme",
|
||
|
"keywords": [
|
||
|
"glibc",
|
||
|
"libc",
|
||
|
"musl"
|
||
|
],
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "lib/detect-libc.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "lovell",
|
||
|
"email": "npm@lovell.info"
|
||
|
}
|
||
|
],
|
||
|
"name": "detect-libc",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/lovell/detect-libc.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "semistandard && nyc --reporter=lcov ava"
|
||
|
},
|
||
|
"version": "1.0.3"
|
||
|
}
|