package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "promise-timeout@^1.3.0",
  3. "_id": "promise-timeout@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5yANTE0tmi5++POym6OgtFmwfDvOXABD9oj/jLQr5GPEyuNEb7jH4wbbANJceJid49jwhi1RddxnhnEAb/doqg==",
  6. "_location": "/promise-timeout",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "promise-timeout@^1.3.0",
  12. "name": "promise-timeout",
  13. "escapedName": "promise-timeout",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/leancloud-realtime",
  20. "/leancloud-storage"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/promise-timeout/-/promise-timeout-1.3.0.tgz",
  23. "_shasum": "d1c78dd50a607d5f0a5207410252a3a0914e1014",
  24. "_spec": "promise-timeout@^1.3.0",
  25. "_where": "D:\\website\\Other\\score\\node_modules\\leancloud-storage",
  26. "author": {
  27. "name": "David M. Lee, II",
  28. "email": "leedm777@yahoo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/building5/promise-timeout/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple timeouts for promises",
  36. "devDependencies": {
  37. "mocha": "^3.2.0"
  38. },
  39. "homepage": "https://github.com/building5/promise-timeout#readme",
  40. "keywords": [
  41. "promise",
  42. "timeout"
  43. ],
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "promise-timeout",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/building5/promise-timeout.git"
  50. },
  51. "scripts": {
  52. "test": "mocha"
  53. },
  54. "version": "1.3.0"
  55. }