package.json 2.1 KB

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