package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "cookie-parser@^1.3.5",
  3. "_id": "cookie-parser@1.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
  6. "_location": "/cookie-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cookie-parser@^1.3.5",
  12. "name": "cookie-parser",
  13. "escapedName": "cookie-parser",
  14. "rawSpec": "^1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.5"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
  23. "_shasum": "0fe31fa19d000b95f4aadf1f53fdc2b8a203baa5",
  24. "_spec": "cookie-parser@^1.3.5",
  25. "_where": "C:\\Bitbucket\\apacsys-apacsystem\\VaporRecoveryMonitor\\server",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca",
  29. "url": "http://tjholowaychuk.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/expressjs/cookie-parser/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "cookie": "0.3.1",
  43. "cookie-signature": "1.0.6"
  44. },
  45. "deprecated": false,
  46. "description": "cookie parsing with signatures",
  47. "devDependencies": {
  48. "istanbul": "0.4.3",
  49. "mocha": "2.5.3",
  50. "supertest": "1.1.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.8.0"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "HISTORY.md",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/expressjs/cookie-parser#readme",
  61. "keywords": [
  62. "cookie",
  63. "middleware"
  64. ],
  65. "license": "MIT",
  66. "name": "cookie-parser",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/expressjs/cookie-parser.git"
  70. },
  71. "scripts": {
  72. "test": "mocha --reporter spec --bail --check-leaks test/",
  73. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  74. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  75. },
  76. "version": "1.4.3"
  77. }