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/has-flag/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "has-flag",
    3         "version": "4.0.0",
    4         "description": "Check if argv has a specific flag",
    5         "license": "MIT",
    6         "repository": "sindresorhus/has-flag",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "has",
    24                 "check",
    25                 "detect",
    26                 "contains",
    27                 "find",
    28                 "flag",
    29                 "cli",
    30                 "command-line",
    31                 "argv",
    32                 "process",
    33                 "arg",
    34                 "args",
    35                 "argument",
    36                 "arguments",
    37                 "getopt",
    38                 "minimist",
    39                 "optimist"
    40         ],
    41         "devDependencies": {
    42                 "ava": "^1.4.1",
    43                 "tsd": "^0.7.2",
    44                 "xo": "^0.24.0"
    45         }
     2  "_from": "has-flag@4.0.0",
     3  "_id": "has-flag@4.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
     6  "_location": "/has-flag",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "has-flag@4.0.0",
     12    "name": "has-flag",
     13    "escapedName": "has-flag",
     14    "rawSpec": "4.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "4.0.0"
     17  },
     18  "_requiredBy": [
     19    "/jest-worker/supports-color",
     20    "/supports-color"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
     23  "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
     24  "_spec": "has-flag@4.0.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jest-worker/node_modules/supports-color",
     26  "author": {
     27    "name": "Sindre Sorhus",
     28    "email": "sindresorhus@gmail.com",
     29    "url": "sindresorhus.com"
     30  },
     31  "bugs": {
     32    "url": "https://github.com/sindresorhus/has-flag/issues"
     33  },
     34  "bundleDependencies": false,
     35  "deprecated": false,
     36  "description": "Check if argv has a specific flag",
     37  "devDependencies": {
     38    "ava": "^1.4.1",
     39    "tsd": "^0.7.2",
     40    "xo": "^0.24.0"
     41  },
     42  "engines": {
     43    "node": ">=8"
     44  },
     45  "files": [
     46    "index.js",
     47    "index.d.ts"
     48  ],
     49  "homepage": "https://github.com/sindresorhus/has-flag#readme",
     50  "keywords": [
     51    "has",
     52    "check",
     53    "detect",
     54    "contains",
     55    "find",
     56    "flag",
     57    "cli",
     58    "command-line",
     59    "argv",
     60    "process",
     61    "arg",
     62    "args",
     63    "argument",
     64    "arguments",
     65    "getopt",
     66    "minimist",
     67    "optimist"
     68  ],
     69  "license": "MIT",
     70  "name": "has-flag",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/sindresorhus/has-flag.git"
     74  },
     75  "scripts": {
     76    "test": "xo && ava && tsd"
     77  },
     78  "version": "4.0.0"
    4679}
Note: See TracChangeset for help on using the changeset viewer.