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.

60 lines
1.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cookie-signature@1.0.6",
  5. "/home/guest/socket"
  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": "/home/guest/socket",
  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. }