You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "vary@~1.1.2",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "vary@>=1.1.2 <1.2.0",
  9. "_id": "vary@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/vary",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/vary-1.1.2.tgz_1506217630296_0.28528453782200813"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "vary",
  26. "raw": "vary@~1.1.2",
  27. "rawSpec": "~1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/express"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  36. "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
  37. "_shrinkwrap": null,
  38. "_spec": "vary@~1.1.2",
  39. "_where": "/var/www/noelle.codes/node/node_modules/express",
  40. "author": {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jshttp/vary/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Manipulate the HTTP Vary header",
  49. "devDependencies": {
  50. "beautify-benchmark": "0.2.4",
  51. "benchmark": "2.1.4",
  52. "eslint": "3.19.0",
  53. "eslint-config-standard": "10.2.1",
  54. "eslint-plugin-import": "2.7.0",
  55. "eslint-plugin-markdown": "1.0.0-beta.6",
  56. "eslint-plugin-node": "5.1.1",
  57. "eslint-plugin-promise": "3.5.0",
  58. "eslint-plugin-standard": "3.0.1",
  59. "istanbul": "0.4.5",
  60. "mocha": "2.5.3",
  61. "supertest": "1.1.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
  66. "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.8"
  70. },
  71. "files": [
  72. "HISTORY.md",
  73. "LICENSE",
  74. "README.md",
  75. "index.js"
  76. ],
  77. "gitHead": "4067e646233fbc8ec9e7a9cd78d6f063c6fdc17e",
  78. "homepage": "https://github.com/jshttp/vary#readme",
  79. "keywords": [
  80. "http",
  81. "res",
  82. "vary"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "dougwilson",
  88. "email": "doug@somethingdoug.com"
  89. }
  90. ],
  91. "name": "vary",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jshttp/vary.git"
  97. },
  98. "scripts": {
  99. "bench": "node benchmark/index.js",
  100. "lint": "eslint --plugin markdown --ext js,md .",
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  103. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  104. },
  105. "version": "1.1.2"
  106. }