package.json 2.1 KB

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