package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "fresh@0.3.0",
  3. "_id": "fresh@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZR+DjiJCTnVm3hYdg1jKoZn4PU8=",
  6. "_location": "/fresh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "fresh@0.3.0",
  12. "name": "fresh",
  13. "escapedName": "fresh",
  14. "rawSpec": "0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/send",
  21. "/serve-static/send"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
  24. "_shasum": "651f838e22424e7566de161d8358caa199f83d4f",
  25. "_spec": "fresh@0.3.0",
  26. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca",
  30. "url": "http://tjholowaychuk.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jshttp/fresh/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "HTTP response freshness testing",
  49. "devDependencies": {
  50. "istanbul": "0.3.9",
  51. "mocha": "1.21.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.6"
  55. },
  56. "files": [
  57. "HISTORY.md",
  58. "LICENSE",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/fresh#readme",
  62. "keywords": [
  63. "fresh",
  64. "http",
  65. "conditional",
  66. "cache"
  67. ],
  68. "license": "MIT",
  69. "name": "fresh",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jshttp/fresh.git"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  77. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  78. },
  79. "version": "0.3.0"
  80. }