1
1
{
2
- "name" : " unist-util-remove" ,
3
- "version" : " 2.0.1" ,
4
- "description" : " unist utility to remove nodes from a tree" ,
5
- "license" : " MIT" ,
6
- "keywords" : [
7
- " unist" ,
8
- " unist-util" ,
9
- " util" ,
10
- " utility" ,
11
- " ast" ,
12
- " tree" ,
13
- " node" ,
14
- " cascade" ,
15
- " delete" ,
16
- " mutable" ,
17
- " remove" ,
18
- " squeeze" ,
19
- " strip"
20
- ],
21
- "repository" : " syntax-tree/unist-util-remove" ,
22
- "bugs" : " https://github.com/syntax-tree/unist-util-remove/issues" ,
23
- "funding" : {
24
- "type" : " opencollective" ,
25
- "url" : " https://opencollective.com/unified"
26
- },
27
- "author" : " Eugene Sharygin <eush77@gmail.com>" ,
28
- "contributors" : [
29
- " Eugene Sharygin <eush77@gmail.com>" ,
30
- " Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
31
- ],
32
- "files" : [
33
- " index.js" ,
34
- " types/index.d.ts"
35
- ],
36
- "types" : " types/index.d.ts" ,
37
- "ignores" : [
38
- " types"
39
- ],
40
- "dependencies" : {
41
- "unist-util-is" : " ^4.0.0"
42
- },
43
- "devDependencies" : {
44
- "dtslint" : " ^4.0.0" ,
45
- "nyc" : " ^15.0.0" ,
46
- "prettier" : " ^2.0.0" ,
47
- "remark-cli" : " ^9.0.0" ,
48
- "remark-preset-wooorm" : " ^8.0.0" ,
49
- "tape" : " ^5.0.0" ,
50
- "unist-builder" : " ^2.0.0" ,
51
- "xo" : " ^0.35.0"
52
- },
53
- "scripts" : {
54
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
55
- "test-api" : " node test" ,
56
- "test-coverage" : " nyc --reporter lcov tape test.js" ,
57
- "test-types" : " dtslint types" ,
58
- "test" : " npm run format && npm run test-coverage && npm run test-types"
59
- },
60
- "nyc" : {
61
- "check-coverage" : true ,
62
- "lines" : 100 ,
63
- "functions" : 100 ,
64
- "branches" : 100
65
- },
66
- "prettier" : {
67
- "tabWidth" : 2 ,
68
- "useTabs" : false ,
69
- "singleQuote" : true ,
70
- "bracketSpacing" : false ,
71
- "semi" : false ,
72
- "trailingComma" : " none"
73
- },
74
- "xo" : {
75
- "prettier" : true ,
76
- "esnext" : false ,
77
- "rules" : {
78
- "eqeqeq" : [
79
- " error" ,
80
- " always" ,
81
- {
82
- "null" : " ignore"
83
- }
84
- ],
85
- "no-eq-null" : " off" ,
86
- "unicorn/explicit-length-check" : " off"
2
+ "name" : " unist-util-remove" ,
3
+ "version" : " 2.0.1" ,
4
+ "description" : " unist utility to remove nodes from a tree" ,
5
+ "license" : " MIT" ,
6
+ "keywords" : [
7
+ " unist" ,
8
+ " unist-util" ,
9
+ " util" ,
10
+ " utility" ,
11
+ " ast" ,
12
+ " tree" ,
13
+ " node" ,
14
+ " cascade" ,
15
+ " delete" ,
16
+ " mutable" ,
17
+ " remove" ,
18
+ " squeeze" ,
19
+ " strip"
20
+ ],
21
+ "repository" : " syntax-tree/unist-util-remove" ,
22
+ "bugs" : " https://github.com/syntax-tree/unist-util-remove/issues" ,
23
+ "funding" : {
24
+ "type" : " opencollective" ,
25
+ "url" : " https://opencollective.com/unified"
26
+ },
27
+ "author" : " Eugene Sharygin <eush77@gmail.com>" ,
28
+ "contributors" : [
29
+ " Eugene Sharygin <eush77@gmail.com>" ,
30
+ " Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
31
+ ],
32
+ "files" : [
33
+ " index.js" ,
34
+ " types/index.d.ts"
35
+ ],
36
+ "types" : " types/index.d.ts" ,
37
+ "ignores" : [
38
+ " types"
39
+ ],
40
+ "dependencies" : {
41
+ "unist-util-is" : " ^4.0.0"
42
+ },
43
+ "devDependencies" : {
44
+ "dtslint" : " ^4.0.0" ,
45
+ "nyc" : " ^15.0.0" ,
46
+ "prettier" : " ^2.0.0" ,
47
+ "remark-cli" : " ^9.0.0" ,
48
+ "remark-preset-wooorm" : " ^8.0.0" ,
49
+ "tape" : " ^5.0.0" ,
50
+ "unist-builder" : " ^2.0.0" ,
51
+ "xo" : " ^0.35.0"
52
+ },
53
+ "scripts" : {
54
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
55
+ "test-api" : " node test" ,
56
+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
57
+ "test-types" : " dtslint types" ,
58
+ "test" : " npm run format && npm run test-coverage && npm run test-types"
59
+ },
60
+ "nyc" : {
61
+ "check-coverage" : true ,
62
+ "lines" : 100 ,
63
+ "functions" : 100 ,
64
+ "branches" : 100
65
+ },
66
+ "prettier" : {
67
+ "tabWidth" : 2 ,
68
+ "useTabs" : false ,
69
+ "singleQuote" : true ,
70
+ "bracketSpacing" : false ,
71
+ "semi" : false ,
72
+ "trailingComma" : " none"
73
+ },
74
+ "xo" : {
75
+ "prettier" : true ,
76
+ "esnext" : false ,
77
+ "rules" : {
78
+ "eqeqeq" : [
79
+ " error" ,
80
+ " always" ,
81
+ {
82
+ "null" : " ignore"
87
83
}
88
- },
89
- "remarkConfig" : {
90
- "plugins" : [
91
- " preset-wooorm"
92
- ]
84
+ ],
85
+ "no-eq-null" : " off" ,
86
+ "unicorn/explicit-length-check" : " off"
93
87
}
94
- }
88
+ },
89
+ "remarkConfig" : {
90
+ "plugins" : [
91
+ " preset-wooorm"
92
+ ]
93
+ }
94
+ }
0 commit comments