package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "vary@^1.0.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "vary@>=1.0.0 <2.0.0",
  9. "_id": "vary@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/vary",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "vary",
  21. "raw": "vary@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa",
  29. "/koa.io/koa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz",
  32. "_shasum": "e1e5affbbd16ae768dd2674394b9ad3022653140",
  33. "_shrinkwrap": null,
  34. "_spec": "vary@^1.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\koa",
  36. "author": {
  37. "email": "doug@somethingdoug.com",
  38. "name": "Douglas Christopher Wilson"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jshttp/vary/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Manipulate the HTTP Vary header",
  45. "devDependencies": {
  46. "istanbul": "0.3.21",
  47. "mocha": "2.3.3",
  48. "supertest": "1.1.0"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "e1e5affbbd16ae768dd2674394b9ad3022653140",
  53. "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "HISTORY.md",
  60. "LICENSE",
  61. "README.md",
  62. "index.js"
  63. ],
  64. "gitHead": "13b03e9bf97da9d83bfeac84d84144137d84c257",
  65. "homepage": "https://github.com/jshttp/vary",
  66. "keywords": [
  67. "http",
  68. "res",
  69. "vary"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "email": "doug@somethingdoug.com",
  75. "name": "dougwilson"
  76. },
  77. {
  78. "email": "jonathanrichardong@gmail.com",
  79. "name": "jongleberry"
  80. },
  81. {
  82. "email": "fishrock123@rocketmail.com",
  83. "name": "fishrock123"
  84. }
  85. ],
  86. "name": "vary",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jshttp/vary.git"
  92. },
  93. "scripts": {
  94. "test": "mocha --reporter spec --bail --check-leaks test/",
  95. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  96. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  97. },
  98. "version": "1.1.0"
  99. }