package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-header@^1.8.2",
  6. "scope": null,
  7. "escapedName": "gulp-header",
  8. "name": "gulp-header",
  9. "rawSpec": "^1.8.2",
  10. "spec": ">=1.8.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-header@>=1.8.2 <2.0.0",
  17. "_id": "gulp-header@1.8.8",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-header",
  21. "_nodeVersion": "4.4.7",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/gulp-header-1.8.8.tgz_1470820645345_0.7174483358394355"
  25. },
  26. "_npmUser": {
  27. "name": "tracker1",
  28. "email": "tracker1@gmail.com"
  29. },
  30. "_npmVersion": "2.15.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp-header@^1.8.2",
  34. "scope": null,
  35. "escapedName": "gulp-header",
  36. "name": "gulp-header",
  37. "rawSpec": "^1.8.2",
  38. "spec": ">=1.8.2 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-1.8.8.tgz",
  45. "_shasum": "4509c64677aab56b5ee8e4669a79b1655933a49e",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp-header@^1.8.2",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Michael J. Ryan",
  51. "email": "mxryan@godaddy.com",
  52. "url": "http://github.com/tracker1"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/tracker1/gulp-header/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "GoDaddy.com",
  60. "url": "http://github.com/godaddy"
  61. },
  62. {
  63. "name": "Douglas Duteil",
  64. "email": "douglasduteil@gmail.com",
  65. "url": "http://github.com/douglasduteil"
  66. }
  67. ],
  68. "dependencies": {
  69. "concat-with-sourcemaps": "*",
  70. "gulp-util": "*",
  71. "object-assign": "*",
  72. "through2": "^2.0.0"
  73. },
  74. "description": "Gulp extension to add header to file(s) in the pipeline.",
  75. "devDependencies": {
  76. "event-stream": "^3.1.7",
  77. "gulp": "^3.9.0",
  78. "mocha": "*",
  79. "should": "*",
  80. "vinyl": "*"
  81. },
  82. "directories": {
  83. "test": "test"
  84. },
  85. "dist": {
  86. "shasum": "4509c64677aab56b5ee8e4669a79b1655933a49e",
  87. "tarball": "https://registry.npmjs.org/gulp-header/-/gulp-header-1.8.8.tgz"
  88. },
  89. "gitHead": "4d219649ba55069fe742195341fa3b71ae65976f",
  90. "homepage": "https://github.com/tracker1/gulp-header#readme",
  91. "https-proxy": null,
  92. "keywords": [
  93. "header",
  94. "gulpplugin",
  95. "eventstream"
  96. ],
  97. "license": "MIT",
  98. "main": "./index.js",
  99. "maintainers": [
  100. {
  101. "name": "tracker1",
  102. "email": "tracker1@gmail.com"
  103. }
  104. ],
  105. "name": "gulp-header",
  106. "optionalDependencies": {},
  107. "proxy": null,
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/tracker1/gulp-header.git"
  112. },
  113. "scripts": {
  114. "publish-major": "npm version major && git push origin master && git push --tags",
  115. "publish-minor": "npm version minor && git push origin master && git push --tags",
  116. "publish-patch": "npm version patch && git push origin master && git push --tags",
  117. "test": "mocha --reporter spec"
  118. },
  119. "version": "1.8.8"
  120. }