package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "cookie@0.4.2",
  3. "_id": "cookie@0.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie@0.4.2",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.2"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
  22. "_shasum": "0e41f24de5ecf317947c82fc789e06a884824432",
  23. "_spec": "cookie@0.4.2",
  24. "_where": "E:\\workspace\\cfd-front-admin\\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": "7.32.0",
  45. "eslint-plugin-markdown": "2.2.1",
  46. "mocha": "9.2.0",
  47. "nyc": "15.1.0",
  48. "top-sites": "1.1.85"
  49. },
  50. "engines": {
  51. "node": ">= 0.6"
  52. },
  53. "files": [
  54. "HISTORY.md",
  55. "LICENSE",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/cookie#readme",
  60. "keywords": [
  61. "cookie",
  62. "cookies"
  63. ],
  64. "license": "MIT",
  65. "name": "cookie",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jshttp/cookie.git"
  69. },
  70. "scripts": {
  71. "bench": "node benchmark/index.js",
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/",
  74. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  75. "test-cov": "nyc --reporter=html --reporter=text npm test",
  76. "update-bench": "node scripts/update-benchmark.js",
  77. "version": "node scripts/version-history.js && git add HISTORY.md"
  78. },
  79. "version": "0.4.2"
  80. }