package.json 2.2 KB

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