sass-embedded-unknown-all 1.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +17 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# `sass-embedded-unknown-all`
|
|
2
|
+
|
|
3
|
+
This is the pure js optional dependency for [`sass-embedded`](https://www.npmjs.com/package/sass-embedded)
|
|
4
|
+
|
|
5
|
+
This package does not contain any dart binary. Instead, it installs the `sass` npm package as a transitive dependency on any OS without native dart support.
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sass-embedded-unknown-all",
|
|
3
|
+
"version": "1.90.0",
|
|
4
|
+
"description": "The pure js optional dependency for sass-embedded",
|
|
5
|
+
"repository": "sass/embedded-host-node",
|
|
6
|
+
"author": "Google Inc.",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"os": [
|
|
9
|
+
"!android",
|
|
10
|
+
"!darwin",
|
|
11
|
+
"!linux",
|
|
12
|
+
"!win32"
|
|
13
|
+
],
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"sass": "1.90.0"
|
|
16
|
+
}
|
|
17
|
+
}
|