package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "cookie@0.3.1",
  3. "_id": "cookie@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie@0.3.1",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/cookie-parser",
  20. "/express",
  21. "/express-session"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
  24. "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
  25. "_spec": "cookie@0.3.1",
  26. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\cookie-parser",
  27. "author": {
  28. "name": "Roman Shtylman",
  29. "email": "shtylman@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jshttp/cookie/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "HTTP server cookie parsing and serialization",
  43. "devDependencies": {
  44. "istanbul": "0.4.3",
  45. "mocha": "1.21.5"
  46. },
  47. "engines": {
  48. "node": ">= 0.6"
  49. },
  50. "files": [
  51. "HISTORY.md",
  52. "LICENSE",
  53. "README.md",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jshttp/cookie#readme",
  57. "keywords": [
  58. "cookie",
  59. "cookies"
  60. ],
  61. "license": "MIT",
  62. "name": "cookie",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jshttp/cookie.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec --bail --check-leaks test/",
  69. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  71. },
  72. "version": "0.3.1"
  73. }