File tree 7 files changed +35
-56
lines changed
7 files changed +35
-56
lines changed Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/css-rules "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/css-rules " ,
15
15
"keywords" : [
16
16
" inline" ,
17
17
" css" ,
21
21
],
22
22
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
23
23
"license" : " MIT" ,
24
- "bugs" : {
25
- "url" : " https://github.com/jonkemp/css-rules/issues"
26
- },
27
- "homepage" : " https://github.com/jonkemp/css-rules" ,
24
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/css-rules" ,
28
25
"dependencies" : {
29
26
"cssom" : " ^0.4.4"
30
27
},
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/extract-css "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/extract-css " ,
15
15
"keywords" : [
16
16
" css"
17
17
],
18
18
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
19
19
"license" : " MIT" ,
20
- "bugs" : {
21
- "url" : " https://github.com/jonkemp/extract-css/issues"
22
- },
23
- "homepage" : " https://github.com/jonkemp/extract-css" ,
20
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/extract-css" ,
24
21
"dependencies" : {
25
22
"batch" : " ^0.6.1" ,
26
23
"href-content" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/href-content "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/href-content " ,
15
15
"keywords" : [
16
16
" inline" ,
17
17
" css" ,
20
20
],
21
21
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
22
22
"license" : " MIT" ,
23
- "bugs" : {
24
- "url" : " https://github.com/jonkemp/href-content/issues"
25
- },
26
- "homepage" : " https://github.com/jonkemp/href-content" ,
23
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/href-content" ,
27
24
"dependencies" : {
28
25
"remote-content" : " ^1.2.1"
29
26
},
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/list-stylesheets "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets " ,
15
15
"keywords" : [
16
16
" css"
17
17
],
18
18
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
19
19
"license" : " MIT" ,
20
- "bugs" : {
21
- "url" : " https://github.com/jonkemp/list-stylesheets/issues"
22
- },
23
- "homepage" : " https://github.com/jonkemp/list-stylesheets" ,
20
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets" ,
24
21
"dependencies" : {
25
22
"cheerio" : " ^0.22.0" ,
26
23
"extend" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/mediaquery-text "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text " ,
15
15
"keywords" : [
16
16
" mediaqueries" ,
17
17
" css" ,
20
20
],
21
21
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
22
22
"license" : " MIT" ,
23
- "bugs" : {
24
- "url" : " https://github.com/jonkemp/mediaquery-text/issues"
25
- },
26
- "homepage" : " https://github.com/jonkemp/mediaquery-text" ,
23
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text" ,
27
24
"dependencies" : {
28
25
"cssom" : " ^0.4.4"
29
26
},
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/remote-content "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/remote-content " ,
15
15
"keywords" : [
16
16
" superagent" ,
17
17
" remote" ,
23
23
],
24
24
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
25
25
"license" : " MIT" ,
26
- "bugs" : {
27
- "url" : " https://github.com/jonkemp/remote-content/issues"
28
- },
29
- "homepage" : " https://github.com/jonkemp/remote-content" ,
26
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/remote-content" ,
30
27
"dependencies" : {
31
28
"proxy-from-env" : " ^1.0.0" ,
32
29
"superagent" : " ^5.2.1" ,
Original file line number Diff line number Diff line change 8
8
"coverage" : " nyc npm test && nyc report" ,
9
9
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls"
10
10
},
11
- "repository " : {
12
- "type" : " git " ,
13
- "url" : " https://github.com/jonkemp/style-data "
14
- } ,
11
+ "files " : [
12
+ " index.js "
13
+ ],
14
+ "repository" : " https://github.com/jonkemp/inline-css/tree/master/packages/style-data " ,
15
15
"keywords" : [
16
16
" inline" ,
17
17
" css" ,
20
20
],
21
21
"author" : " Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)" ,
22
22
"license" : " MIT" ,
23
- "bugs" : {
24
- "url" : " https://github.com/jonkemp/style-data/issues"
25
- },
26
- "homepage" : " https://github.com/jonkemp/style-data" ,
23
+ "homepage" : " https://github.com/jonkemp/inline-css/tree/master/packages/style-data" ,
27
24
"dependencies" : {
28
25
"cheerio" : " ^0.22.0" ,
29
26
"extend" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments