package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "thunkify-wrap@~1.0.2",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "thunkify-wrap@>=1.0.2 <1.1.0",
  9. "_id": "thunkify-wrap@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/thunkify-wrap",
  13. "_npmUser": {
  14. "email": "dead_horse@qq.com",
  15. "name": "dead_horse"
  16. },
  17. "_npmVersion": "2.0.0-beta.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "thunkify-wrap",
  21. "raw": "thunkify-wrap@~1.0.2",
  22. "rawSpec": "~1.0.2",
  23. "scope": null,
  24. "spec": ">=1.0.2 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/thunkify-wrap/-/thunkify-wrap-1.0.4.tgz",
  31. "_shasum": "b52be548ddfefda20e00b58c6096762b43dd6880",
  32. "_shrinkwrap": null,
  33. "_spec": "thunkify-wrap@~1.0.2",
  34. "_where": "D:\\work\\im",
  35. "bugs": {
  36. "url": "https://github.com/dead-horse/node-thunkify-wrap/issues"
  37. },
  38. "dependencies": {
  39. "enable": "1"
  40. },
  41. "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
  42. "devDependencies": {
  43. "co": "*",
  44. "co-mocha": "*",
  45. "mocha": "*",
  46. "should": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "b52be548ddfefda20e00b58c6096762b43dd6880",
  51. "tarball": "https://registry.npmjs.org/thunkify-wrap/-/thunkify-wrap-1.0.4.tgz"
  52. },
  53. "gitHead": "0f707c8ab518578ae48c04c8e940c34c3e7851d0",
  54. "homepage": "https://github.com/dead-horse/node-thunkify-wrap",
  55. "keywords": [
  56. "thunk",
  57. "co",
  58. "generator",
  59. "generators",
  60. "promise"
  61. ],
  62. "license": "MIT",
  63. "maintainers": [
  64. {
  65. "email": "dead_horse@qq.com",
  66. "name": "dead_horse"
  67. },
  68. {
  69. "email": "fengmk2@gmail.com",
  70. "name": "fengmk2"
  71. }
  72. ],
  73. "name": "thunkify-wrap",
  74. "optionalDependencies": {},
  75. "readme": "ERROR: No README data found!",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/dead-horse/node-thunkify-wrap.git"
  79. },
  80. "scripts": {},
  81. "version": "1.0.4"
  82. }