package.json 2.5 KB

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