package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Nu+Srff89T4vCW++lmXZiPnhyn4=",
  6. "_location": "/gulp-dedupe",
  7. "_phantomChildren": {
  8. "lodash._isnative": "2.4.1",
  9. "lodash._objecttypes": "2.4.1",
  10. "lodash._shimkeys": "2.4.1",
  11. "lodash.isobject": "2.4.1"
  12. },
  13. "_requested": {
  14. "type": "version",
  15. "registry": true,
  16. "raw": "[email protected]",
  17. "name": "gulp-dedupe",
  18. "escapedName": "gulp-dedupe",
  19. "rawSpec": "0.0.2",
  20. "saveSpec": null,
  21. "fetchSpec": "0.0.2"
  22. },
  23. "_requiredBy": [
  24. "/fomantic-ui"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/gulp-dedupe/-/gulp-dedupe-0.0.2.tgz",
  27. "_shasum": "36ef92adf7fcf53e2f096fbe9665d988f9e1ca7e",
  28. "_spec": "[email protected]",
  29. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  30. "author": {
  31. "name": "Marat Abdullin",
  32. "email": "[email protected]"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/hoho/gulp-dedupe/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "colors": "~1.0.2",
  40. "diff": "~1.0.8",
  41. "gulp-util": "~3.0.1",
  42. "lodash.defaults": "~2.4.1",
  43. "through": "~2.3.6"
  44. },
  45. "deprecated": false,
  46. "description": "Check for duplicates in the stream and filter them or throw an error",
  47. "devDependencies": {
  48. "mocha": "*",
  49. "should": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10"
  53. },
  54. "homepage": "https://github.com/hoho/gulp-dedupe",
  55. "keywords": [
  56. "gulpplugin",
  57. "dedupe",
  58. "duplicates"
  59. ],
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "gulp-dedupe",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/hoho/gulp-dedupe.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "0.0.2"
  71. }