package.json 3.0 KB

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