package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-wrap@^0.13.0",
  6. "scope": null,
  7. "escapedName": "gulp-wrap",
  8. "name": "gulp-wrap",
  9. "rawSpec": "^0.13.0",
  10. "spec": ">=0.13.0 <0.14.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys"
  14. ]
  15. ],
  16. "_from": "gulp-wrap@>=0.13.0 <0.14.0",
  17. "_id": "gulp-wrap@0.13.0",
  18. "_inCache": true,
  19. "_location": "/gulp-wrap",
  20. "_nodeVersion": "5.10.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/gulp-wrap-0.13.0.tgz_1463872436145_0.16105911904014647"
  24. },
  25. "_npmUser": {
  26. "name": "adamayres",
  27. "email": "magicaj@gmail.com"
  28. },
  29. "_npmVersion": "3.8.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "gulp-wrap@^0.13.0",
  33. "scope": null,
  34. "escapedName": "gulp-wrap",
  35. "name": "gulp-wrap",
  36. "rawSpec": "^0.13.0",
  37. "spec": ">=0.13.0 <0.14.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "#DEV:/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz",
  44. "_shasum": "90fb0b4a27a266433832ff7c6122db5c1ee894c6",
  45. "_shrinkwrap": null,
  46. "_spec": "gulp-wrap@^0.13.0",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys",
  48. "author": {
  49. "name": "Adam Ayres",
  50. "email": "magicaj@gmail.com",
  51. "url": "https://github.com/adamayres"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/adamayres/gulp-wrap/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Shinnosuke Watanabe",
  59. "email": "snnskwtnb@gmail.com",
  60. "url": "https://github.com/shinnn"
  61. }
  62. ],
  63. "dependencies": {
  64. "consolidate": "^0.14.1",
  65. "es6-promise": "^3.1.2",
  66. "fs-readfile-promise": "^2.0.1",
  67. "gulp-util": "^3.0.3",
  68. "js-yaml": "^3.2.6",
  69. "lodash": "^4.11.1",
  70. "node.extend": "^1.1.2",
  71. "through2": "^2.0.1",
  72. "tryit": "^1.0.1",
  73. "vinyl-bufferstream": "^1.0.1"
  74. },
  75. "description": "A gulp plugin to wrap the stream contents with a template.",
  76. "devDependencies": {
  77. "eslint": "^2.9.0",
  78. "expect.js": "^0.3.1",
  79. "istanbul": "^0.4.3",
  80. "istanbul-coveralls": "^1.0.1",
  81. "jscs": "^3.0.3",
  82. "mocha": "^2.1.0",
  83. "simple-bufferstream": "1.0.0",
  84. "vinyl": "^1.1.1"
  85. },
  86. "directories": {},
  87. "dist": {
  88. "shasum": "90fb0b4a27a266433832ff7c6122db5c1ee894c6",
  89. "tarball": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz"
  90. },
  91. "engines": {
  92. "node": ">=0.10",
  93. "npm": ">=1.4.3"
  94. },
  95. "files": [
  96. "index.js"
  97. ],
  98. "gitHead": "11cd463ddcd19becb868e19af40e34be5513253d",
  99. "homepage": "https://github.com/adamayres/gulp-wrap#readme",
  100. "jscsConfig": {
  101. "preset": "google",
  102. "maximumLineLength": 98,
  103. "requireBlocksOnNewline": true,
  104. "validateLineBreaks": "LF"
  105. },
  106. "keywords": [
  107. "gulpplugin",
  108. "wrap",
  109. "template",
  110. "lodash",
  111. "consolidate",
  112. "gulp"
  113. ],
  114. "licenses": [
  115. {
  116. "type": "MIT",
  117. "url": "https://github.com/adamayres/gulp-wrap/blob/master/LICENSE"
  118. }
  119. ],
  120. "maintainers": [
  121. {
  122. "name": "adamayres",
  123. "email": "magicaj@gmail.com"
  124. },
  125. {
  126. "name": "shinnn",
  127. "email": "snnskwtnb@gmail.com"
  128. }
  129. ],
  130. "name": "gulp-wrap",
  131. "optionalDependencies": {},
  132. "readme": "ERROR: No README data found!",
  133. "repository": {
  134. "type": "git",
  135. "url": "git+https://github.com/adamayres/gulp-wrap.git"
  136. },
  137. "scripts": {
  138. "coverage": "istanbul cover _mocha",
  139. "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
  140. "pretest": "jscs *.js test/test.js && eslint *.js test/test.js",
  141. "test": "_mocha"
  142. },
  143. "version": "0.13.0"
  144. }