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

    r0c6b92a r79a0317  
    11{
    2   "name": "argparse",
     2  "_from": "argparse@^2.0.1",
     3  "_id": "argparse@2.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
     6  "_location": "/argparse",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "argparse@^2.0.1",
     12    "name": "argparse",
     13    "escapedName": "argparse",
     14    "rawSpec": "^2.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.1"
     17  },
     18  "_requiredBy": [
     19    "/js-yaml"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
     22  "_shasum": "246f50f3ca78a3240f6c997e8a9bd1eac49e4b38",
     23  "_spec": "argparse@^2.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/js-yaml",
     25  "bugs": {
     26    "url": "https://github.com/nodeca/argparse/issues"
     27  },
     28  "bundleDependencies": false,
     29  "deprecated": false,
    330  "description": "CLI arguments parser. Native port of python's argparse.",
    4   "version": "2.0.1",
     31  "devDependencies": {
     32    "@babel/eslint-parser": "^7.11.0",
     33    "@babel/plugin-syntax-class-properties": "^7.10.4",
     34    "eslint": "^7.5.0",
     35    "mocha": "^8.0.1",
     36    "nyc": "^15.1.0"
     37  },
     38  "files": [
     39    "argparse.js",
     40    "lib/"
     41  ],
     42  "homepage": "https://github.com/nodeca/argparse#readme",
    543  "keywords": [
    644    "cli",
     
    1048    "args"
    1149  ],
     50  "license": "Python-2.0",
    1251  "main": "argparse.js",
    13   "files": [
    14     "argparse.js",
    15     "lib/"
    16   ],
    17   "license": "Python-2.0",
    18   "repository": "nodeca/argparse",
     52  "name": "argparse",
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/nodeca/argparse.git"
     56  },
    1957  "scripts": {
     58    "coverage": "npm run test && nyc report --reporter html",
    2059    "lint": "eslint .",
    21     "test": "npm run lint && nyc mocha",
    22     "coverage": "npm run test && nyc report --reporter html"
     60    "test": "npm run lint && nyc mocha"
    2361  },
    24   "devDependencies": {
    25     "@babel/eslint-parser": "^7.11.0",
    26     "@babel/plugin-syntax-class-properties": "^7.10.4",
    27     "eslint": "^7.5.0",
    28     "mocha": "^8.0.1",
    29     "nyc": "^15.1.0"
    30   }
     62  "version": "2.0.1"
    3163}
Note: See TracChangeset for help on using the changeset viewer.