summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/minimist-options/package.json
blob: 2843a808baaaf83323067d01427c96dcea22db63 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_from": "minimist-options@^3.0.1",
  "_id": "minimist-options@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
  "_location": "/minimist-options",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "minimist-options@^3.0.1",
    "name": "minimist-options",
    "escapedName": "minimist-options",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/meow"
  ],
  "_resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
  "_shasum": "fba4c8191339e13ecf4d61beb03f070103f3d954",
  "_spec": "minimist-options@^3.0.1",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/meow",
  "author": {
    "name": "Vadim Demedes",
    "email": "vdemedes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vadimdemedes/minimist-options/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "arrify": "^1.0.1",
    "is-plain-obj": "^1.1.0"
  },
  "deprecated": false,
  "description": "Pretty options for minimist",
  "devDependencies": {
    "ava": "^0.18.2",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/vadimdemedes/minimist-options#readme",
  "keywords": [
    "minimist",
    "argv",
    "args"
  ],
  "license": "MIT",
  "name": "minimist-options",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vadimdemedes/minimist-options.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.0.2"
}