76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"_from": "simple-git",
|
|
"_id": "simple-git@1.126.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-47mqHxgZnN8XRa9HbpWprzUv3Ooqz9RY/LSZgvA7jCkW8jcwLahMz7LKugY91KZehfG0sCVPtgXiU72hd6b1Bw==",
|
|
"_location": "/simple-git",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "simple-git",
|
|
"name": "simple-git",
|
|
"escapedName": "simple-git",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.126.0.tgz",
|
|
"_shasum": "0c345372275139c8433b8277f4b3e155092aa434",
|
|
"_spec": "simple-git",
|
|
"_where": "C:\\Users\\lzy\\Documents\\Source\\OpportunityLiu\\github-action-setup-xmake",
|
|
"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.126.0"
|
|
}
|