first
This commit is contained in:
93
node_modules/yorkie/package.json
generated
vendored
Normal file
93
node_modules/yorkie/package.json
generated
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
{
|
||||
"_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.7",
|
||||
"strip-eof": "1.0.0",
|
||||
"which": "1.3.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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",
|
||||
"_shasum": "92411912d435214e12c51c2ae1093e54b6bb83d9",
|
||||
"_spec": "yorkie@^2.0.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@vue\\cli-plugin-eslint",
|
||||
"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": "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"
|
||||
}
|
Reference in New Issue
Block a user