You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.2 KiB

{
"_from": "@umijs/yorkie@^2.0.3",
"_id": "@umijs/yorkie@2.0.5",
"_inBundle": false,
"_integrity": "sha1-mrnXdn3te1lsw61ft5llkg2CCQU=",
"_location": "/@umijs/yorkie",
"_phantomChildren": {
"ci-info": "1.6.0",
"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": "range",
"registry": true,
"raw": "@umijs/yorkie@^2.0.3",
"name": "@umijs/yorkie",
"escapedName": "@umijs%2fyorkie",
"scope": "@umijs",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npm.taobao.org/@umijs/yorkie/download/@umijs/yorkie-2.0.5.tgz",
"_shasum": "9ab9d7767ded7b596cc3ad5fb79965920d820905",
"_spec": "@umijs/yorkie@^2.0.3",
"_where": "/Users/zq/Desktop/hngs",
"authors": [
"Typicode <typicode@gmail.com>",
"Evan You"
],
"bugs": {
"url": "https://github.com/yyx990803/yorkie/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^0.8.0",
"is-ci": "^1.0.10",
"normalize-path": "^1.0.0",
"strip-indent": "^2.0.0"
},
"deprecated": false,
"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": "@umijs/yorkie",
"repository": {
"type": "git",
"url": "git://github.com/yyx990803/yorkie.git"
},
"scripts": {
"format": "prettier --single-quote --no-semi --write **/*.js",
"postinstall": "node bin/install.js",
"test": "jest",
"uninstall": "node bin/uninstall.js"
},
"standard": {
"env": {
"jest": true
}
},
"version": "2.0.5"
}