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.6 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
[79a0317] | 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,
|
---|
[d565449] | 30 | "description": "CLI arguments parser. Native port of python's argparse.",
|
---|
[79a0317] | 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",
|
---|
[d565449] | 43 | "keywords": [
|
---|
| 44 | "cli",
|
---|
| 45 | "parser",
|
---|
| 46 | "argparse",
|
---|
| 47 | "option",
|
---|
| 48 | "args"
|
---|
| 49 | ],
|
---|
| 50 | "license": "Python-2.0",
|
---|
[79a0317] | 51 | "main": "argparse.js",
|
---|
| 52 | "name": "argparse",
|
---|
| 53 | "repository": {
|
---|
| 54 | "type": "git",
|
---|
| 55 | "url": "git+https://github.com/nodeca/argparse.git"
|
---|
| 56 | },
|
---|
[d565449] | 57 | "scripts": {
|
---|
[79a0317] | 58 | "coverage": "npm run test && nyc report --reporter html",
|
---|
[d565449] | 59 | "lint": "eslint .",
|
---|
[79a0317] | 60 | "test": "npm run lint && nyc mocha"
|
---|
[d565449] | 61 | },
|
---|
[79a0317] | 62 | "version": "2.0.1"
|
---|
[d565449] | 63 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.