%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/juice/ |
| Current File : /home/opti/workflow/node_modules/juice/package.json |
{
"_from": "juice@5.2.0",
"_id": "juice@5.2.0",
"_inBundle": false,
"_integrity": "sha512-0l6GZmT3efexyaaay3SchKT5kG311N59TEFP5lfvEy0nz9SNqjx311plJ3b4jze7arsmDsiHQLh/xnAuk0HFTQ==",
"_location": "/juice",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "juice@5.2.0",
"name": "juice",
"escapedName": "juice",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/email-templates"
],
"_resolved": "https://registry.npmjs.org/juice/-/juice-5.2.0.tgz",
"_shasum": "a40ea144bde2845fe2aade46a81f493f8ea677a0",
"_spec": "juice@5.2.0",
"_where": "/home/opti/workflow/node_modules/email-templates",
"bin": {
"juice": "bin/juice"
},
"browser": "client.js",
"bugs": {
"url": "https://github.com/Automattic/juice/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Guillermo Rauch"
},
{
"name": "Andrew Kelley"
},
{
"name": "Jarrett Widman"
}
],
"dependencies": {
"cheerio": "^0.22.0",
"commander": "^2.15.1",
"cross-spawn": "^6.0.5",
"deep-extend": "^0.6.0",
"mensch": "^0.3.3",
"slick": "^1.12.2",
"web-resource-inliner": "^4.3.1"
},
"deprecated": false,
"description": "Inlines css into html source",
"devDependencies": {
"batch": "0.5.3",
"browserify": "^16.2.3",
"mocha": "^5.2.0",
"should": "^11.1.1",
"typescript": "^2.9.1"
},
"engines": {
"node": ">=4.2.0"
},
"homepage": "https://github.com/Automattic/juice#readme",
"license": "MIT",
"main": "index.js",
"name": "juice",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/juice.git"
},
"scripts": {
"browserify": "browserify client.js -o tmp/bundle.js --standalone juice",
"test": "mocha --reporter spec && npm run test-typescript",
"test-typescript": "tsc ./test/typescript/juice-tests.ts && rm ./test/typescript/juice-tests.js",
"testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"types": "juice.d.ts",
"version": "5.2.0"
}