package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "cookie-parser",
  3. "description": "cookie parsing with signatures",
  4. "version": "1.3.3",
  5. "author": {
  6. "name": "TJ Holowaychuk",
  7. "email": "tj@vision-media.ca",
  8. "url": "http://tjholowaychuk.com"
  9. },
  10. "licenses": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/expressjs/cookie-parser"
  14. },
  15. "keywords": [
  16. "cookie",
  17. "middleware"
  18. ],
  19. "dependencies": {
  20. "cookie": "0.1.2",
  21. "cookie-signature": "1.0.5"
  22. },
  23. "devDependencies": {
  24. "istanbul": "0.3.2",
  25. "mocha": "~1.21.4",
  26. "supertest": "~0.13.0"
  27. },
  28. "files": [
  29. "lib/",
  30. "LICENSE",
  31. "HISTORY.md",
  32. "index.js"
  33. ],
  34. "engines": {
  35. "node": ">= 0.8.0"
  36. },
  37. "scripts": {
  38. "test": "mocha --reporter spec --bail --check-leaks test/",
  39. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  40. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  41. },
  42. "gitHead": "893bf91a8a4e49c63b6e32065991b13a7d27ed4c",
  43. "bugs": {
  44. "url": "https://github.com/expressjs/cookie-parser/issues"
  45. },
  46. "homepage": "https://github.com/expressjs/cookie-parser",
  47. "_id": "cookie-parser@1.3.3",
  48. "_shasum": "7e3a2c745f4b460d5a340e578a0baa5d7725fe37",
  49. "_from": "cookie-parser@^1.3.2",
  50. "_npmVersion": "1.4.21",
  51. "_npmUser": {
  52. "name": "dougwilson",
  53. "email": "doug@somethingdoug.com"
  54. },
  55. "maintainers": [
  56. {
  57. "name": "shtylman",
  58. "email": "shtylman@gmail.com"
  59. },
  60. {
  61. "name": "dougwilson",
  62. "email": "doug@somethingdoug.com"
  63. }
  64. ],
  65. "dist": {
  66. "shasum": "7e3a2c745f4b460d5a340e578a0baa5d7725fe37",
  67. "tarball": "http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.3.tgz"
  68. },
  69. "directories": {},
  70. "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.3.tgz"
  71. }