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/juice/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "juice", "version": "9.0.0", "description": "Inlines css into html source", "bin": "bin/juice", "main": "index.js", "browser": "client.js", "types": "juice.d.ts", "files": [ "bin", "lib", "client.js", "index.js", "juice.d.ts" ], "scripts": { "test": "mocha --reporter spec && npm run test-typescript", "testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec", "test-typescript": "tsc ./test/typescript/juice-tests.ts && rm ./test/typescript/juice-tests.js", "browserify": "browserify client.js -o tmp/bundle.js --standalone juice" }, "license": "MIT", "contributors": [ { "name": "Guillermo Rauch" }, { "name": "Andrew Kelley" }, { "name": "Jarrett Widman" } ], "engines": { "node": ">=10.0.0" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "commander": "^6.1.0", "mensch": "^0.3.4", "slick": "^1.12.2", "web-resource-inliner": "^6.0.1" }, "devDependencies": { "@types/node": "^18.15.3", "batch": "0.6.1", "browserify": "^17.0.0", "cross-spawn": "^7.0.3", "mocha": "^5.2.0", "should": "^13.2.3", "typescript": "^5.0.2" }, "repository": { "type": "git", "url": "https://github.com/Automattic/juice.git" } }