package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "fresh@0.5.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "fresh@0.5.2",
  9. "_id": "fresh@0.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  12. "_location": "/fresh",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fresh@0.5.2",
  18. "name": "fresh",
  19. "escapedName": "fresh",
  20. "rawSpec": "0.5.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.5.2"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  28. "_spec": "0.5.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca",
  33. "url": "http://tjholowaychuk.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/fresh/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. },
  43. {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. }
  48. ],
  49. "description": "HTTP response freshness testing",
  50. "devDependencies": {
  51. "beautify-benchmark": "0.2.4",
  52. "benchmark": "2.1.4",
  53. "eslint": "3.19.0",
  54. "eslint-config-standard": "10.2.1",
  55. "eslint-plugin-import": "2.7.0",
  56. "eslint-plugin-markdown": "1.0.0-beta.6",
  57. "eslint-plugin-node": "5.1.1",
  58. "eslint-plugin-promise": "3.5.0",
  59. "eslint-plugin-standard": "3.0.1",
  60. "istanbul": "0.4.5",
  61. "mocha": "1.21.5"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/fresh#readme",
  72. "keywords": [
  73. "fresh",
  74. "http",
  75. "conditional",
  76. "cache"
  77. ],
  78. "license": "MIT",
  79. "name": "fresh",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/fresh.git"
  83. },
  84. "scripts": {
  85. "bench": "node benchmark/index.js",
  86. "lint": "eslint --plugin markdown --ext js,md .",
  87. "test": "mocha --reporter spec --bail --check-leaks test/",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  90. },
  91. "version": "0.5.2"
  92. }