UNPKG

2 kBJSONView Raw
1{
2 "name": "base-cli-schema",
3 "description": "Schema for the base-cli plugin, used for normalizing argv values before passing them to cli.process().",
4 "version": "0.1.15",
5 "homepage": "https://github.com/jonschlinkert/base-cli-schema",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/base-cli-schema",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/base-cli-schema/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=4.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "arr-flatten": "^1.0.1",
25 "array-unique": "^0.2.1",
26 "debug": "^2.2.0",
27 "define-property": "^0.2.5",
28 "export-files": "^2.1.1",
29 "extend-shallow": "^2.0.1",
30 "falsey": "^0.3.0",
31 "fs-exists-sync": "^0.1.0",
32 "has-glob": "^0.1.1",
33 "has-value": "^0.3.1",
34 "kind-of": "^3.0.3",
35 "lazy-cache": "^2.0.1",
36 "map-schema": "^0.2.3",
37 "merge-deep": "^3.0.0",
38 "mixin-deep": "^1.1.3",
39 "resolve": "^1.1.7",
40 "tableize-object": "^0.1.0"
41 },
42 "devDependencies": {
43 "assemble-core": "^0.17.1",
44 "base": "^0.8.1",
45 "base-argv": "^0.4.5",
46 "base-cwd": "^0.1.6",
47 "base-data": "^0.4.4",
48 "base-pkg": "^0.2.2",
49 "delete": "^0.3.1",
50 "gulp": "^3.9.1",
51 "gulp-eslint": "^2.0.0",
52 "gulp-format-md": "^0.1.9",
53 "gulp-istanbul": "^0.10.4",
54 "gulp-mocha": "^2.2.0",
55 "gulp-unused": "^0.1.2",
56 "mocha": "^2.4.5"
57 },
58 "keywords": [
59 "base",
60 "baseplugin",
61 "cli",
62 "normalize",
63 "plugin",
64 "schema"
65 ],
66 "verb": {
67 "run": true,
68 "toc": false,
69 "layout": "default",
70 "tasks": [
71 "readme"
72 ],
73 "plugins": [
74 "gulp-format-md"
75 ],
76 "related": {
77 "list": [
78 "base",
79 "base-cli",
80 "base-cli-process",
81 "base-option"
82 ]
83 },
84 "reflinks": [
85 "verb"
86 ],
87 "lint": {
88 "reflinks": true
89 }
90 }
91}