File tree Expand file tree Collapse file tree 11 files changed +125
-27
lines changed Expand file tree Collapse file tree 11 files changed +125
-27
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-darwin-arm64" ,
2+ "name" : " @css-inline/ css-inline-darwin-arm64" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " darwin"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-darwin-x64" ,
2+ "name" : " @css-inline/ css-inline-darwin-x64" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " darwin"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-linux-arm-gnueabihf" ,
2+ "name" : " @css-inline/ css-inline-linux-arm-gnueabihf" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " linux"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-linux-arm64-gnu" ,
2+ "name" : " @css-inline/ css-inline-linux-arm64-gnu" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " linux"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-linux-arm64-musl" ,
2+ "name" : " @css-inline/ css-inline-linux-arm64-musl" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " linux"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-linux-x64-gnu" ,
2+ "name" : " @css-inline/ css-inline-linux-x64-gnu" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " linux"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-linux-x64-musl" ,
2+ "name" : " @css-inline/ css-inline-linux-x64-musl" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " linux"
619 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " css-inline-win32-x64-msvc" ,
2+ "name" : " @css-inline/ css-inline-win32-x64-msvc" ,
33 "version" : " 0.0.0" ,
4+ "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
5+ "keywords" : [
6+ " css" ,
7+ " html" ,
8+ " email" ,
9+ " stylesheet" ,
10+ " inlining"
11+ ],
12+ "repository" : " https://github.com/Stranger6667/css-inline" ,
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
417 "os" : [
518 " win32"
619 ],
Original file line number Diff line number Diff line change 33 "version" : " 0.11.2" ,
44 "description" : " High-performance library for inlining CSS into HTML 'style' attributes" ,
55 "main" : " index.js" ,
6- "repository" : {
7- "type" : " git" ,
8- "url" : " git+ssh://git@github.com/Stranger6667/css-inline.git"
9- },
6+ "repository" : " https://github.com/Stranger6667/css-inline" ,
107 "keywords" : [
118 " css" ,
129 " html" ,
You can’t perform that action at this time.
0 commit comments