Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « minimist-options « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cecdf47d2e4dde869bb6a213f310695afcf5951 (plain)
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
{
  "name": "minimist-options",
  "version": "4.0.2",
  "description": "Pretty options for minimist",
  "repository": "vadimdemedes/minimist-options",
  "author": "Vadim Demedes <vdemedes@gmail.com>",
  "license": "MIT",
  "keywords": [
    "minimist",
    "argv",
    "args"
  ],
  "scripts": {
    "test": "xo && ava && tsd-check"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "dependencies": {
    "arrify": "^1.0.1",
    "is-plain-obj": "^1.1.0"
  },
  "devDependencies": {
    "@types/minimist": "^1.2.0",
    "ava": "^1.0.1",
    "tsd-check": "^0.3.0",
    "xo": "^0.24.0"
  }
}