mirror of https://github.com/freeCodeCamp/devdocs
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.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"_from": "simple-git@^1.70.0",
|
|
"_id": "simple-git@1.132.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==",
|
|
"_location": "/simple-git",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "simple-git@^1.70.0",
|
|
"name": "simple-git",
|
|
"escapedName": "simple-git",
|
|
"rawSpec": "^1.70.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.70.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bulk-decaffeinate"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.132.0.tgz",
|
|
"_shasum": "53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1",
|
|
"_spec": "simple-git@^1.70.0",
|
|
"_where": "/home/simon/src/devdocs/node_modules/bulk-decaffeinate",
|
|
"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.132.0"
|
|
}
|