-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
{
"name": "@starptech/rehype-minify-whitespace",
"version": "0.10.0",
"description": "",
"main": "index.js",
"keywords": [
"prettyhtml",
"collapse",
"whitespace"
],
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "ISC",
"files": [
"index.js",
"list.js"
],
"dependencies": {
"collapse-white-space": "^1.0.5",
"hast-util-embedded": "^1.0.4",
"hast-util-has-property": "^1.0.3",
"hast-util-is-body-ok-link": "^1.0.2",
"hast-util-is-element": "^1.0.3",
"html-whitespace-sensitive-tag-names": "^1.0.1",
"unist-util-is": "^2.1.3",
"unist-util-modify-children": "^1.1.4"
},
"devDependencies": {
"@starptech/prettyhtml-hastscript": "^0.10.0",
"ava": "^2.1.0",
"nyc": "^14.1.1",
"rehype": "^8.0.0"
},
"scripts": {
"test": "ava",
"test-coverage": "nyc --reporter lcov ava"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"publishConfig": {
"access": "public"
}
}