You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

97 line
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "fresh@0.5.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "fresh@0.5.2",
  9. "_id": "fresh@0.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
  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. "/browser-sync",
  26. "/browser-sync-client",
  27. "/express",
  28. "/express/send",
  29. "/send"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  32. "_spec": "0.5.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "TJ Holowaychuk",
  36. "email": "tj@vision-media.ca",
  37. "url": "http://tjholowaychuk.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jshttp/fresh/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. {
  48. "name": "Jonathan Ong",
  49. "email": "me@jongleberry.com",
  50. "url": "http://jongleberry.com"
  51. }
  52. ],
  53. "description": "HTTP response freshness testing",
  54. "devDependencies": {
  55. "beautify-benchmark": "0.2.4",
  56. "benchmark": "2.1.4",
  57. "eslint": "3.19.0",
  58. "eslint-config-standard": "10.2.1",
  59. "eslint-plugin-import": "2.7.0",
  60. "eslint-plugin-markdown": "1.0.0-beta.6",
  61. "eslint-plugin-node": "5.1.1",
  62. "eslint-plugin-promise": "3.5.0",
  63. "eslint-plugin-standard": "3.0.1",
  64. "istanbul": "0.4.5",
  65. "mocha": "1.21.5"
  66. },
  67. "engines": {
  68. "node": ">= 0.6"
  69. },
  70. "files": [
  71. "HISTORY.md",
  72. "LICENSE",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jshttp/fresh#readme",
  76. "keywords": [
  77. "fresh",
  78. "http",
  79. "conditional",
  80. "cache"
  81. ],
  82. "license": "MIT",
  83. "name": "fresh",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jshttp/fresh.git"
  87. },
  88. "scripts": {
  89. "bench": "node benchmark/index.js",
  90. "lint": "eslint --plugin markdown --ext js,md .",
  91. "test": "mocha --reporter spec --bail --check-leaks test/",
  92. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  93. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  94. },
  95. "version": "0.5.2"
  96. }