2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_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"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"_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"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"_requiredBy": [
|
|
|
|
"/fomantic-ui"
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.9.tgz",
|
|
|
|
"_spec": "2.0.9",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Michael J. Ryan",
|
|
|
|
"email": "tracker1@gmail.com",
|
|
|
|
"url": "http://github.com/tracker1"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tracker1/gulp-header/issues"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Gulp extension to add header to file(s) in the pipeline.",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"jshint": "*",
|
|
|
|
"mocha": "*",
|
|
|
|
"should": "*",
|
|
|
|
"vinyl": "*"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
|
|
|
"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"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|