package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "cookies@0.9.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "cookies@0.9.1",
  9. "_id": "cookies@0.9.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
  12. "_location": "/cookies",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cookies@0.9.1",
  18. "name": "cookies",
  19. "escapedName": "cookies",
  20. "rawSpec": "0.9.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.1"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/cookies/-/cookies-0.9.1.tgz",
  28. "_spec": "0.9.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Jed Schmidt",
  32. "email": "tr@nslator.jp",
  33. "url": "http://jed.is"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pillarjs/cookies/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "depd": "~2.0.0",
  46. "keygrip": "~1.1.0"
  47. },
  48. "description": "Cookies, optionally signed using Keygrip.",
  49. "devDependencies": {
  50. "eslint": "8.56.0",
  51. "express": "4.18.2",
  52. "mocha": "10.2.0",
  53. "nyc": "15.1.0",
  54. "restify": "8.6.1",
  55. "supertest": "6.3.3"
  56. },
  57. "engines": {
  58. "node": ">= 0.8"
  59. },
  60. "files": [
  61. "HISTORY.md",
  62. "LICENSE",
  63. "README.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/pillarjs/cookies#readme",
  67. "license": "MIT",
  68. "name": "cookies",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/pillarjs/cookies.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint .",
  75. "test": "mocha --require test/support/env --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. },
  79. "version": "0.9.1"
  80. }