{
  "_args": [
    [
      "yorkie@2.0.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_development": true,
  "_from": "yorkie@2.0.0",
  "_id": "yorkie@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==",
  "_location": "/yorkie",
  "_phantomChildren": {
    "is-stream": "1.1.0",
    "npm-run-path": "2.0.2",
    "p-finally": "1.0.0",
    "pseudomap": "1.0.2",
    "shebang-command": "1.2.0",
    "signal-exit": "3.0.3",
    "strip-eof": "1.0.0",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yorkie@2.0.0",
    "name": "yorkie",
    "escapedName": "yorkie",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/@vue/cli-plugin-eslint"
  ],
  "_resolved": "https://registry.npmjs.org/yorkie/-/yorkie-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "authors": [
    "Typicode <typicode@gmail.com>",
    "Evan You"
  ],
  "bugs": {
    "url": "https://github.com/yyx990803/yorkie/issues"
  },
  "dependencies": {
    "execa": "^0.8.0",
    "is-ci": "^1.0.10",
    "normalize-path": "^1.0.0",
    "strip-indent": "^2.0.0"
  },
  "description": "githooks management forked from husky",
  "devDependencies": {
    "jest": "^20.0.4",
    "mkdirp": "^0.5.1",
    "prettier": "^1.4.4",
    "rimraf": "^2.6.1",
    "tempy": "^0.1.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/yyx990803/yorkie",
  "keywords": [
    "git",
    "hook",
    "hooks",
    "pre-commit",
    "precommit",
    "post-commit",
    "postcommit",
    "pre-push",
    "prepush",
    "post-merge",
    "postmerge",
    "test"
  ],
  "license": "MIT",
  "name": "yorkie",
  "repository": {
    "type": "git",
    "url": "git://github.com/yyx990803/yorkie.git"
  },
  "scripts": {
    "format": "prettier --single-quote --no-semi --write **/*.js",
    "install": "node bin/install.js",
    "test": "jest",
    "uninstall": "node bin/uninstall.js"
  },
  "standard": {
    "env": {
      "jest": true
    }
  },
  "version": "2.0.0"
}
