-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 2.08 KB
/
package.json
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
95
96
97
98
99
100
101
102
103
{
"name": "updater-package",
"description": "Update a package.json based on globally stored preferences.",
"version": "1.0.2",
"homepage": "https://github.com/update/updater-package",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "update/updater-package",
"bugs": {
"url": "https://github.com/update/updater-package/issues"
},
"license": "MIT",
"files": [
"index.js",
"updatefile.js",
"utils.js"
],
"main": "index.js",
"preferGlobal": true,
"engines": {
"node": ">=4.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"arrayify-compact": "^0.2.0",
"base-pkg": "^0.2.4",
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"generate-package": "^0.7.3",
"get-value": "^2.0.6",
"gulp-normalize-pkg": "^0.1.2",
"is-valid-app": "^0.3.0",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.2",
"parse-author": "^2.0.0",
"parse-git-config": "^1.1.1",
"parse-github-url": "^1.0.0",
"repo-utils": "^0.4.1",
"set-value": "^0.4.3",
"stringify-author": "^0.1.3",
"through2": "^2.0.3",
"vinyl": "^2.0.2"
},
"devDependencies": {
"copy": "^0.3.0",
"delete": "^0.3.2",
"global-modules": "^0.2.3",
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1",
"update": "^0.7.4"
},
"keywords": [
"config",
"fix",
"init",
"lint",
"linter",
"maintain",
"maintainance",
"metadata",
"normalize",
"package",
"pkg",
"plugin",
"plugins",
"up-to-date",
"update",
"update-plugin",
"update-updater",
"updateplugin",
"updater",
"updater-package",
"updaterplugin",
"upkeep"
],
"verb": {
"run": true,
"toc": false,
"layout": "common-minimal",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"updater-eslint",
"updater-license",
"updater-travis"
]
},
"reflinks": [
"normalize-pkg",
"update",
"verb"
],
"lint": {
"reflinks": true
}
}
}