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 <0.6.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/koa"
  14. ]
  15. ],
  16. "_from": "fresh@>=0.5.0 <0.6.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 <0.6.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/koa"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz",
  44. "_shasum": "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e",
  45. "_shrinkwrap": null,
  46. "_spec": "fresh@^0.5.0",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/koa",
  48. "author": {
  49. "name": "TJ Holowaychuk",
  50. "email": "tj@vision-media.ca",
  51. "url": "http://tjholowaychuk.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jshttp/fresh/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Douglas Christopher Wilson",
  59. "email": "doug@somethingdoug.com"
  60. },
  61. {
  62. "name": "Jonathan Ong",
  63. "email": "me@jongleberry.com",
  64. "url": "http://jongleberry.com"
  65. }
  66. ],
  67. "dependencies": {},
  68. "description": "HTTP response freshness testing",
  69. "devDependencies": {
  70. "eslint": "3.16.0",
  71. "eslint-config-standard": "6.2.1",
  72. "eslint-plugin-promise": "3.4.2",
  73. "eslint-plugin-standard": "2.0.1",
  74. "istanbul": "0.4.5",
  75. "mocha": "1.21.5"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e",
  80. "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz"
  81. },
  82. "engines": {
  83. "node": ">= 0.6"
  84. },
  85. "files": [
  86. "HISTORY.md",
  87. "LICENSE",
  88. "index.js"
  89. ],
  90. "gitHead": "b1d26abb390d5dd1d9b82f0a5b890ab0ef1fee5c",
  91. "homepage": "https://github.com/jshttp/fresh#readme",
  92. "keywords": [
  93. "fresh",
  94. "http",
  95. "conditional",
  96. "cache"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "dougwilson",
  102. "email": "doug@somethingdoug.com"
  103. }
  104. ],
  105. "name": "fresh",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/jshttp/fresh.git"
  111. },
  112. "scripts": {
  113. "lint": "eslint .",
  114. "test": "mocha --reporter spec --bail --check-leaks test/",
  115. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  116. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  117. },
  118. "version": "0.5.0"
  119. }