This repository was archived by the owner on Feb 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
133 lines (133 loc) · 4.07 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@adobe/helix-pipeline",
"version": "18.0.14",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-pipeline.git"
},
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"semantic-release": "semantic-release",
"test": "c8 mocha",
"test-ci": "npm run lint && npm run test && codecov",
"lint": "npx eslint . && npm run types",
"types": "npm run docs && node bin/schema2ts.js",
"docs": "npx jsonschema2md -d src/schemas -o docs -x docs",
"commit": "git-cz",
"prepare": "npx husky install"
},
"license": "Apache-2.0",
"devDependencies": {
"@adobe/eslint-config-helix": "1.3.2",
"@adobe/helix-shared-dom": "1.1.8",
"@adobe/helix-shared-string": "1.0.6",
"@adobe/helix-testutils": "0.4.12",
"@adobe/jsonschema2md": "7.0.0",
"@pollyjs/adapter-fetch": "6.0.4",
"@pollyjs/adapter-node-http": "6.0.4",
"@pollyjs/core": "6.0.4",
"@pollyjs/persister-fs": "6.0.4",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"c8": "7.11.0",
"codecov": "3.8.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.10.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"hastscript": "7.0.2",
"husky": "7.0.4",
"hyperscript": "2.0.2",
"js-yaml": "4.1.0",
"json-schema-to-typescript": "10.1.5",
"lint-staged": "12.3.4",
"mdast-builder": "1.1.1",
"mocha": "9.2.1",
"mocha-junit-reporter": "2.0.2",
"mocha-multi-reporters": "1.5.1",
"nock": "13.2.4",
"remark-stringify": "10.0.2",
"semantic-release": "19.0.2",
"sinon": "13.0.1",
"unist-builder": "3.0.0",
"unist-util-inspect": "7.0.0"
},
"dependencies": {
"@adobe/helix-fetch": "3.0.5",
"@adobe/helix-log": "6.0.0",
"@adobe/helix-shared-config": "1.7.15",
"@adobe/helix-markdown-support": "3.1.2",
"@adobe/helix-shared-utils": "2.0.2",
"@adobe/helix-shared-wrap": "1.0.2",
"@adobe/helix-status": "9.2.7",
"@adobe/helix-universal-logger": "2.0.3",
"@emmetio/expand-abbreviation": "0.7.3",
"ajv": "8.10.0",
"callsites": "3.1.0",
"dompurify": "2.3.6",
"dot-prop": "7.2.0",
"ferrum": "1.9.4",
"fs-extra": "10.0.1",
"github-slugger": "1.4.0",
"hast-util-from-dom": "4.1.0",
"hast-util-to-html": "8.0.3",
"jsdom": "19.0.0",
"lodash": "4.17.21",
"mdast-util-gfm-footnote": "1.0.1",
"mdast-util-gfm-strikethrough": "1.0.1",
"mdast-util-gfm-table": "1.0.3",
"mdast-util-gfm-task-list-item": "1.0.1",
"mdast-util-to-hast": "12.1.1",
"mdast-util-to-string": "3.1.0",
"micromark-extension-gfm": "2.0.1",
"micromark-extension-gfm-footnote": "1.0.3",
"micromark-extension-gfm-strikethrough": "1.0.4",
"micromark-extension-gfm-table": "1.0.5",
"micromark-extension-gfm-tagfilter": "1.0.1",
"micromark-extension-gfm-task-list-item": "1.0.3",
"micromark-util-combine-extensions": "1.0.0",
"micromatch": "4.0.4",
"object-hash": "3.0.0",
"path-to-regexp": "6.2.0",
"property-information": "5.6.0",
"remark-gfm": "3.0.1",
"remark-parse": "10.0.1",
"retext": "8.1.0",
"retext-smartypants": "5.1.0",
"sax": "1.2.4",
"strip-markdown": "5.0.0",
"unified": "10.1.1",
"unist-util-map": "3.0.0",
"unist-util-remove": "3.1.0",
"unist-util-remove-position": "4.0.1",
"unist-util-select": "4.0.1",
"unist-util-visit": "4.1.0",
"unist-util-visit-parents": "5.1.0",
"uri-js": "4.4.1",
"xml2js": "0.4.23",
"xmlbuilder": "15.1.1"
},
"mocha": {
"require": "test/setup-env.js",
"_spec": "test/*.test.js",
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
},
"lint-staged": {
"*.js": "eslint",
"*.cjs": "eslint"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"bugs": {
"url": "https://github.com/adobe/helix-pipeline/issues"
},
"homepage": "https://github.com/adobe/helix-pipeline#readme"
}