%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/i18n-locales/ |
| Current File : /home/opti/workflow/node_modules/i18n-locales/package.json |
{
"_from": "i18n-locales@^0.0.2",
"_id": "i18n-locales@0.0.2",
"_inBundle": false,
"_integrity": "sha512-WCaJVIfU10v0/ZNy+mG7fCUQb1o2PsM7tNf1dUg0uU9OxtygDkWRqLT9Q/X30V2XsUb6XUEPbSsdUiORfDPVQA==",
"_location": "/i18n-locales",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "i18n-locales@^0.0.2",
"name": "i18n-locales",
"escapedName": "i18n-locales",
"rawSpec": "^0.0.2",
"saveSpec": null,
"fetchSpec": "^0.0.2"
},
"_requiredBy": [
"/@ladjs/i18n"
],
"_resolved": "https://registry.npmjs.org/i18n-locales/-/i18n-locales-0.0.2.tgz",
"_shasum": "12e56046f1fa260e11658f4ac62f60b363479ff9",
"_spec": "i18n-locales@^0.0.2",
"_where": "/home/opti/workflow/node_modules/@ladjs/i18n",
"author": {
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
},
"bugs": {
"url": "https://github.com/ladjs/i18n-locales/issues",
"email": "niftylettuce@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
}
],
"dependencies": {},
"deprecated": false,
"description": "List of locales for i18n",
"devDependencies": {
"ava": "^0.22.0",
"codecov": "^2.3.0",
"cross-env": "^5.0.5",
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-prettier": "^2.2.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.4",
"nyc": "^11.1.0",
"prettier": "^1.6.1",
"remark-cli": "^4.0.0",
"remark-preset-github": "^0.0.6",
"xo": "^0.19.0"
},
"homepage": "https://github.com/ladjs/i18n-locales",
"keywords": [
"i18n-locales",
"lass"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx,css,less,scss,json,graphql}": [
"prettier --write --single-quote --trailing-comma none",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
]
},
"main": "index.js",
"name": "i18n-locales",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100,
"reporter": [
"lcov",
"html",
"text"
]
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ladjs/i18n-locales.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo",
"precommit": "lint-staged && npm test",
"test": "npm run lint && npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava"
},
"version": "0.0.2",
"xo": {
"extends": "prettier",
"plugins": [
"prettier"
],
"parserOptions": {
"sourceType": "script"
},
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
}
],
"max-len": [
"error",
{
"code": 80,
"ignoreUrls": true
}
],
"capitalized-comments": "off",
"camelcase": "off",
"no-warning-comments": "off"
},
"space": true
}
}