2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"gulp-git@2.10.1",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "gulp-git@2.10.1",
|
|
|
|
"_id": "gulp-git@2.10.1",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-qiXYYDXchMZU/AWAgtphi4zbJb/0gXgfPw7TlZwu/7qPS3Bdcc3zbVe1B0xY9S8on6RQTmWoi+KaTGACIXQeNg==",
|
|
|
|
"_location": "/gulp-git",
|
|
|
|
"_phantomChildren": {
|
|
|
|
"readable-stream": "2.3.7",
|
|
|
|
"xtend": "4.0.2"
|
|
|
|
},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "gulp-git@2.10.1",
|
|
|
|
"name": "gulp-git",
|
|
|
|
"escapedName": "gulp-git",
|
|
|
|
"rawSpec": "2.10.1",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.10.1"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/fomantic-ui"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/gulp-git/-/gulp-git-2.10.1.tgz",
|
|
|
|
"_spec": "2.10.1",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
|
|
"author": {
|
|
|
|
"name": "Steve Lacy me@slacy.me",
|
|
|
|
"url": "slacy.me"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/stevelacy/gulp-git/issues"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"any-shell-escape": "^0.1.1",
|
|
|
|
"fancy-log": "^1.3.2",
|
|
|
|
"lodash.template": "^4.4.0",
|
|
|
|
"plugin-error": "^1.0.1",
|
|
|
|
"require-dir": "^1.0.0",
|
|
|
|
"strip-bom-stream": "^3.0.0",
|
|
|
|
"through2": "^2.0.3",
|
|
|
|
"vinyl": "^2.0.1"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Git plugin for gulp (gulpjs.com)",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"mocha": "^6.2.2",
|
|
|
|
"mock-require": "^2.0.2",
|
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
"should": "^13.2.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.9.0"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"homepage": "http://github.com/stevelacy/gulp-git",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"gulp",
|
|
|
|
"git",
|
|
|
|
"gulpgit",
|
|
|
|
"gulpplugin",
|
|
|
|
"gulp-plugin"
|
2022-02-23 16:41:13 +00:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./index.js",
|
|
|
|
"name": "gulp-git",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/stevelacy/gulp-git.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"docs": "rimraf docs/* && jsdoc ./index.js ./lib --recurse --destination ./docs",
|
|
|
|
"lint": "rimraf test/repo test/tmp && eslint ./index.js ./examples/ ./lib/ ./test/",
|
|
|
|
"test": "mocha --reporter spec --timeout 6000 test/main.js && npm run lint"
|
|
|
|
},
|
|
|
|
"version": "2.10.1"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|