123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "gulp-header@^2.0.5",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-LMGiBx+qH8giwrOuuZXSGvswcIUh0OiioNkUpLhNyvaC6/Ga8X6cfAeme2L5PqsbXMhL8o8b/OmVqIQdxprhcQ==",
- "_location": "/gulp-header",
- "_phantomChildren": {
- "lodash._reinterpolate": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-header@^2.0.5",
- "name": "gulp-header",
- "escapedName": "gulp-header",
- "rawSpec": "^2.0.5",
- "saveSpec": null,
- "fetchSpec": "^2.0.5"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.9.tgz",
- "_shasum": "8b432c4d4379dee6788845b16785b09c7675af84",
- "_spec": "gulp-header@^2.0.5",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Michael J. Ryan",
- "email": "[email protected]",
- "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": "[email protected]",
- "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"
- },
- "deprecated": false,
- "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"
- }
|