package.json 2.5 KB

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