UNPKG

1.84 kBJSONView Raw
1{
2 "name": "argumints",
3 "icon": "argumints_icon.jpg",
4 "version": "1.2.40",
5 "description": "A flexible CLI (opt, argv, flag, argc) parser that converts input into JS data types. Additionally supports JSON, key=value, and /rege/x formats, and options to manipulate, aggregate, and calculate.",
6 "main": "argumints.js",
7 "scripts": {
8 "test": "./node_modules/.bin/mocha --reporter spec"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/decoded4620/argumints.git"
13 },
14 "keywords": [
15 "line",
16 "args",
17 "argv",
18 "argc",
19 "opt",
20 "cmd line parser",
21 "cli line parser",
22 "cli parser",
23 "cmd parser",
24 "argumints",
25 "cmd",
26 "cli",
27 "process",
28 "parsing",
29 "options",
30 "flags",
31 "flag",
32 "ordered",
33 "file",
34 "commandline",
35 "command",
36 "cmdline",
37 "parse",
38 "parsing",
39 "parsed",
40 "argparse",
41 "optparse",
42 "arguments",
43 "parser",
44 "command line",
45 "cmd line",
46 "args parser",
47 "cli arguments",
48 "cmd line args",
49 "option parser",
50 "command args",
51 "tools",
52 "argtool",
53 "optstool",
54 "data",
55 "mining",
56 "data mine",
57 "datamining",
58 "config",
59 "configuration",
60 "config tool",
61 "cfg",
62 "cfgtool",
63 "regexp",
64 "regularexpressions",
65 "regular expressions",
66 "regex",
67 "reg"
68 ],
69
70 "author": "Decoded4620 <barcher4620@gmail.com> (http://github.com/decoded4620)",
71
72 "license": "MIT",
73
74 "bugs": {
75 "url": "https://github.com/decoded4620/argumints/issues"
76 },
77 "homepage": "https://github.com/decoded4620/argumints#readme",
78
79 "dependencies": {
80 "chai": "^3.5.0",
81 "mocha": "^2.4.5",
82 "underscore": "^1.8.3"
83 },
84 "not_____used___dependencies": {
85 "mkdirp": "^0.5.1",
86 "express": "^4.13.4",
87 "request": "^2.69.0"
88 }
89}