package.json 2.3 KB

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