package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "cookie-signature@1.0.6",
  5. "E:\\item\\newItem\\admin"
  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. "/vue-puzzle-vcode/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  29. "_spec": "1.0.6",
  30. "_where": "E:\\item\\newItem\\admin",
  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. }