File size: 803 Bytes
b5ea024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
{
  "name": "mri",
  "version": "1.2.0",
  "description": "Quickly scan for CLI flags and arguments",
  "repository": "lukeed/mri",
  "module": "lib/index.mjs",
  "main": "lib/index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "files": [
    "*.d.ts",
    "lib"
  ],
  "author": {
    "name": "Luke Edwards",
    "email": "[email protected]",
    "url": "https://lukeed.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "build": "bundt",
    "bench": "node bench",
    "pretest": "npm run build",
    "test": "tape test/*.js | tap-spec"
  },
  "keywords": [
    "argv",
    "arguments",
    "cli",
    "minimist",
    "options",
    "optimist",
    "parser",
    "args"
  ],
  "devDependencies": {
    "bundt": "1.0.2",
    "tap-spec": "4.1.2",
    "tape": "4.13.3"
  }
}