%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/email-templates/ |
| Current File : /home/opti/workflow/node_modules/email-templates/package.json |
{
"_from": "email-templates@5.1.0",
"_id": "email-templates@5.1.0",
"_inBundle": false,
"_integrity": "sha512-wtAK/cfiPPxDAkJN/XMed8t3nG2lOsfhsOXd55oicDDfSS3A8zY2aJhVpA1BzZMFcwUDuobZf98GLxUfrVBF+g==",
"_location": "/email-templates",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "email-templates@5.1.0",
"name": "email-templates",
"escapedName": "email-templates",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/email-templates/-/email-templates-5.1.0.tgz",
"_shasum": "762bc09f96ee04c82c0dc2deacf6b18cc10f87f4",
"_spec": "email-templates@5.1.0",
"_where": "/home/opti/workflow",
"author": {
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com"
},
"bugs": {
"url": "https://github.com/niftylettuce/email-templates/issues",
"email": "niftylettuce@gmail.com"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com"
}
],
"dependencies": {
"@ladjs/i18n": "^1.1.0",
"auto-bind": "^2.1.0",
"bluebird": "^3.5.5",
"consolidate": "^0.15.1",
"debug": "^4.1.1",
"get-paths": "^0.0.4",
"html-to-text": "^5.1.1",
"juice": "^5.2.0",
"lodash": "^4.17.11",
"nodemailer": "^6.2.1",
"preview-email": "^0.0.10",
"underscore.string": "^3.3.5"
},
"deprecated": "Please upgrade to email-templates@6.0.0+ as we have significantly improved rendering performance (now occurs in parallel versus serially), and there is only one breaking change with 'preview' option, see <https://github.com/niftylettuce/email-templates\\#v600> and <https://github.com/niftylettuce/preview-email\\#custom-preview-template-and-stylesheets>",
"description": "Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more! Made for sending beautiful emails with Lad.",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"ava": "^1.4.1",
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
"ejs": "^2.6.1",
"eslint": "^5.16.0",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-node": "^9.1.0",
"fixpack": "^2.3.1",
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"nodemailer-sendgrid": "^1.0.3",
"nyc": "^14.1.1",
"pug": "^2.0.3",
"remark-cli": "^6.0.1",
"remark-preset-github": "^0.0.13",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6.4.0"
},
"files": [
"lib",
"locales"
],
"homepage": "https://github.com/niftylettuce/email-templates",
"husky": {
"hooks": {
"pre-commit": "npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"consolidate",
"email",
"engine",
"koa",
"lad",
"lass",
"mailchimp",
"mailgun",
"mandrill",
"moonmail",
"nodemailer",
"postmark",
"pug",
"sendgrid",
"template",
"templates",
"transport"
],
"license": "MIT",
"lint-staged": {
"linters": {
"*.js": [
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
}
},
"main": "lib/index.js",
"name": "email-templates",
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/niftylettuce/email-templates.git"
},
"scripts": {
"ava": "cross-env NODE_ENV=test ava",
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "babel src --out-dir lib",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo && eslint lib",
"nyc": "cross-env NODE_ENV=test nyc ava",
"test": "npm run build && npm run lint && npm run ava",
"test-coverage": "npm run build && npm run lint && npm run nyc"
},
"version": "5.1.0",
"xo": {
"prettier": true,
"space": true,
"extends": [
"xo-lass"
],
"ignores": [
"config.js"
],
"rules": {
"no-use-extend-native/no-use-extend-native": "off"
}
}
}