package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "gulp-plumber@1.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-plumber@1.1.0",
  10. "_id": "gulp-plumber@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8SF2wtBCL2AwbCQv/2oBo5T6ugk=",
  13. "_location": "/gulp-plumber",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gulp-plumber@1.1.0",
  19. "name": "gulp-plumber",
  20. "escapedName": "gulp-plumber",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Vsevolod Strukchinsky",
  33. "email": "floatdrop@gmail.com",
  34. "url": "https://github.com/floatdrop"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/floatdrop/gulp-plumber/issues"
  38. },
  39. "dependencies": {
  40. "gulp-util": "^3",
  41. "through2": "^2"
  42. },
  43. "description": "Prevent pipe breaking caused by errors from gulp plugins",
  44. "devDependencies": {
  45. "coveralls": "^2.11.6",
  46. "event-stream": "^3.3.2",
  47. "gulp": "^3.9.1",
  48. "istanbul": "^0.4.2",
  49. "mocha": "^2.4.5",
  50. "mocha-lcov-reporter": "^1.0.0",
  51. "should": "^8.2.2",
  52. "through": "^2.3.8",
  53. "xo": "^0.12.1"
  54. },
  55. "engines": {
  56. "node": ">=0.10",
  57. "npm": ">=1.2.10"
  58. },
  59. "homepage": "https://github.com/floatdrop/gulp-plumber",
  60. "keywords": [
  61. "gulpplugin"
  62. ],
  63. "license": "MIT",
  64. "main": "./index.js",
  65. "name": "gulp-plumber",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/floatdrop/gulp-plumber.git"
  69. },
  70. "scripts": {
  71. "test": "xo && mocha -R spec"
  72. },
  73. "version": "1.1.0",
  74. "xo": {
  75. "ignore": [
  76. "test/**"
  77. ]
  78. }
  79. }