We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c96dc commit c025436Copy full SHA for c025436
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "arg.js",
3
+ "version": "1.4.0",
4
+ "description": "Lightweight URL argument and parameter parser",
5
+ "main": "src/arg.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/stretchr/arg.js"
9
+ },
10
+ "keywords": [
11
+ "javascript",
12
+ "arguments"
13
+ ],
14
+ "author": "Mat Ryer",
15
+ "license": "MIT",
16
+ "bugs": {
17
+ "url": "https://github.com/stretchr/arg.js/issues"
18
19
+ "homepage": "https://github.com/stretchr/arg.js"
20
+}
0 commit comments