MrShi
7 天以前 a7ce91217818bd6bb19bc9c7a7151110e70c26f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_from": "detect-libc@^2.0.3",
  "_id": "detect-libc@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  "_location": "/detect-libc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "detect-libc@^2.0.3",
    "name": "detect-libc",
    "escapedName": "detect-libc",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/@parcel/watcher"
  ],
  "_resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  "_shasum": "689c5dcdc1900ef5583a4cb9f6d7b473742074ad",
  "_spec": "detect-libc@^2.0.3",
  "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\@parcel\\watcher",
  "author": {
    "name": "Lovell Fuller",
    "email": "npm@lovell.info"
  },
  "bugs": {
    "url": "https://github.com/lovell/detect-libc/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Niklas Salmoukas",
      "email": "niklas@salmoukas.com"
    },
    {
      "name": "Vinícius Lourenço",
      "email": "vinyygamerlol@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Node.js module to detect the C standard library (libc) implementation family and version",
  "devDependencies": {
    "ava": "^2.4.0",
    "benchmark": "^2.1.4",
    "conventional-changelog-cli": "^5.0.0",
    "eslint-config-standard": "^13.0.1",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "semistandard": "^14.2.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "lib/",
    "index.d.ts"
  ],
  "homepage": "https://github.com/lovell/detect-libc#readme",
  "keywords": [
    "libc",
    "glibc",
    "musl"
  ],
  "license": "Apache-2.0",
  "main": "lib/detect-libc.js",
  "name": "detect-libc",
  "repository": {
    "type": "git",
    "url": "git://github.com/lovell/detect-libc.git"
  },
  "scripts": {
    "bench": "node benchmark/detect-libc",
    "bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js",
    "changelog": "conventional-changelog -i CHANGELOG.md -s",
    "test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js"
  },
  "types": "index.d.ts",
  "version": "2.1.2"
}