package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "gulp-header@^2.0.5",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LMGiBx+qH8giwrOuuZXSGvswcIUh0OiioNkUpLhNyvaC6/Ga8X6cfAeme2L5PqsbXMhL8o8b/OmVqIQdxprhcQ==",
  6. "_location": "/gulp-header",
  7. "_phantomChildren": {
  8. "lodash._reinterpolate": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "gulp-header@^2.0.5",
  14. "name": "gulp-header",
  15. "escapedName": "gulp-header",
  16. "rawSpec": "^2.0.5",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.5"
  19. },
  20. "_requiredBy": [
  21. "/fomantic-ui"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.9.tgz",
  24. "_shasum": "8b432c4d4379dee6788845b16785b09c7675af84",
  25. "_spec": "gulp-header@^2.0.5",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  27. "author": {
  28. "name": "Michael J. Ryan",
  29. "email": "[email protected]",
  30. "url": "http://github.com/tracker1"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/tracker1/gulp-header/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "GoDaddy.com",
  39. "url": "http://github.com/godaddy"
  40. },
  41. {
  42. "name": "Douglas Duteil",
  43. "email": "[email protected]",
  44. "url": "http://github.com/douglasduteil"
  45. }
  46. ],
  47. "dependencies": {
  48. "concat-with-sourcemaps": "^1.1.0",
  49. "lodash.template": "^4.5.0",
  50. "map-stream": "0.0.7",
  51. "through2": "^2.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Gulp extension to add header to file(s) in the pipeline.",
  55. "devDependencies": {
  56. "gulp": "^4.0.0",
  57. "jshint": "*",
  58. "mocha": "*",
  59. "should": "*",
  60. "vinyl": "*"
  61. },
  62. "directories": {
  63. "test": "test"
  64. },
  65. "homepage": "https://github.com/tracker1/gulp-header#readme",
  66. "https-proxy": null,
  67. "jshintConfig": {
  68. "esversion": 8,
  69. "strict": "implied",
  70. "undef": true,
  71. "unused": true,
  72. "mocha": true,
  73. "node": true
  74. },
  75. "keywords": [
  76. "header",
  77. "gulpplugin",
  78. "eventstream"
  79. ],
  80. "license": "MIT",
  81. "main": "./index.js",
  82. "name": "gulp-header",
  83. "proxy": null,
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/tracker1/gulp-header.git"
  87. },
  88. "scripts": {
  89. "pretest": "jshint *.js test",
  90. "publish-major": "npm version major && git push origin master && git push --tags",
  91. "publish-minor": "npm version minor && git push origin master && git push --tags",
  92. "publish-patch": "npm version patch && git push origin master && git push --tags",
  93. "test": "mocha --reporter spec"
  94. },
  95. "version": "2.0.9"
  96. }