-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support musl-libc and android (#265)
Co-authored-by: Natalie Weizenbaum <[email protected]>
- Loading branch information
Showing
21 changed files
with
289 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-arm` | ||
|
||
This is the **android-arm** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-arm", | ||
"version": "1.69.5", | ||
"description": "The android-arm binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-arm64` | ||
|
||
This is the **android-arm64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-arm64", | ||
"version": "1.69.5", | ||
"description": "The android-arm64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-ia32` | ||
|
||
This is the **android-ia32** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-ia32", | ||
"version": "1.69.5", | ||
"description": "The android-ia32 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-android-x64` | ||
|
||
This is the **android-x64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sass-embedded-android-x64", | ||
"version": "1.69.5", | ||
"description": "The android-x64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bin": { | ||
"sass": "./dart-sass/sass" | ||
}, | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-arm` | ||
|
||
This is the **linux-musl-arm** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-arm", | ||
"version": "1.69.5", | ||
"description": "The linux-musl-arm binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-arm64` | ||
|
||
This is the **linux-musl-arm64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-arm64", | ||
"version": "1.69.5", | ||
"description": "The linux-musl-arm64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-ia32` | ||
|
||
This is the **linux-musl-ia32** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-ia32", | ||
"version": "1.69.5", | ||
"description": "The linux-musl-ia32 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `sass-embedded-linux-musl-x64` | ||
|
||
This is the **linux-musl-x64** binary for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "sass-embedded-linux-musl-x64", | ||
"version": "1.69.5", | ||
"description": "The linux-musl-x64 binary for sass-embedded", | ||
"repository": "sass/embedded-host-node", | ||
"author": "Google Inc.", | ||
"license": "MIT", | ||
"files": [ | ||
"dart-sass/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"win32" | ||
], | ||
"cpu": [ | ||
"arm64", | ||
"x64" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.