package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "gulp-concat@^2.6.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Yz0WyV2IUEYorQJmVmPO5aR5M1M=",
  6. "_location": "/gulp-concat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-concat@^2.6.1",
  12. "name": "gulp-concat",
  13. "escapedName": "gulp-concat",
  14. "rawSpec": "^2.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.1"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
  22. "_shasum": "633d16c95d88504628ad02665663cee5a4793353",
  23. "_spec": "gulp-concat@^2.6.1",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Contra",
  27. "email": "[email protected]",
  28. "url": "http://contra.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/contra/gulp-concat/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "concat-with-sourcemaps": "^1.0.0",
  36. "through2": "^2.0.0",
  37. "vinyl": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Concatenates files",
  41. "devDependencies": {
  42. "gulp": "^3.8.7",
  43. "gulp-sourcemaps": "^2.2.0",
  44. "istanbul": "^0.4.5",
  45. "mocha": "^3.0.0",
  46. "mocha-lcov-reporter": "^1.2.0",
  47. "should": "^11.0.0",
  48. "stream-array": "^1.0.1",
  49. "stream-assert": "^2.0.1"
  50. },
  51. "engines": {
  52. "node": ">= 0.10"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/contra/gulp-concat#readme",
  58. "keywords": [
  59. "gulpplugin"
  60. ],
  61. "license": "MIT",
  62. "name": "gulp-concat",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/contra/gulp-concat.git"
  66. },
  67. "scripts": {
  68. "coverage": "istanbul cover _mocha",
  69. "test": "mocha"
  70. },
  71. "version": "2.6.1"
  72. }