package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "cookie-parser@^1.4.4",
  3. "_id": "cookie-parser@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==",
  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.4.tgz",
  22. "_shasum": "e6363de4ea98c3def9697b93421c09f30cf5d188",
  23. "_spec": "cookie-parser@^1.4.4",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  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.3.1",
  42. "cookie-signature": "1.0.6"
  43. },
  44. "deprecated": false,
  45. "description": "Parse HTTP request cookies",
  46. "devDependencies": {
  47. "deep-equal": "1.0.1",
  48. "eslint": "5.13.0",
  49. "eslint-config-standard": "12.0.0",
  50. "eslint-plugin-import": "2.16.0",
  51. "eslint-plugin-markdown": "1.0.0",
  52. "eslint-plugin-node": "7.0.1",
  53. "eslint-plugin-promise": "4.0.1",
  54. "eslint-plugin-standard": "4.0.0",
  55. "istanbul": "0.4.5",
  56. "mocha": "5.2.0",
  57. "supertest": "3.4.2"
  58. },
  59. "engines": {
  60. "node": ">= 0.8.0"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "HISTORY.md",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/expressjs/cookie-parser#readme",
  68. "keywords": [
  69. "cookie",
  70. "middleware"
  71. ],
  72. "license": "MIT",
  73. "name": "cookie-parser",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/expressjs/cookie-parser.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  83. },
  84. "version": "1.4.4"
  85. }