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.
 
 
 
 
 
 

74 lines
1.9 KiB

{
"_from": "simple-git@^1.129.0",
"_id": "simple-git@1.129.0",
"_inBundle": false,
"_integrity": "sha512-XbzNmugMTeV2crZnPl+b1ZJn+nqXCUNyrZxDXpLM0kHL3B85sbPlpd8q9I4qtAHI9D2FxTB6w4BuiAGKYtyzKw==",
"_location": "/simple-git",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simple-git@^1.129.0",
"name": "simple-git",
"escapedName": "simple-git",
"rawSpec": "^1.129.0",
"saveSpec": null,
"fetchSpec": "^1.129.0"
},
"_requiredBy": [
"/cron-git"
],
"_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.129.0.tgz",
"_shasum": "eddd2611d2bf41c77e1d08cd70c0b7f3af785040",
"_spec": "simple-git@^1.129.0",
"_where": "E:\\cloud\\OneDrive\\git\\fdc\\node_modules\\cron-git",
"author": {
"name": "Steve King",
"email": "steve@mydev.co"
},
"bugs": {
"url": "https://github.com/steveukx/git-js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Steve King",
"email": "steve@mydev.co"
}
],
"dependencies": {
"debug": "^4.0.1"
},
"deprecated": false,
"description": "Simple GIT interface for node.js",
"devDependencies": {
"@kwsites/test-runner": "^0.1.1",
"sinon": "^7.3.2"
},
"files": [
"promise.*",
"src/",
"typings/"
],
"homepage": "https://github.com/steveukx/git-js#readme",
"keywords": [
"git",
"source control",
"vcs"
],
"license": "MIT",
"main": "./src/index.js",
"name": "simple-git",
"repository": {
"type": "git",
"url": "git://github.com/steveukx/git-js.git"
},
"scripts": {
"postversion": "npm publish && git push && git push --tags",
"preversion": "yarn test",
"test": "runner test/**/test*.js ",
"test:integration": "runner test/integration/test*.js",
"test:unit": "runner test/unit/test*.js"
},
"version": "1.129.0"
}