package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
  22. "_shasum": "afd713fe26ebd21ba95ceb61f9a8116e50a537d1",
  23. "_spec": "[email protected]",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/express",
  25. "author": {
  26. "name": "Roman Shtylman",
  27. "email": "[email protected]"
  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": "[email protected]"
  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": "6.8.0",
  45. "eslint-plugin-markdown": "1.0.2",
  46. "mocha": "7.1.1",
  47. "nyc": "15.0.1"
  48. },
  49. "engines": {
  50. "node": ">= 0.6"
  51. },
  52. "files": [
  53. "HISTORY.md",
  54. "LICENSE",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/cookie#readme",
  59. "keywords": [
  60. "cookie",
  61. "cookies"
  62. ],
  63. "license": "MIT",
  64. "name": "cookie",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jshttp/cookie.git"
  68. },
  69. "scripts": {
  70. "bench": "node benchmark/index.js",
  71. "lint": "eslint --plugin markdown --ext js,md .",
  72. "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/",
  73. "test-ci": "nyc --reporter=text npm test",
  74. "test-cov": "nyc --reporter=html --reporter=text npm test",
  75. "version": "node scripts/version-history.js && git add HISTORY.md"
  76. },
  77. "version": "0.4.1"
  78. }