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.

112 lines
2.7 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fresh@0.2.4",
  6. "scope": null,
  7. "escapedName": "fresh",
  8. "name": "fresh",
  9. "rawSpec": "0.2.4",
  10. "spec": "0.2.4",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "fresh@0.2.4",
  17. "_id": "fresh@0.2.4",
  18. "_inCache": true,
  19. "_location": "/fresh",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "fresh@0.2.4",
  28. "scope": null,
  29. "escapedName": "fresh",
  30. "name": "fresh",
  31. "rawSpec": "0.2.4",
  32. "spec": "0.2.4",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/send"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz",
  40. "_shasum": "3582499206c9723714190edd74b4604feb4a614c",
  41. "_shrinkwrap": null,
  42. "_spec": "fresh@0.2.4",
  43. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  44. "author": {
  45. "name": "TJ Holowaychuk",
  46. "email": "tj@vision-media.ca",
  47. "url": "http://tjholowaychuk.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jshttp/fresh/issues"
  51. },
  52. "dependencies": {},
  53. "description": "HTTP response freshness testing",
  54. "devDependencies": {
  55. "istanbul": "0",
  56. "mocha": "1",
  57. "should": "3"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "3582499206c9723714190edd74b4604feb4a614c",
  62. "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "HISTORY.md",
  69. "LICENSE",
  70. "index.js"
  71. ],
  72. "gitHead": "8440a4ca75fb091dec06e88654b3b1c31d7e7164",
  73. "homepage": "https://github.com/jshttp/fresh",
  74. "keywords": [
  75. "fresh",
  76. "http",
  77. "conditional",
  78. "cache"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "tjholowaychuk",
  84. "email": "tj@vision-media.ca"
  85. },
  86. {
  87. "name": "jonathanong",
  88. "email": "jonathanrichardong@gmail.com"
  89. },
  90. {
  91. "name": "dougwilson",
  92. "email": "doug@somethingdoug.com"
  93. },
  94. {
  95. "name": "jongleberry",
  96. "email": "jonathanrichardong@gmail.com"
  97. }
  98. ],
  99. "name": "fresh",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jshttp/fresh.git"
  105. },
  106. "scripts": {
  107. "test": "mocha --reporter spec --require should",
  108. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
  109. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
  110. },
  111. "version": "0.2.4"
  112. }