package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-plumber@^1.1.0",
  6. "scope": null,
  7. "escapedName": "gulp-plumber",
  8. "name": "gulp-plumber",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-plumber@>=1.1.0 <2.0.0",
  17. "_id": "gulp-plumber@1.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-plumber",
  21. "_nodeVersion": "4.2.4",
  22. "_npmOperationalInternal": {
  23. "host": "packages-6-west.internal.npmjs.com",
  24. "tmp": "tmp/gulp-plumber-1.1.0.tgz_1455017739588_0.6009564925916493"
  25. },
  26. "_npmUser": {
  27. "name": "floatdrop",
  28. "email": "floatdrop@gmail.com"
  29. },
  30. "_npmVersion": "2.14.12",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp-plumber@^1.1.0",
  34. "scope": null,
  35. "escapedName": "gulp-plumber",
  36. "name": "gulp-plumber",
  37. "rawSpec": "^1.1.0",
  38. "spec": ">=1.1.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz",
  45. "_shasum": "f12176c2d0422f60306c242fff6a01a394faba09",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp-plumber@^1.1.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Vsevolod Strukchinsky",
  51. "email": "floatdrop@gmail.com",
  52. "url": "https://github.com/floatdrop"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/floatdrop/gulp-plumber/issues"
  56. },
  57. "dependencies": {
  58. "gulp-util": "^3",
  59. "through2": "^2"
  60. },
  61. "description": "Prevent pipe breaking caused by errors from gulp plugins",
  62. "devDependencies": {
  63. "coveralls": "^2.11.6",
  64. "event-stream": "^3.3.2",
  65. "gulp": "^3.9.1",
  66. "istanbul": "^0.4.2",
  67. "mocha": "^2.4.5",
  68. "mocha-lcov-reporter": "^1.0.0",
  69. "should": "^8.2.2",
  70. "through": "^2.3.8",
  71. "xo": "^0.12.1"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "f12176c2d0422f60306c242fff6a01a394faba09",
  76. "tarball": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz"
  77. },
  78. "engines": {
  79. "node": ">=0.10",
  80. "npm": ">=1.2.10"
  81. },
  82. "gitHead": "982ec116283b5b5907448ac932a96be31c7d872f",
  83. "homepage": "https://github.com/floatdrop/gulp-plumber",
  84. "keywords": [
  85. "gulpplugin"
  86. ],
  87. "license": "MIT",
  88. "main": "./index.js",
  89. "maintainers": [
  90. {
  91. "name": "floatdrop",
  92. "email": "floatdrop@gmail.com"
  93. }
  94. ],
  95. "name": "gulp-plumber",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/floatdrop/gulp-plumber.git"
  101. },
  102. "scripts": {
  103. "test": "xo && mocha -R spec"
  104. },
  105. "version": "1.1.0",
  106. "xo": {
  107. "ignore": [
  108. "test/**"
  109. ]
  110. }
  111. }