Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/inline-css/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "inline-css", "version": "4.0.1", "description": "Inline css into an html file.", "main": "index.js", "workspaces": [ "./packages/*" ], "dependencies": { "cheerio": "^1.0.0-rc.10", "css-rules": "^1.1.0", "extract-css": "^3.0.0", "flat-util": "^1.1.8", "pick-util": "^1.1.4", "slick": "^1.12.2", "specificity": "^0.4.1" }, "devDependencies": { "babel-eslint": "^10.1.0", "coveralls": "^3.1.1", "eslint": "^7.32.0", "js-beautify": "^1.14.4", "lerna": "^4.0.0", "mocha": "^9.1.4", "nyc": "^15.1.0", "should": "^13.2.3", "vinyl": "^2.2.1" }, "engines": { "node": ">=8" }, "scripts": { "bootstrap": "lerna bootstrap", "test": "mocha test packages/**/test", "lint": "eslint index.js lib/ packages/", "lint:fix": "eslint --fix index.js lib/ packages/", "coverage": "nyc npm test && nyc report", "coveralls": "nyc npm test && nyc report --reporter=lcov" }, "files": [ "index.js", "lib/" ], "repository": "jonkemp/inline-css", "keywords": [ "inline", "css", "html", "email" ], "author": "Jonathan Kemp <[email protected]> (http://jonkemp.com/)", "license": "MIT" }