package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "vary@~1.0.1",
  3. "_id": "vary@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-meSYFWaihhGN+yuBc1ffeZM3bRA=",
  6. "_location": "/vary",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vary@~1.0.1",
  12. "name": "vary",
  13. "escapedName": "vary",
  14. "rawSpec": "~1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz",
  22. "_shasum": "99e4981566a286118dfb2b817357df7993376d10",
  23. "_spec": "vary@~1.0.1",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/vary/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Manipulate the HTTP Vary header",
  35. "devDependencies": {
  36. "istanbul": "0.3.17",
  37. "mocha": "2.2.5",
  38. "supertest": "1.0.1"
  39. },
  40. "engines": {
  41. "node": ">= 0.8"
  42. },
  43. "files": [
  44. "HISTORY.md",
  45. "LICENSE",
  46. "README.md",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jshttp/vary#readme",
  50. "keywords": [
  51. "http",
  52. "res",
  53. "vary"
  54. ],
  55. "license": "MIT",
  56. "name": "vary",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jshttp/vary.git"
  60. },
  61. "scripts": {
  62. "test": "mocha --reporter spec --bail --check-leaks test/",
  63. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  64. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  65. },
  66. "version": "1.0.1"
  67. }