package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "fresh@^0.5.2",
  3. "_id": "fresh@0.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
  6. "_location": "/fresh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fresh@^0.5.2",
  12. "name": "fresh",
  13. "escapedName": "fresh",
  14. "rawSpec": "^0.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.2"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync",
  20. "/browser-sync-client",
  21. "/send"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  24. "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
  25. "_spec": "fresh@^0.5.2",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  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. "beautify-benchmark": "0.2.4",
  51. "benchmark": "2.1.4",
  52. "eslint": "3.19.0",
  53. "eslint-config-standard": "10.2.1",
  54. "eslint-plugin-import": "2.7.0",
  55. "eslint-plugin-markdown": "1.0.0-beta.6",
  56. "eslint-plugin-node": "5.1.1",
  57. "eslint-plugin-promise": "3.5.0",
  58. "eslint-plugin-standard": "3.0.1",
  59. "istanbul": "0.4.5",
  60. "mocha": "1.21.5"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/fresh#readme",
  71. "keywords": [
  72. "fresh",
  73. "http",
  74. "conditional",
  75. "cache"
  76. ],
  77. "license": "MIT",
  78. "name": "fresh",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/fresh.git"
  82. },
  83. "scripts": {
  84. "bench": "node benchmark/index.js",
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --reporter spec --bail --check-leaks test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  89. },
  90. "version": "0.5.2"
  91. }