package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "long-timeout@0.1.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "long-timeout@0.1.1",
  9. "_id": "long-timeout@0.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==",
  12. "_location": "/long-timeout",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "long-timeout@0.1.1",
  18. "name": "long-timeout",
  19. "escapedName": "long-timeout",
  20. "rawSpec": "0.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.1"
  23. },
  24. "_requiredBy": [
  25. "/node-schedule"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/long-timeout/-/long-timeout-0.1.1.tgz",
  28. "_spec": "0.1.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Christian Tellnes",
  32. "email": "christian@tellnes.no",
  33. "url": "http://christian.tellnes.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tellnes/long-timeout/issues"
  37. },
  38. "description": "Long timeout makes it possible to have a timeout or interval that is longer than 24.8 days (2^31-1 milliseconds).",
  39. "homepage": "https://github.com/tellnes/long-timeout",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "long-timeout",
  43. "publishConfig": {
  44. "registry": "https://registry.npmjs.org/"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/tellnes/long-timeout.git"
  49. },
  50. "scripts": {
  51. "test": "echo \"Error: no test specified\" && exit 1"
  52. },
  53. "version": "0.1.1"
  54. }