{
	"name": "pure-prompt",
	"version": "1.14.0",
	"description": "Pretty, minimal and fast ZSH prompt",
	"license": "MIT",
	"repository": "sindresorhus/pure",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"maintainers": [
		{
			"name": "Mathias Fredriksson",
			"url": "https://github.com/mafredri"
		}
	],
	"scripts": {
		"postinstall": "PURE_DEST=/usr/local/share/zsh/site-functions npm run --silent postinstall-link && exit 0; PURE_DEST=\"$PWD/functions\" npm run postinstall-link && npm run postinstall-fail-instructions",
		"postinstall-link": "mkdir -p \"$PURE_DEST\" && ln -sf \"$PWD/pure.zsh\" \"$PURE_DEST/prompt_pure_setup\" && ln -sf \"$PWD/async.zsh\" \"$PURE_DEST/async\"",
		"postinstall-fail-instructions": "echo \"ERROR: Could not automagically symlink the prompt. Either:\\n1. Check out the readme on how to do it manually: https://github.com/sindresorhus/pure#manually\\n2. Or add the following to your \\`.zshrc\\`:\\n\\n    fpath+=('$PWD/functions')\"",
		"version": "sed -i '' -e 's/prompt_pure_state\\[version\\]=.*/prompt_pure_state[version]=\"'\"$npm_package_version\"'\"/' pure.zsh"
	},
	"files": [
		"pure.zsh",
		"async.zsh"
	],
	"keywords": [
		"zsh",
		"zshell",
		"sh",
		"shell",
		"bash",
		"pure",
		"prompt",
		"theme",
		"git",
		"async",
		"fast",
		"minimal",
		"pretty"
	]
}