package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "resp-modifier@6.0.2",
  3. "_id": "resp-modifier@6.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=",
  6. "_location": "/resp-modifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "resp-modifier@6.0.2",
  12. "name": "resp-modifier",
  13. "escapedName": "resp-modifier",
  14. "rawSpec": "6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz",
  22. "_shasum": "b124de5c4fbafcba541f48ffa73970f4aa456b4f",
  23. "_spec": "resp-modifier@6.0.2",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Shane Osbourne",
  27. "email": "shane.osbourne8@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shakyshane/resp-modifier/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "^2.2.0",
  35. "minimatch": "^3.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Middleware for modifying a HTML response",
  39. "devDependencies": {
  40. "browser-sync": "^2.8.2",
  41. "chai": "^2.3.0",
  42. "express": "^4.13.3",
  43. "jshint": "^2.6.0",
  44. "mocha": "^2.1.0",
  45. "multiline": "^1.0.2",
  46. "serve-static": "^1.8.1",
  47. "supertest": "^1.0.1"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/shakyshane/resp-modifier#readme",
  57. "keywords": [],
  58. "licenses": [
  59. {
  60. "type": "MIT",
  61. "url": "https://github.com/shakyshane/resp-modifier/blob/master/LICENSE-MIT"
  62. }
  63. ],
  64. "name": "resp-modifier",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/shakyshane/resp-modifier.git"
  68. },
  69. "scripts": {
  70. "test": "jshint test/*.js index.js && mocha"
  71. },
  72. "version": "6.0.2"
  73. }