SmartMirror-Projektarbeit/node_modules/pretty-quick/package.json

121 lines
2.9 KiB
JSON

{
"_args": [
[
"pretty-quick@3.1.1",
"/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
]
],
"_development": true,
"_from": "pretty-quick@3.1.1",
"_id": "pretty-quick@3.1.1",
"_inBundle": false,
"_integrity": "sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ==",
"_location": "/pretty-quick",
"_phantomChildren": {
"ansi-styles": "4.3.0",
"cross-spawn": "7.0.3",
"is-stream": "2.0.0",
"merge-stream": "2.0.0",
"npm-run-path": "4.0.1",
"onetime": "5.1.2",
"pump": "3.0.0",
"signal-exit": "3.0.3",
"strip-final-newline": "2.0.0",
"supports-color": "7.2.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "pretty-quick@3.1.1",
"name": "pretty-quick",
"escapedName": "pretty-quick",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.1.tgz",
"_spec": "3.1.1",
"_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
"author": {
"name": "Lucas Azzola",
"email": "@azz"
},
"bin": {
"pretty-quick": "./bin/pretty-quick.js"
},
"bugs": {
"url": "https://github.com/azz/pretty-quick/issues"
},
"dependencies": {
"chalk": "^3.0.0",
"execa": "^4.0.0",
"find-up": "^4.1.0",
"ignore": "^5.1.4",
"mri": "^1.1.5",
"multimatch": "^4.0.0"
},
"description": "Get Pretty Quick",
"devDependencies": {
"@azz/prettier-config": "^1.0.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.3",
"jest": "^25.2.3",
"mock-fs": "^4.11.0",
"prettier": "2.0.2"
},
"engines": {
"node": ">=10.13"
},
"files": [
"bin",
"dist",
"img"
],
"homepage": "https://github.com/azz/pretty-quick#readme",
"husky": {
"hooks": {
"pre-commit": "./bin/pretty-quick.js --staged"
}
},
"keywords": [
"git",
"mercurial",
"hg",
"prettier",
"pretty-quick",
"formatting",
"code",
"vcs",
"precommit"
],
"license": "MIT",
"main": "./dist",
"name": "pretty-quick",
"peerDependencies": {
"prettier": ">=2.0.0"
},
"prettier": "@azz/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/azz/pretty-quick.git"
},
"scripts": {
"build": "babel src -d dist --copy-files --no-copy-ignored --ignore '**/__tests__/*.js'",
"lint": "eslint . --ignore-path=.gitignore",
"prepublishOnly": "yarn build",
"pretty-quick": "./bin/pretty-quick.js",
"semantic-release": "semantic-release",
"test": "jest"
},
"version": "3.1.1"
}