summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/meow/package.json
blob: f8f521f294398e4aec24b110c7d4185fcf15c688 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_from": "meow@^5.0.0",
  "_id": "meow@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==",
  "_location": "/meow",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "meow@^5.0.0",
    "name": "meow",
    "escapedName": "meow",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/franc-cli"
  ],
  "_resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz",
  "_shasum": "dfc73d63a9afc714a5e371760eb5c88b91078aa4",
  "_spec": "meow@^5.0.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/franc-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/meow/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "camelcase-keys": "^4.0.0",
    "decamelize-keys": "^1.0.0",
    "loud-rejection": "^1.0.0",
    "minimist-options": "^3.0.1",
    "normalize-package-data": "^2.3.4",
    "read-pkg-up": "^3.0.0",
    "redent": "^2.0.0",
    "trim-newlines": "^2.0.0",
    "yargs-parser": "^10.0.0"
  },
  "deprecated": false,
  "description": "CLI app helper",
  "devDependencies": {
    "ava": "*",
    "execa": "^0.10.0",
    "indent-string": "^3.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/meow#readme",
  "keywords": [
    "cli",
    "bin",
    "util",
    "utility",
    "helper",
    "argv",
    "command",
    "line",
    "meow",
    "cat",
    "kitten",
    "parser",
    "option",
    "flags",
    "input",
    "cmd",
    "console"
  ],
  "license": "MIT",
  "name": "meow",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/meow.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "5.0.0",
  "xo": {
    "rules": {
      "unicorn/no-process-exit": "off"
    }
  }
}