Ohm-Management - Projektarbeit B-ME
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.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  22. "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
  23. "_spec": "cookie-signature@1.0.6",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@learnboost.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/visionmedia/node-cookie-signature/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Sign and unsign cookies",
  36. "devDependencies": {
  37. "mocha": "*",
  38. "should": "*"
  39. },
  40. "homepage": "https://github.com/visionmedia/node-cookie-signature#readme",
  41. "keywords": [
  42. "cookie",
  43. "sign",
  44. "unsign"
  45. ],
  46. "license": "MIT",
  47. "main": "index",
  48. "name": "cookie-signature",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
  52. },
  53. "scripts": {
  54. "test": "mocha --require should --reporter spec"
  55. },
  56. "version": "1.0.6"
  57. }