get-css
Version:
Get CSS from a URL
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "get-css",
"version": "4.0.3",
"description": "Get CSS from a URL",
"main": "index.js",
"scripts": {
"format": "prettier --no-semi --single-quote --write {test,utils,bin}/**/*.js index.js",
"test": "ava 'test/**/*.js'"
},
"bin": {
"getcss": "./bin/getcss"
},
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"abort-controller": "^3.0.0",
"cheerio": "^0.22.0",
"commander": "^6.2.0",
"is-blank": "^2.1.0",
"is-css": "^4.0.0",
"is-present": "^1.0.0",
"is-url-superb": "^4.0.0",
"node-fetch": "^2.6.1",
"normalize-url": "^5.3.0",
"q": "^1.5.1",
"query-string": "^6.13.6",
"resolve-css-import-urls": "^4.0.0",
"strip-html-comments": "1.0.0",
"strip-wayback-toolbar": "^1.0.4",
"ua-string": "^3.1.0"
},
"devDependencies": {
"ava": "^3.14.0",
"prettier": "^2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/cssstats/get-css.git"
},
"keywords": [
"CSS",
"request",
"parse",
"get",
"getcss"
],
"bugs": {
"url": "https://github.com/cssstats/get-css/issues"
},
"homepage": "https://github.com/cssstats/get-css",
"gitHead": "c3bc85a20650b1460f29337407c8cc5bfcc09a88"
}