UNPKG

1.26 kBJSONView Raw
1{
2 "name": "get-css",
3 "version": "4.0.3",
4 "description": "Get CSS from a URL",
5 "main": "index.js",
6 "scripts": {
7 "format": "prettier --no-semi --single-quote --write {test,utils,bin}/**/*.js index.js",
8 "test": "ava 'test/**/*.js'"
9 },
10 "bin": {
11 "getcss": "./bin/getcss"
12 },
13 "author": "Brent Jackson",
14 "license": "MIT",
15 "dependencies": {
16 "abort-controller": "^3.0.0",
17 "cheerio": "^0.22.0",
18 "commander": "^6.2.0",
19 "is-blank": "^2.1.0",
20 "is-css": "^4.0.0",
21 "is-present": "^1.0.0",
22 "is-url-superb": "^4.0.0",
23 "node-fetch": "^2.6.1",
24 "normalize-url": "^5.3.0",
25 "q": "^1.5.1",
26 "query-string": "^6.13.6",
27 "resolve-css-import-urls": "^4.0.0",
28 "strip-html-comments": "1.0.0",
29 "strip-wayback-toolbar": "^1.0.4",
30 "ua-string": "^3.1.0"
31 },
32 "devDependencies": {
33 "ava": "^3.14.0",
34 "prettier": "^2.1.2"
35 },
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/cssstats/get-css.git"
39 },
40 "keywords": [
41 "CSS",
42 "request",
43 "parse",
44 "get",
45 "getcss"
46 ],
47 "bugs": {
48 "url": "https://github.com/cssstats/get-css/issues"
49 },
50 "homepage": "https://github.com/cssstats/get-css",
51 "gitHead": "c3bc85a20650b1460f29337407c8cc5bfcc09a88"
52}