package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "gulp-wrap@0.13.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-wrap@0.13.0",
  10. "_id": "gulp-wrap@0.13.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kPsLSieiZkM4Mv98YSLbXB7olMY=",
  13. "_location": "/gulp-wrap",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gulp-wrap@0.13.0",
  19. "name": "gulp-wrap",
  20. "escapedName": "gulp-wrap",
  21. "rawSpec": "0.13.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.13.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz",
  29. "_spec": "0.13.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Adam Ayres",
  33. "email": "magicaj@gmail.com",
  34. "url": "https://github.com/adamayres"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/adamayres/gulp-wrap/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Shinnosuke Watanabe",
  42. "email": "snnskwtnb@gmail.com",
  43. "url": "https://github.com/shinnn"
  44. }
  45. ],
  46. "dependencies": {
  47. "consolidate": "^0.14.1",
  48. "es6-promise": "^3.1.2",
  49. "fs-readfile-promise": "^2.0.1",
  50. "gulp-util": "^3.0.3",
  51. "js-yaml": "^3.2.6",
  52. "lodash": "^4.11.1",
  53. "node.extend": "^1.1.2",
  54. "through2": "^2.0.1",
  55. "tryit": "^1.0.1",
  56. "vinyl-bufferstream": "^1.0.1"
  57. },
  58. "description": "A gulp plugin to wrap the stream contents with a template.",
  59. "devDependencies": {
  60. "eslint": "^2.9.0",
  61. "expect.js": "^0.3.1",
  62. "istanbul": "^0.4.3",
  63. "istanbul-coveralls": "^1.0.1",
  64. "jscs": "^3.0.3",
  65. "mocha": "^2.1.0",
  66. "simple-bufferstream": "1.0.0",
  67. "vinyl": "^1.1.1"
  68. },
  69. "engines": {
  70. "node": ">=0.10",
  71. "npm": ">=1.4.3"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/adamayres/gulp-wrap#readme",
  77. "jscsConfig": {
  78. "preset": "google",
  79. "maximumLineLength": 98,
  80. "requireBlocksOnNewline": true,
  81. "validateLineBreaks": "LF"
  82. },
  83. "keywords": [
  84. "gulpplugin",
  85. "wrap",
  86. "template",
  87. "lodash",
  88. "consolidate",
  89. "gulp"
  90. ],
  91. "licenses": [
  92. {
  93. "type": "MIT",
  94. "url": "https://github.com/adamayres/gulp-wrap/blob/master/LICENSE"
  95. }
  96. ],
  97. "name": "gulp-wrap",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/adamayres/gulp-wrap.git"
  101. },
  102. "scripts": {
  103. "coverage": "istanbul cover _mocha",
  104. "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
  105. "pretest": "jscs *.js test/test.js && eslint *.js test/test.js",
  106. "test": "_mocha"
  107. },
  108. "version": "0.13.0"
  109. }