-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "js-parse-args",
"version": "1.0.8",
"description": "is a generic utility for merging together an array of arguments and an array of default values. It can also be given a URL query type string which will be converted into an array (i.e. \"id=5&status=draft\"). ",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/varunsridharan/js-parse-args.git"
},
"keywords": [
"array",
"array_merge",
"parse_args",
"wp_parse_args",
"wp_parse_args_recursive",
"defaults",
"default_values",
"arguments",
"args"
],
"author": {
"name": "Varun Sridharan",
"email": "varunsridharan23@gmail.com",
"url": "http://varunsridharan.in"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/varunsridharan/js-parse-args/issues"
},
"homepage": "https://github.com/varunsridharan/js-parse-args#readme",
"devDependencies": {
"sofy": "*"
}
}