-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 855 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "css-url-parser",
"version": "1.1.4",
"description": "Parse urls from css",
"readmeFilename": "README.md",
"main": "index.js",
"scripts": {
"test": "c8 --all --reporter=text --reporter=lcov mocha --recursive",
"eslint": "eslint lib/** index.js"
},
"keywords": [
"parser",
"css",
"url"
],
"repository": {
"type": "git",
"url": "git://github.com/website-scraper/node-css-url-parser.git"
},
"bugs": {
"url": "https://github.com/website-scraper/node-css-url-parser/issues"
},
"homepage": "https://github.com/website-scraper/node-css-url-parser",
"author": "Sofiia Antypenko <sophia@antipenko.pp.ua>",
"license": "MIT",
"devDependencies": {
"c8": "^10.1.2",
"eslint": "^8.5.0",
"mocha": "^11.0.1",
"should": "^13.0.0"
},
"files": [
"index.js",
"lib"
]
}