package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "plugin-error@1.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "plugin-error@1.0.1",
  10. "_id": "plugin-error@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
  13. "_location": "/plugin-error",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "plugin-error@1.0.1",
  19. "name": "plugin-error",
  20. "escapedName": "plugin-error",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp-clean-css",
  27. "/gulp-sass"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "team@gulpjs.com",
  35. "url": "http://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/plugin-error/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jon Schlinkert",
  43. "email": "jon.schlinkert@sellside.com"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine.bublitz@gmail.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "ansi-colors": "^1.0.1",
  52. "arr-diff": "^4.0.0",
  53. "arr-union": "^3.1.0",
  54. "extend-shallow": "^3.0.2"
  55. },
  56. "description": "Error handling for Vinyl plugins.",
  57. "devDependencies": {
  58. "eslint": "^1.7.3",
  59. "eslint-config-gulp": "^2.0.0",
  60. "expect": "^1.20.2",
  61. "istanbul": "^0.4.3",
  62. "istanbul-coveralls": "^1.0.3",
  63. "jscs": "^2.3.5",
  64. "jscs-preset-gulp": "^1.0.0",
  65. "mocha": "^3.0.0",
  66. "typescript": "^2.6.2"
  67. },
  68. "engines": {
  69. "node": ">= 0.10"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "index.d.ts",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/gulpjs/plugin-error#readme",
  77. "keywords": [
  78. "error",
  79. "plugin",
  80. "gulp-util"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "plugin-error",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/gulpjs/plugin-error.git"
  88. },
  89. "scripts": {
  90. "cover": "istanbul cover _mocha --report lcovonly",
  91. "coveralls": "npm run cover && istanbul-coveralls",
  92. "lint": "eslint . && jscs index.js test/",
  93. "pretest": "npm run lint",
  94. "test": "mocha --async-only && npm run test-types",
  95. "test-types": "tsc -p test/types"
  96. },
  97. "version": "1.0.1"
  98. }