package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-dedupe@0.0.2",
  6. "scope": null,
  7. "escapedName": "gulp-dedupe",
  8. "name": "gulp-dedupe",
  9. "rawSpec": "0.0.2",
  10. "spec": "0.0.2",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-dedupe@0.0.2",
  17. "_id": "gulp-dedupe@0.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-dedupe",
  21. "_npmUser": {
  22. "name": "hoho",
  23. "email": "dakota@brokenpipe.ru"
  24. },
  25. "_npmVersion": "1.4.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "gulp-dedupe@0.0.2",
  29. "scope": null,
  30. "escapedName": "gulp-dedupe",
  31. "name": "gulp-dedupe",
  32. "rawSpec": "0.0.2",
  33. "spec": "0.0.2",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/semantic-ui"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/gulp-dedupe/-/gulp-dedupe-0.0.2.tgz",
  40. "_shasum": "36ef92adf7fcf53e2f096fbe9665d988f9e1ca7e",
  41. "_shrinkwrap": null,
  42. "_spec": "gulp-dedupe@0.0.2",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  44. "author": {
  45. "name": "Marat Abdullin",
  46. "email": "dakota@brokenpipe.ru"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/hoho/gulp-dedupe/issues"
  50. },
  51. "dependencies": {
  52. "colors": "~1.0.2",
  53. "diff": "~1.0.8",
  54. "gulp-util": "~3.0.1",
  55. "lodash.defaults": "~2.4.1",
  56. "through": "~2.3.6"
  57. },
  58. "description": "Check for duplicates in the stream and filter them or throw an error",
  59. "devDependencies": {
  60. "mocha": "*",
  61. "should": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "36ef92adf7fcf53e2f096fbe9665d988f9e1ca7e",
  66. "tarball": "https://registry.npmjs.org/gulp-dedupe/-/gulp-dedupe-0.0.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10"
  70. },
  71. "homepage": "https://github.com/hoho/gulp-dedupe",
  72. "keywords": [
  73. "gulpplugin",
  74. "dedupe",
  75. "duplicates"
  76. ],
  77. "license": "MIT",
  78. "main": "./index.js",
  79. "maintainers": [
  80. {
  81. "name": "hoho",
  82. "email": "dakota@brokenpipe.ru"
  83. }
  84. ],
  85. "name": "gulp-dedupe",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/hoho/gulp-dedupe.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "version": "0.0.2"
  96. }