package.json 1.5 KB

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