package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "cookie-parser@~1.4.4",
  3. "_id": "cookie-parser@1.4.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==",
  6. "_location": "/cookie-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cookie-parser@~1.4.4",
  12. "name": "cookie-parser",
  13. "escapedName": "cookie-parser",
  14. "rawSpec": "~1.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.4.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz",
  22. "_shasum": "3e572d4b7c0c80f9c61daf604e4336831b5d1d49",
  23. "_spec": "cookie-parser@~1.4.4",
  24. "_where": "/home/marcelovbcfilho/Documentos/git/ivprog-acessible",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca",
  28. "url": "http://tjholowaychuk.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/expressjs/cookie-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "cookie": "0.4.0",
  42. "cookie-signature": "1.0.6"
  43. },
  44. "deprecated": false,
  45. "description": "Parse HTTP request cookies",
  46. "devDependencies": {
  47. "eslint": "6.8.0",
  48. "eslint-config-standard": "14.1.0",
  49. "eslint-plugin-import": "2.20.1",
  50. "eslint-plugin-markdown": "1.0.2",
  51. "eslint-plugin-node": "11.0.0",
  52. "eslint-plugin-promise": "4.2.1",
  53. "eslint-plugin-standard": "4.0.1",
  54. "istanbul": "0.4.5",
  55. "mocha": "7.1.0",
  56. "supertest": "4.0.2"
  57. },
  58. "engines": {
  59. "node": ">= 0.8.0"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "HISTORY.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/expressjs/cookie-parser#readme",
  67. "keywords": [
  68. "cookie",
  69. "middleware"
  70. ],
  71. "license": "MIT",
  72. "name": "cookie-parser",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/expressjs/cookie-parser.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint --plugin markdown --ext js,md .",
  79. "test": "mocha --reporter spec --bail --check-leaks test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  81. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  82. },
  83. "version": "1.4.5"
  84. }