package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fresh@0.5.0",
  6. "scope": null,
  7. "escapedName": "fresh",
  8. "name": "fresh",
  9. "rawSpec": "0.5.0",
  10. "spec": "0.5.0",
  11. "type": "version"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "fresh@0.5.0",
  17. "_id": "fresh@0.5.0",
  18. "_inCache": true,
  19. "_location": "/fresh",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/fresh-0.5.0.tgz_1487738798128_0.4817247486207634"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fresh@0.5.0",
  33. "scope": null,
  34. "escapedName": "fresh",
  35. "name": "fresh",
  36. "rawSpec": "0.5.0",
  37. "spec": "0.5.0",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/send"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz",
  45. "_shasum": "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e",
  46. "_shrinkwrap": null,
  47. "_spec": "fresh@0.5.0",
  48. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  49. "author": {
  50. "name": "TJ Holowaychuk",
  51. "email": "tj@vision-media.ca",
  52. "url": "http://tjholowaychuk.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jshttp/fresh/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Douglas Christopher Wilson",
  60. "email": "doug@somethingdoug.com"
  61. },
  62. {
  63. "name": "Jonathan Ong",
  64. "email": "me@jongleberry.com",
  65. "url": "http://jongleberry.com"
  66. }
  67. ],
  68. "dependencies": {},
  69. "description": "HTTP response freshness testing",
  70. "devDependencies": {
  71. "eslint": "3.16.0",
  72. "eslint-config-standard": "6.2.1",
  73. "eslint-plugin-promise": "3.4.2",
  74. "eslint-plugin-standard": "2.0.1",
  75. "istanbul": "0.4.5",
  76. "mocha": "1.21.5"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e",
  81. "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz"
  82. },
  83. "engines": {
  84. "node": ">= 0.6"
  85. },
  86. "files": [
  87. "HISTORY.md",
  88. "LICENSE",
  89. "index.js"
  90. ],
  91. "gitHead": "b1d26abb390d5dd1d9b82f0a5b890ab0ef1fee5c",
  92. "homepage": "https://github.com/jshttp/fresh#readme",
  93. "keywords": [
  94. "fresh",
  95. "http",
  96. "conditional",
  97. "cache"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "dougwilson",
  103. "email": "doug@somethingdoug.com"
  104. }
  105. ],
  106. "name": "fresh",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jshttp/fresh.git"
  112. },
  113. "scripts": {
  114. "lint": "eslint .",
  115. "test": "mocha --reporter spec --bail --check-leaks test/",
  116. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  117. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  118. },
  119. "version": "0.5.0"
  120. }