You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "plugin-error@^1.0.1",
  3. "_id": "plugin-error@1.0.1",
  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-uglifycss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
  22. "_shasum": "77016bd8919d0ac377fdcdd0322328953ca5781c",
  23. "_spec": "plugin-error@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-uglifycss",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/plugin-error/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jon Schlinkert",
  37. "email": "jon.schlinkert@sellside.com"
  38. },
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "ansi-colors": "^1.0.1",
  46. "arr-diff": "^4.0.0",
  47. "arr-union": "^3.1.0",
  48. "extend-shallow": "^3.0.2"
  49. },
  50. "deprecated": false,
  51. "description": "Error handling for Vinyl plugins.",
  52. "devDependencies": {
  53. "eslint": "^1.7.3",
  54. "eslint-config-gulp": "^2.0.0",
  55. "expect": "^1.20.2",
  56. "istanbul": "^0.4.3",
  57. "istanbul-coveralls": "^1.0.3",
  58. "jscs": "^2.3.5",
  59. "jscs-preset-gulp": "^1.0.0",
  60. "mocha": "^3.0.0",
  61. "typescript": "^2.6.2"
  62. },
  63. "engines": {
  64. "node": ">= 0.10"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "index.d.ts",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/gulpjs/plugin-error#readme",
  72. "keywords": [
  73. "error",
  74. "plugin",
  75. "gulp-util"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "plugin-error",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/plugin-error.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover _mocha --report lcovonly",
  86. "coveralls": "npm run cover && istanbul-coveralls",
  87. "lint": "eslint . && jscs index.js test/",
  88. "pretest": "npm run lint",
  89. "test": "mocha --async-only && npm run test-types",
  90. "test-types": "tsc -p test/types"
  91. },
  92. "version": "1.0.1"
  93. }