88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"_from": "gulp-header",
|
|
"_id": "gulp-header@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7bOIiHvM1GUHIG3LRH+UIanOxyjSys0FbzzgUBlV2cZIIZihEW+KKKKm0ejUBNGvRdhISEFFr6HlptXoa28gtQ==",
|
|
"_location": "/gulp-header",
|
|
"_phantomChildren": {
|
|
"lodash._reinterpolate": "3.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "gulp-header",
|
|
"name": "gulp-header",
|
|
"escapedName": "gulp-header",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.5.tgz",
|
|
"_shasum": "16e229c73593ade301168024fea68dab75d9d38c",
|
|
"_spec": "gulp-header",
|
|
"_where": "/var/www/html/autocompletion",
|
|
"author": {
|
|
"name": "Michael J. Ryan",
|
|
"email": "tracker1@gmail.com",
|
|
"url": "http://github.com/tracker1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tracker1/gulp-header/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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": "*",
|
|
"lodash.template": "^4.4.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gulp extension to add header to file(s) in the pipeline.",
|
|
"devDependencies": {
|
|
"event-stream": "^3.1.7",
|
|
"gulp": "^3.9.0",
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"vinyl": "*"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/tracker1/gulp-header#readme",
|
|
"https-proxy": null,
|
|
"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": {
|
|
"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.5"
|
|
}
|