File tree 7 files changed +0
-109
lines changed
7 files changed +0
-109
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.8" ,
4
4
"description" : " Returns a parse tree for a CSS source." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
24
19
"homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/css-rules" ,
25
20
"dependencies" : {
26
21
"cssom" : " ^0.4.4"
27
- },
28
- "devDependencies" : {
29
- "babel-eslint" : " ^10.0.3" ,
30
- "coveralls" : " ^3.0.9" ,
31
- "gulp" : " ^4.0.2" ,
32
- "gulp-eslint" : " ^6.0.0" ,
33
- "gulp-mocha" : " ^7.0.2" ,
34
- "mocha" : " ^7.0.0" ,
35
- "nyc" : " ^15.0.0"
36
22
}
37
23
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.5.2" ,
4
4
"description" : " Extract the CSS from an HTML document." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
23
18
"href-content" : " ^1.2.2" ,
24
19
"list-stylesheets" : " ^1.2.6" ,
25
20
"style-data" : " ^1.4.3"
26
- },
27
- "devDependencies" : {
28
- "babel-eslint" : " ^10.0.3" ,
29
- "coveralls" : " ^3.0.9" ,
30
- "gulp" : " ^4.0.2" ,
31
- "gulp-eslint" : " ^6.0.0" ,
32
- "gulp-mocha" : " ^7.0.2" ,
33
- "mocha" : " ^7.0.0" ,
34
- "nyc" : " ^15.0.0" ,
35
- "should" : " ^13.2.3" ,
36
- "vinyl" : " ^2.2.0"
37
21
}
38
22
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.2.2" ,
4
4
"description" : " Get content from link tags in an HTML document." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
23
18
"homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/href-content" ,
24
19
"dependencies" : {
25
20
"remote-content" : " ^1.2.2"
26
- },
27
- "devDependencies" : {
28
- "babel-eslint" : " ^10.0.3" ,
29
- "coveralls" : " ^3.0.9" ,
30
- "gulp" : " ^4.0.2" ,
31
- "gulp-eslint" : " ^6.0.0" ,
32
- "gulp-mocha" : " ^7.0.2" ,
33
- "list-stylesheets" : " ^1.2.6" ,
34
- "mocha" : " ^7.0.0" ,
35
- "nyc" : " ^15.0.0" ,
36
- "should" : " ^13.2.3" ,
37
- "vinyl" : " ^2.2.0"
38
21
}
39
22
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.2.6" ,
4
4
"description" : " Get a list of stylesheets from an HTML document." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
22
17
"cheerio" : " ^0.22.0" ,
23
18
"extend" : " ^3.0.2" ,
24
19
"object.pick" : " ^1.3.0"
25
- },
26
- "devDependencies" : {
27
- "babel-eslint" : " ^10.0.3" ,
28
- "coveralls" : " ^3.0.9" ,
29
- "gulp" : " ^4.0.2" ,
30
- "gulp-eslint" : " ^6.0.0" ,
31
- "gulp-mocha" : " ^7.0.2" ,
32
- "mocha" : " ^7.0.0" ,
33
- "nyc" : " ^15.0.0" ,
34
- "should" : " ^13.2.3" ,
35
- "vinyl" : " ^2.2.0"
36
20
}
37
21
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.4" ,
4
4
"description" : " Returns Media Query text for a CSS source." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
23
18
"homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text" ,
24
19
"dependencies" : {
25
20
"cssom" : " ^0.4.4"
26
- },
27
- "devDependencies" : {
28
- "babel-eslint" : " ^10.0.3" ,
29
- "coveralls" : " ^3.0.9" ,
30
- "gulp" : " ^4.0.2" ,
31
- "gulp-eslint" : " ^6.0.0" ,
32
- "gulp-mocha" : " ^7.0.2" ,
33
- "mocha" : " ^7.0.0" ,
34
- "nyc" : " ^15.0.0" ,
35
- "should" : " ^13.2.3"
36
21
}
37
22
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.2.2" ,
4
4
"description" : " Get remote content." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
28
23
"proxy-from-env" : " ^1.0.0" ,
29
24
"superagent" : " ^5.2.1" ,
30
25
"superagent-proxy" : " ^2.0.0"
31
- },
32
- "devDependencies" : {
33
- "babel-eslint" : " ^10.0.3" ,
34
- "coveralls" : " ^3.0.9" ,
35
- "gulp" : " ^4.0.2" ,
36
- "gulp-eslint" : " ^6.0.0" ,
37
- "gulp-mocha" : " ^7.0.2" ,
38
- "mocha" : " ^7.0.0" ,
39
- "nyc" : " ^15.0.0" ,
40
- "should" : " ^13.2.3"
41
26
}
42
27
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.4.3" ,
4
4
"description" : " Get the content of style tags." ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha" ,
8
- "coverage" : " nyc npm test && nyc report" ,
9
- "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
- },
11
6
"files" : [
12
7
" index.js"
13
8
],
26
21
"extend" : " ^3.0.2" ,
27
22
"mediaquery-text" : " ^1.1.4" ,
28
23
"object.pick" : " ^1.3.0"
29
- },
30
- "devDependencies" : {
31
- "babel-eslint" : " ^10.0.3" ,
32
- "coveralls" : " ^3.0.9" ,
33
- "gulp" : " ^4.0.2" ,
34
- "gulp-eslint" : " ^6.0.0" ,
35
- "gulp-mocha" : " ^7.0.2" ,
36
- "mocha" : " ^7.0.0" ,
37
- "nyc" : " ^15.0.0" ,
38
- "should" : " ^13.2.3" ,
39
- "vinyl" : " ^2.2.0"
40
24
}
41
25
}
You can’t perform that action at this time.
0 commit comments