package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "ko-sleep@1.0.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "ko-sleep@1.0.3",
  9. "_id": "ko-sleep@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-KKKgoUhei39BX/SI3uF9JHiKsII= sha512-HzeGeKX+6zZ5dkULkKFwXaU1VC6dOLEiv7HoCKYZzGi2fPTQcHn90VNjMw5T/bfZ2tBdund2y/aMUNDaE0CYWQ==",
  12. "_location": "/ko-sleep",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ko-sleep@1.0.3",
  18. "name": "ko-sleep",
  19. "escapedName": "ko-sleep",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/mz-modules"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ko-sleep/-/ko-sleep-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  30. "author": {
  31. "name": "alsotang",
  32. "email": "alsotang@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/alsotang/ko-sleep/issues"
  36. },
  37. "dependencies": {
  38. "ms": "^2.0.0"
  39. },
  40. "description": "a promise just sleep Zzzz...",
  41. "devDependencies": {
  42. "co-mocha": "^1.1.2",
  43. "mocha": "^2.3.3",
  44. "should": "^7.1.1"
  45. },
  46. "homepage": "https://github.com/alsotang/ko-sleep#readme",
  47. "keywords": [
  48. "co",
  49. "sleep",
  50. "generator",
  51. "yield"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "ko-sleep",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/alsotang/ko-sleep.git"
  59. },
  60. "scripts": {
  61. "test": "make test"
  62. },
  63. "version": "1.0.3"
  64. }