项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "cookie@0.3.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cookie@0.3.1",
  10. "_id": "cookie@0.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
  13. "_location": "/cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cookie@0.3.1",
  19. "name": "cookie",
  20. "escapedName": "cookie",
  21. "rawSpec": "0.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
  29. "_spec": "0.3.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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. "istanbul": "0.4.3",
  47. "mocha": "1.21.5"
  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. "test": "mocha --reporter spec --bail --check-leaks test/",
  71. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  73. },
  74. "version": "0.3.1"
  75. }