source: imaps-frontend/node_modules/detect-libc/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
17 },
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"
28 },
29 "bin": {
30 "detect-libc": "bin/detect-libc.js"
31 },
32 "bugs": {
33 "url": "https://github.com/lovell/detect-libc/issues"
34 },
35 "bundleDependencies": false,
36 "contributors": [
37 {
38 "name": "Niklas Salmoukas",
39 "email": "niklas@salmoukas.com"
40 }
41 ],
42 "deprecated": false,
43 "description": "Node.js module to detect the C standard library (libc) implementation family and version",
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"
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"
70}
Note: See TracBrowser for help on using the repository browser.