package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "vary@1.1.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "vary@1.1.2",
  9. "_id": "vary@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
  12. "_location": "/vary",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vary@1.1.2",
  18. "name": "vary",
  19. "escapedName": "vary",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/vary/issues"
  36. },
  37. "description": "Manipulate the HTTP Vary header",
  38. "devDependencies": {
  39. "beautify-benchmark": "0.2.4",
  40. "benchmark": "2.1.4",
  41. "eslint": "3.19.0",
  42. "eslint-config-standard": "10.2.1",
  43. "eslint-plugin-import": "2.7.0",
  44. "eslint-plugin-markdown": "1.0.0-beta.6",
  45. "eslint-plugin-node": "5.1.1",
  46. "eslint-plugin-promise": "3.5.0",
  47. "eslint-plugin-standard": "3.0.1",
  48. "istanbul": "0.4.5",
  49. "mocha": "2.5.3",
  50. "supertest": "1.1.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.8"
  54. },
  55. "files": [
  56. "HISTORY.md",
  57. "LICENSE",
  58. "README.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/vary#readme",
  62. "keywords": [
  63. "http",
  64. "res",
  65. "vary"
  66. ],
  67. "license": "MIT",
  68. "name": "vary",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/vary.git"
  72. },
  73. "scripts": {
  74. "bench": "node benchmark/index.js",
  75. "lint": "eslint --plugin markdown --ext js,md .",
  76. "test": "mocha --reporter spec --bail --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  78. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  79. },
  80. "version": "1.1.2"
  81. }