css-flatten
Version:
Flattens a nested (S)CSS string, '&' placeholders are supported too.
42 lines (41 loc) • 975 B
JSON
{
"name": "css-flatten",
"repository": "github:fabiospampinato/css-flatten",
"description": "Flattens a nested (S)CSS string, '&' placeholders are supported too.",
"license": "MIT",
"version": "2.0.1",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"benchmark": "tsex benchmark",
"benchmark:watch": "tsex benchmark --watch",
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"css",
"scss",
"sass",
"flatten",
"nested",
"tiny",
"small",
"fast"
],
"dependencies": {
"css-simple-parser": "^3.0.2"
},
"devDependencies": {
"fava": "^0.3.4",
"benchloop": "^2.1.1",
"css-simple-minifier": "^2.0.1",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}