package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "cookie-signature@1.0.6",
  3. "_id": "cookie-signature@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
  6. "_location": "/cookie-signature",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie-signature@1.0.6",
  12. "name": "cookie-signature",
  13. "escapedName": "cookie-signature",
  14. "rawSpec": "1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/cookie-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  23. "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
  24. "_spec": "cookie-signature@1.0.6",
  25. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\cookie-parser",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@learnboost.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/node-cookie-signature/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Sign and unsign cookies",
  37. "devDependencies": {
  38. "mocha": "*",
  39. "should": "*"
  40. },
  41. "homepage": "https://github.com/visionmedia/node-cookie-signature#readme",
  42. "keywords": [
  43. "cookie",
  44. "sign",
  45. "unsign"
  46. ],
  47. "license": "MIT",
  48. "main": "index",
  49. "name": "cookie-signature",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
  53. },
  54. "scripts": {
  55. "test": "mocha --require should --reporter spec"
  56. },
  57. "version": "1.0.6"
  58. }