package.json 1.7 KB

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