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

100 lines
2.5 KiB
JSON

{
"_args": [
[
"gulp-header@2.0.9",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-header@2.0.9",
"_id": "gulp-header@2.0.9",
"_inBundle": false,
"_integrity": "sha512-LMGiBx+qH8giwrOuuZXSGvswcIUh0OiioNkUpLhNyvaC6/Ga8X6cfAeme2L5PqsbXMhL8o8b/OmVqIQdxprhcQ==",
"_location": "/gulp-header",
"_phantomChildren": {
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-header@2.0.9",
"name": "gulp-header",
"escapedName": "gulp-header",
"rawSpec": "2.0.9",
"saveSpec": null,
"fetchSpec": "2.0.9"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.9.tgz",
"_spec": "2.0.9",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Michael J. Ryan",
"email": "tracker1@gmail.com",
"url": "http://github.com/tracker1"
},
"bugs": {
"url": "https://github.com/tracker1/gulp-header/issues"
},
"contributors": [
{
"name": "GoDaddy.com",
"url": "http://github.com/godaddy"
},
{
"name": "Douglas Duteil",
"email": "douglasduteil@gmail.com",
"url": "http://github.com/douglasduteil"
}
],
"dependencies": {
"concat-with-sourcemaps": "^1.1.0",
"lodash.template": "^4.5.0",
"map-stream": "0.0.7",
"through2": "^2.0.0"
},
"description": "Gulp extension to add header to file(s) in the pipeline.",
"devDependencies": {
"gulp": "^4.0.0",
"jshint": "*",
"mocha": "*",
"should": "*",
"vinyl": "*"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/tracker1/gulp-header#readme",
"https-proxy": null,
"jshintConfig": {
"esversion": 8,
"strict": "implied",
"undef": true,
"unused": true,
"mocha": true,
"node": true
},
"keywords": [
"header",
"gulpplugin",
"eventstream"
],
"license": "MIT",
"main": "./index.js",
"name": "gulp-header",
"proxy": null,
"repository": {
"type": "git",
"url": "git://github.com/tracker1/gulp-header.git"
},
"scripts": {
"pretest": "jshint *.js test",
"publish-major": "npm version major && git push origin master && git push --tags",
"publish-minor": "npm version minor && git push origin master && git push --tags",
"publish-patch": "npm version patch && git push origin master && git push --tags",
"test": "mocha --reporter spec"
},
"version": "2.0.9"
}