%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/@ladjs/i18n/ |
| Current File : /home/opti/workflow/node_modules/@ladjs/i18n/package.json |
{
"_from": "@ladjs/i18n@1.2.1",
"_id": "@ladjs/i18n@1.2.1",
"_inBundle": false,
"_integrity": "sha512-rlo8e+2UIylCo/KiZuxd/DJsyGZ1XMFFJaxxVXMj6BO2qyfjB91pjCpIQxUmpSWddWQlPKxsm85avr1o2RG9Uw==",
"_location": "/@ladjs/i18n",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ladjs/i18n@1.2.1",
"name": "@ladjs/i18n",
"escapedName": "@ladjs%2fi18n",
"scope": "@ladjs",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/email-templates"
],
"_resolved": "https://registry.npmjs.org/@ladjs/i18n/-/i18n-1.2.1.tgz",
"_shasum": "74478f3495e2f6b1684e58ff043c040954c6ff35",
"_spec": "@ladjs/i18n@1.2.1",
"_where": "/home/opti/workflow/node_modules/email-templates",
"author": {
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
},
"ava": {
"failFast": true,
"verbose": true
},
"bugs": {
"url": "https://github.com/ladjs/i18n/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": {
"@hapi/boom": "^7.4.3",
"auto-bind": "^2.1.0",
"boolean": "^1.0.0",
"country-language": "^0.1.7",
"debug": "^4.1.1",
"i18n": "^0.8.3",
"i18n-locales": "^0.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"qs": "^6.8.0",
"titleize": "^2.1.0"
},
"deprecated": false,
"description": "i18n wrapper and Koa middleware for Lad",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"ava": "^2.3.0",
"codecov": "^3.5.0",
"cross-env": "^5.2.1",
"eslint": "^6.3.0",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-node": "^10.0.0",
"fixpack": "^2.3.1",
"husky": "^3.0.5",
"koa": "^2.8.1",
"koa-generic-session": "^2.0.1",
"lint-staged": "^9.2.5",
"nyc": "^14.1.1",
"remark-cli": "^7.0.0",
"remark-preset-github": "^0.0.16",
"sinon": "^7.4.2",
"supertest": "^4.0.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6.4.0"
},
"files": [
"lib",
"locales"
],
"homepage": "https://github.com/ladjs/i18n",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"@ladjs/i18n",
"lass"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
},
"main": "lib/index.js",
"name": "@ladjs/i18n",
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ladjs/i18n.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo && eslint --no-inline-config -c .lib.eslintrc lib",
"test": "npm run build && npm run lint && npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava",
"watch": "babel src --watch --out-dir lib"
},
"version": "1.2.1",
"xo": {
"prettier": true,
"space": true,
"extends": [
"xo-lass"
]
}
}