UNPKG

@skybloxsystems/ticket-bot

Version:
38 lines (37 loc) 959 B
{ "name": "css-url-parser", "version": "1.1.3", "description": "Parse urls from css", "readmeFilename": "README.md", "main": "index.js", "scripts": { "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && npm run eslint", "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": "Sophia Antipenko <sophia@antipenko.pp.ua>", "license": "MIT", "devDependencies": { "coveralls": "^3.0.0", "eslint": "^4.15.0", "istanbul": "^0.4.5", "mocha": "^4.0.0", "should": "^13.0.0" }, "files": [ "index.js", "lib" ] }