-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
115 lines (115 loc) · 3.11 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
104
105
106
107
108
109
110
111
112
113
114
115
{
"_from": "standard-version@^9.0.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-5qMxXw/FxLouC5nANyx/5RY1kiorJx9BppUso8gN07MG64q2uLRmrPb4KfXp3Ql4s/gxjZwZ89e0FwxeLubGww==",
"_location": "/standard-version",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"cliui": "7.0.4",
"emoji-regex": "8.0.0",
"escalade": "3.1.1",
"get-caller-file": "2.0.5",
"path-exists": "4.0.0",
"require-directory": "2.1.1",
"supports-color": "5.5.0",
"y18n": "5.0.8",
"yargs-parser": "20.2.9",
"yocto-queue": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "standard-version@^9.0.0",
"name": "standard-version",
"escapedName": "standard-version",
"rawSpec": "^9.0.0",
"saveSpec": null,
"fetchSpec": "^9.0.0"
},
"_requiredBy": [
"/module-deps-sortable"
],
"_resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.3.1.tgz",
"_shasum": "786c16c318847f58a31a2434f97e8db33a635853",
"_spec": "standard-version@^9.0.0",
"_where": "/workspace/node_mods/node_modules/module-deps-sortable",
"author": {
"name": "Ben Coe",
"email": "[email protected]"
},
"bin": {
"standard-version": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/conventional-changelog/standard-version/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.2",
"conventional-changelog": "3.1.24",
"conventional-changelog-config-spec": "2.1.0",
"conventional-changelog-conventionalcommits": "4.5.0",
"conventional-recommended-bump": "6.1.0",
"detect-indent": "^6.0.0",
"detect-newline": "^3.1.0",
"dotgitignore": "^2.1.0",
"figures": "^3.1.0",
"find-up": "^5.0.0",
"fs-access": "^1.0.1",
"git-semver-tags": "^4.0.0",
"semver": "^7.1.1",
"stringify-package": "^1.0.1",
"yargs": "^16.0.0"
},
"deprecated": false,
"description": "replacement for `npm version` with automatic CHANGELOG generation",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"mockery": "^2.1.0",
"nyc": "^15.1.0",
"shelljs": "^0.8.4",
"std-mocks": "^1.0.1"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
"keywords": [
"conventional-changelog",
"recommended",
"changelog",
"automatic",
"workflow",
"version",
"angular",
"standard"
],
"license": "ISC",
"name": "standard-version",
"nyc": {
"exclude": [
"tmp/**"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/standard-version.git"
},
"scripts": {
"coverage": "nyc report --reporter=lcov",
"fix": "eslint . --fix",
"posttest": "eslint .",
"release": "bin/cli.js",
"test": "nyc mocha --timeout=30000",
"test:unit": "mocha --exclude test/git.spec.js"
},
"version": "9.3.1"
}