package.json 1.5 KB

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