UNPKG

mandarin

Version:

Automatic i18n markdown translation and i18n phrase translation using Google Translate

121 lines 2.85 kB
{ "name": "mandarin", "description": "Automatic i18n markdown translation and i18n phrase translation using Google Translate", "version": "5.1.4", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/mandarin/issues", "email": "niftylettuce@gmail.com" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" ], "dependencies": { "@cospired/i18n-iso-languages": "^4.0.0", "@google-cloud/translate": "^7.0.1", "@ladjs/redis": "^1.0.7", "@ladjs/shared-config": "^8.0.0", "debug": "^4.3.4", "globby": "11", "is-fqdn": "^2.0.1", "is-string-and-not-blank": "^0.0.2", "lodash": "^4.17.21", "modify-filename": "1", "p-map": "4.0.0", "p-map-series": "2", "pify": "5", "rehype-raw": "5", "rehype-rewrite": "1", "remark-parse": "9", "remark-preset-github": "^4.0.4", "remark-rehype": "8", "remark-slug": "6", "remark-stringify": "^9.0.1", "rev-hash": "3", "to-vfile": "6", "unified": "9", "unist-util-visit": "^2.0.3", "universalify": "^2.0.0", "validator": "^13.9.0" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@ladjs/i18n": "^8.0.1", "ava": "^4.3.3", "cross-env": "^7.0.3", "del": "6.1.1", "delay": "^5.0.0", "eslint": "^8.23.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.1", "ioredis": "^5.2.3", "ioredis-mock": "^8.2.2", "lint-staged": "^13.0.3", "nyc": "^15.1.0", "remark-cli": "^11.0.0", "xo": "^0.52.2" }, "engines": { "node": ">=14" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/mandarin", "keywords": [ "agenda", "auto", "automatic", "callback", "connect", "convert", "express", "generate", "generator", "google", "i10n", "i18n", "job", "koa", "lad", "lass", "locale", "locales", "localization", "localize", "mongoose", "phrase", "phrases", "sentence", "sentences", "string", "strings", "text", "translate", "translater", "translation", "word", "words" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ladjs/mandarin" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "nyc": "cross-env NODE_ENV=test nyc ava", "pretest": "npm run lint", "test": "npm run test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava", "test-protected-content": "node test/test-protected-content.js" } }