Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/detect-libc/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "detect-libc",
    3   "version": "1.0.3",
     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,
    443  "description": "Node.js module to detect the C standard library (libc) implementation family and version",
    5   "main": "lib/detect-libc.js",
    6   "bin": {
    7     "detect-libc": "./bin/detect-libc.js"
    8   },
    9   "scripts": {
    10     "test": "semistandard && nyc --reporter=lcov ava"
    11   },
    12   "repository": {
    13     "type": "git",
    14     "url": "git://github.com/lovell/detect-libc"
    15   },
    16   "keywords": [
    17     "libc",
    18     "glibc",
    19     "musl"
    20   ],
    21   "author": "Lovell Fuller <npm@lovell.info>",
    22   "contributors": [
    23     "Niklas Salmoukas <niklas@salmoukas.com>"
    24   ],
    25   "license": "Apache-2.0",
    2644  "devDependencies": {
    2745    "ava": "^0.23.0",
     
    3250  "engines": {
    3351    "node": ">=0.10"
    34   }
     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"
    3570}
Note: See TracChangeset for help on using the changeset viewer.