Skip to content

Commit 15a43d0

Browse files
csstools/postcss-sass-5.1.1 (#2454)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 042ac6c commit 15a43d0

1 file changed

Lines changed: 155 additions & 0 deletions

File tree

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
{
2+
"name": "@csstools/postcss-sass",
3+
"version": "5.1.1",
4+
"description": "Use Sass as a PostCSS plugin",
5+
"author": {
6+
"name": "Jonathan Neal",
7+
"email": "[email protected]"
8+
},
9+
"license": "CC0-1.0",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/jonathantneal/postcss-sass.git"
13+
},
14+
"homepage": "https://github.com/csstools/postcss-sass#readme",
15+
"bugs": {
16+
"url": "https://github.com/csstools/postcss-sass/issues"
17+
},
18+
"main": "dist/index.cjs",
19+
"module": "dist/index.mjs",
20+
"exports": {
21+
".": {
22+
"import": "./dist/index.mjs",
23+
"require": "./dist/index.cjs",
24+
"default": "./dist/index.mjs"
25+
}
26+
},
27+
"scripts": {
28+
"prepublishOnly": "npm test",
29+
"pretest": "rollup -c rollup.mjs --silent --exports 'auto'",
30+
"test": "npm run test:js && npm run test:tape",
31+
"test:js": "eslint *.mjs src/*.mjs test/*.mjs --cache --ignore-path .gitignore --quiet",
32+
"test:tape": "node --test",
33+
"test:rewrite-expects": "REWRITE_EXPECTS=true node --test"
34+
},
35+
"engines": {
36+
"node": "^12 || ^14 || >=16"
37+
},
38+
"dependencies": {
39+
"@csstools/sass-import-resolve": "^1.0.0",
40+
"sass": "^1.69.5",
41+
"source-map": "~0.7.4"
42+
},
43+
"peerDependencies": {
44+
"postcss": "^8.4.6"
45+
},
46+
"devDependencies": {
47+
"@babel/core": "^7.23.6",
48+
"@babel/preset-env": "^7.23.6",
49+
"@rollup/plugin-babel": "^6.0.4",
50+
"@babel/eslint-parser": "^7.23.3",
51+
"eslint": "^8.56.0",
52+
"eslint-config-dev": "^3.3.1",
53+
"postcss": "^8.4.32",
54+
"postcss-import": "^15.1.0",
55+
"@csstools/postcss-tape": "^4.1.1",
56+
"rollup": "^4.9.1"
57+
},
58+
"eslintConfig": {
59+
"env": {
60+
"es6": true,
61+
"node": true
62+
},
63+
"extends": "eslint:recommended",
64+
"rules": {
65+
"quotes": [
66+
"error",
67+
"single"
68+
],
69+
"comma-dangle": [
70+
"error",
71+
"always-multiline"
72+
],
73+
"semi": [
74+
"error",
75+
"always"
76+
],
77+
"curly": "error",
78+
"brace-style": "error",
79+
"indent": [
80+
"error",
81+
"tab",
82+
{
83+
"SwitchCase": 1
84+
}
85+
],
86+
"radix": "error"
87+
},
88+
"parserOptions": {
89+
"ecmaVersion": 2020,
90+
"sourceType": "module"
91+
},
92+
"root": true
93+
},
94+
"postcssConfig": {
95+
"config": ".tape.js",
96+
"plugin": "./dist/index.cjs"
97+
},
98+
"keywords": [
99+
"postcss",
100+
"css",
101+
"postcss-plugin",
102+
"sass",
103+
"node",
104+
"lib",
105+
"libsass",
106+
"node-sass",
107+
"preprocessor",
108+
"scss",
109+
"css",
110+
"style",
111+
"extension"
112+
],
113+
"_id": "@csstools/[email protected]",
114+
"gitHead": "fbb0cf3cc301a61fb245a18e9bbe7c1ba1e171ea",
115+
"_nodeVersion": "18.18.2",
116+
"_npmVersion": "9.8.1",
117+
"dist": {
118+
"integrity": "sha512-La7bgTcM6YwPBLqlaXg7lMLry82iLv1a+S1RmgvHq2mH2Zd57L2anjZvJC8ACUHWc4M9fXws93dq6gaK0kZyAw==",
119+
"shasum": "135921df13bc56bee50c7470a66e4e9f3d5c89ae",
120+
"tarball": "https://registry.npmjs.org/@csstools/postcss-sass/-/postcss-sass-5.1.1.tgz",
121+
"fileCount": 6,
122+
"unpackedSize": 28025,
123+
"signatures": [
124+
{
125+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
126+
"sig": "MEQCICrC56m6aEUFKp5dLtfeRYAPpsqHmSG/wa9HaF9cWhxpAiBY+6qduBJYSAqU5jC0Q+G6WGDv7UfKB9TbKkyV3rYTPg=="
127+
}
128+
]
129+
},
130+
"_npmUser": {
131+
"name": "romainmenke",
132+
"email": "[email protected]"
133+
},
134+
"directories": {},
135+
"maintainers": [
136+
{
137+
"name": "romainmenke",
138+
"email": "[email protected]"
139+
},
140+
{
141+
"name": "alaguna",
142+
"email": "[email protected]"
143+
},
144+
{
145+
"name": "jonathantneal",
146+
"email": "[email protected]"
147+
}
148+
],
149+
"_npmOperationalInternal": {
150+
"host": "s3://npm-registry-packages",
151+
"tmp": "tmp/postcss-sass_5.1.1_1703780252260_0.27666808029586476"
152+
},
153+
"_hasShrinkwrap": false,
154+
"_time": "2023-12-28T16:17:32.414Z"
155+
}

0 commit comments

Comments
 (0)