package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. ],
  21. "_resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.6.0.tgz",
  22. "_shasum": "2798b04b071b0ecbff0dbb62a505a8efa4e19051",
  23. "_spec": "cookie@0.6.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\express",
  25. "author": {
  26. "name": "Roman Shtylman",
  27. "email": "shtylman@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/cookie/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "HTTP server cookie parsing and serialization",
  41. "devDependencies": {
  42. "beautify-benchmark": "0.2.4",
  43. "benchmark": "2.1.4",
  44. "eslint": "8.53.0",
  45. "eslint-plugin-markdown": "3.0.1",
  46. "mocha": "10.2.0",
  47. "nyc": "15.1.0",
  48. "safe-buffer": "5.2.1",
  49. "top-sites": "1.1.194"
  50. },
  51. "engines": {
  52. "node": ">= 0.6"
  53. },
  54. "files": [
  55. "HISTORY.md",
  56. "LICENSE",
  57. "README.md",
  58. "SECURITY.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/cookie#readme",
  62. "keywords": [
  63. "cookie",
  64. "cookies"
  65. ],
  66. "license": "MIT",
  67. "name": "cookie",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jshttp/cookie.git"
  71. },
  72. "scripts": {
  73. "bench": "node benchmark/index.js",
  74. "lint": "eslint .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  77. "test-cov": "nyc --reporter=html --reporter=text npm test",
  78. "update-bench": "node scripts/update-benchmark.js",
  79. "version": "node scripts/version-history.js && git add HISTORY.md"
  80. },
  81. "version": "0.6.0"
  82. }