wishthis/node_modules/gulp-git/package.json
2022-02-23 17:41:13 +01:00

82 lines
2 KiB
JSON

{
"_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"
},
"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"
},
"description": "Git plugin for gulp (gulpjs.com)",
"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"
},
"homepage": "http://github.com/stevelacy/gulp-git",
"keywords": [
"gulp",
"git",
"gulpgit",
"gulpplugin",
"gulp-plugin"
],
"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"
}