@dimanech/cssstat-core
Version:
High-level stats for stylesheets
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "@dimanech/cssstat-core",
"version": "3.3.1",
"description": "High-level stats for stylesheets",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dimanech/cssstats-core.git"
},
"keywords": [
"CSS",
"Performance",
"Stats",
"cssstats"
],
"dependencies": {
"bytes": "^3.1.1",
"css-selector-tokenizer": "^0.8.0",
"css-shorthand-expand": "^1.2.0",
"gzip-size": "^6.0.0",
"has-class-selector": "4.0.0",
"has-element-selector": "^4.0.0",
"has-id-selector": "4.0.0",
"has-pseudo-class": "4.0.0",
"has-pseudo-element": "4.0.0",
"is-blank": "^2.1.0",
"is-css-shorthand": "^1.0.1",
"is-present": "^1.0.0",
"is-vendor-prefixed": "4.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.4",
"postcss-safe-parser": "^6.0.0",
"specificity": "^0.4.1"
},
"devDependencies": {
"get-css": "^1.1.1",
"mocha": "^9.1.3",
"standard": "^16.0.4"
},
"scripts": {
"test": "npm run lint && rm -rf test/results && mkdir test/results && mocha test",
"lint": "standard --fix"
},
"standard": {
"global": [
"before",
"describe",
"it"
]
},
"directories": {
"lib": "lib",
"test": "test"
}
}