package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "cookie@0.6.0",
  3. "_id": "cookie@0.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie@0.6.0",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/express-session"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
  23. "_shasum": "2798b04b071b0ecbff0dbb62a505a8efa4e19051",
  24. "_spec": "cookie@0.6.0",
  25. "_where": "C:\\FatboarProject\\express-server\\node_modules\\express",
  26. "author": {
  27. "name": "Roman Shtylman",
  28. "email": "shtylman@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jshttp/cookie/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "HTTP server cookie parsing and serialization",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "eslint": "8.53.0",
  46. "eslint-plugin-markdown": "3.0.1",
  47. "mocha": "10.2.0",
  48. "nyc": "15.1.0",
  49. "safe-buffer": "5.2.1",
  50. "top-sites": "1.1.194"
  51. },
  52. "engines": {
  53. "node": ">= 0.6"
  54. },
  55. "files": [
  56. "HISTORY.md",
  57. "LICENSE",
  58. "README.md",
  59. "SECURITY.md",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jshttp/cookie#readme",
  63. "keywords": [
  64. "cookie",
  65. "cookies"
  66. ],
  67. "license": "MIT",
  68. "name": "cookie",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/cookie.git"
  72. },
  73. "scripts": {
  74. "bench": "node benchmark/index.js",
  75. "lint": "eslint .",
  76. "test": "mocha --reporter spec --bail --check-leaks test/",
  77. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  78. "test-cov": "nyc --reporter=html --reporter=text npm test",
  79. "update-bench": "node scripts/update-benchmark.js",
  80. "version": "node scripts/version-history.js && git add HISTORY.md"
  81. },
  82. "version": "0.6.0"
  83. }