package.json 1.4 KB

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