package.json 2.3 KB

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