package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "cookie@0.5.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cookie@0.5.0",
  10. "_id": "cookie@0.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  13. "_location": "/cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cookie@0.5.0",
  19. "name": "cookie",
  20. "escapedName": "cookie",
  21. "rawSpec": "0.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.0"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
  29. "_spec": "0.5.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  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.2",
  51. "nyc": "15.1.0",
  52. "safe-buffer": "5.2.1",
  53. "top-sites": "1.1.97"
  54. },
  55. "engines": {
  56. "node": ">= 0.6"
  57. },
  58. "files": [
  59. "HISTORY.md",
  60. "LICENSE",
  61. "README.md",
  62. "SECURITY.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/cookie#readme",
  66. "keywords": [
  67. "cookie",
  68. "cookies"
  69. ],
  70. "license": "MIT",
  71. "name": "cookie",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jshttp/cookie.git"
  75. },
  76. "scripts": {
  77. "bench": "node benchmark/index.js",
  78. "lint": "eslint .",
  79. "test": "mocha --reporter spec --bail --check-leaks test/",
  80. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  81. "test-cov": "nyc --reporter=html --reporter=text npm test",
  82. "update-bench": "node scripts/update-benchmark.js",
  83. "version": "node scripts/version-history.js && git add HISTORY.md"
  84. },
  85. "version": "0.5.0"
  86. }