25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 2.0 KiB

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