[0c6b92a] | 1 | {
|
---|
[79a0317] | 2 | "_from": "detect-libc@^1.0.3",
|
---|
| 3 | "_id": "detect-libc@1.0.3",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
|
---|
| 6 | "_location": "/detect-libc",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "detect-libc@^1.0.3",
|
---|
| 12 | "name": "detect-libc",
|
---|
| 13 | "escapedName": "detect-libc",
|
---|
| 14 | "rawSpec": "^1.0.3",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.3"
|
---|
[0c6b92a] | 17 | },
|
---|
[79a0317] | 18 | "_requiredBy": [
|
---|
| 19 | "/@parcel/watcher"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
---|
| 22 | "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
|
---|
| 23 | "_spec": "detect-libc@^1.0.3",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Lovell Fuller",
|
---|
| 27 | "email": "npm@lovell.info"
|
---|
[0c6b92a] | 28 | },
|
---|
[79a0317] | 29 | "bin": {
|
---|
| 30 | "detect-libc": "bin/detect-libc.js"
|
---|
[0c6b92a] | 31 | },
|
---|
[79a0317] | 32 | "bugs": {
|
---|
| 33 | "url": "https://github.com/lovell/detect-libc/issues"
|
---|
| 34 | },
|
---|
| 35 | "bundleDependencies": false,
|
---|
[0c6b92a] | 36 | "contributors": [
|
---|
[79a0317] | 37 | {
|
---|
| 38 | "name": "Niklas Salmoukas",
|
---|
| 39 | "email": "niklas@salmoukas.com"
|
---|
| 40 | }
|
---|
[0c6b92a] | 41 | ],
|
---|
[79a0317] | 42 | "deprecated": false,
|
---|
| 43 | "description": "Node.js module to detect the C standard library (libc) implementation family and version",
|
---|
[0c6b92a] | 44 | "devDependencies": {
|
---|
| 45 | "ava": "^0.23.0",
|
---|
| 46 | "nyc": "^11.3.0",
|
---|
| 47 | "proxyquire": "^1.8.0",
|
---|
| 48 | "semistandard": "^11.0.0"
|
---|
| 49 | },
|
---|
| 50 | "engines": {
|
---|
| 51 | "node": ">=0.10"
|
---|
[79a0317] | 52 | },
|
---|
| 53 | "homepage": "https://github.com/lovell/detect-libc#readme",
|
---|
| 54 | "keywords": [
|
---|
| 55 | "libc",
|
---|
| 56 | "glibc",
|
---|
| 57 | "musl"
|
---|
| 58 | ],
|
---|
| 59 | "license": "Apache-2.0",
|
---|
| 60 | "main": "lib/detect-libc.js",
|
---|
| 61 | "name": "detect-libc",
|
---|
| 62 | "repository": {
|
---|
| 63 | "type": "git",
|
---|
| 64 | "url": "git://github.com/lovell/detect-libc.git"
|
---|
| 65 | },
|
---|
| 66 | "scripts": {
|
---|
| 67 | "test": "semistandard && nyc --reporter=lcov ava"
|
---|
| 68 | },
|
---|
| 69 | "version": "1.0.3"
|
---|
[0c6b92a] | 70 | }
|
---|