|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
638 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "argparse",
|
|---|
| 3 | "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
|
|---|
| 4 | "version": "1.0.10",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "cli",
|
|---|
| 7 | "parser",
|
|---|
| 8 | "argparse",
|
|---|
| 9 | "option",
|
|---|
| 10 | "args"
|
|---|
| 11 | ],
|
|---|
| 12 | "contributors": [
|
|---|
| 13 | "Eugene Shkuropat",
|
|---|
| 14 | "Paul Jacobson"
|
|---|
| 15 | ],
|
|---|
| 16 | "files": [
|
|---|
| 17 | "index.js",
|
|---|
| 18 | "lib/"
|
|---|
| 19 | ],
|
|---|
| 20 | "license": "MIT",
|
|---|
| 21 | "repository": "nodeca/argparse",
|
|---|
| 22 | "scripts": {
|
|---|
| 23 | "test": "make test"
|
|---|
| 24 | },
|
|---|
| 25 | "dependencies": {
|
|---|
| 26 | "sprintf-js": "~1.0.2"
|
|---|
| 27 | },
|
|---|
| 28 | "devDependencies": {
|
|---|
| 29 | "eslint": "^2.13.1",
|
|---|
| 30 | "istanbul": "^0.4.5",
|
|---|
| 31 | "mocha": "^3.1.0",
|
|---|
| 32 | "ndoc": "^5.0.1"
|
|---|
| 33 | }
|
|---|
| 34 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.