%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/get-paths/ |
| Current File : /home/opti/workflow/node_modules/get-paths/package.json |
{
"_from": "get-paths@0.0.4",
"_id": "get-paths@0.0.4",
"_inBundle": false,
"_integrity": "sha512-+AxlfMGN7FuJr2zhT6aErH08HMKkRwynTTHtWCenIWkIZgx2OlkZKgt7SM4+rh8Dfi32lo6HcvqeTLxph3kjQw==",
"_location": "/get-paths",
"_phantomChildren": {
"graceful-fs": "4.2.3",
"jsonfile": "4.0.0",
"universalify": "0.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-paths@0.0.4",
"name": "get-paths",
"escapedName": "get-paths",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"/email-templates"
],
"_resolved": "https://registry.npmjs.org/get-paths/-/get-paths-0.0.4.tgz",
"_shasum": "0a053ca424bab976383ce49929528ad642e2a0df",
"_spec": "get-paths@0.0.4",
"_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/niftylettuce/get-paths/issues",
"email": "niftylettuce@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
}
],
"dependencies": {
"bluebird": "^3.5.1",
"fs-extra": "^4.0.2"
},
"deprecated": false,
"description": "Helper function to get an absolute path for a template engine view",
"devDependencies": {
"auto-bind": "^1.1.0",
"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"
},
"engines": {
"node": ">=6.4"
},
"homepage": "https://github.com/niftylettuce/get-paths",
"keywords": [
"get-paths",
"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": "get-paths",
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/niftylettuce/get-paths.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.4",
"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",
"no-use-extend-native/no-use-extend-native": "off"
},
"space": true
}
}