package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "mpromise@0.5.4",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "mpromise@0.5.4",
  9. "_id": "mpromise@0.5.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mpromise",
  13. "_npmUser": {
  14. "email": "refael@empeeric.com",
  15. "name": "refack"
  16. },
  17. "_npmVersion": "1.3.26",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "mpromise",
  21. "raw": "mpromise@0.5.4",
  22. "rawSpec": "0.5.4",
  23. "scope": null,
  24. "spec": "0.5.4",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mongoose"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz",
  31. "_shasum": "b610613ec6de37419f944b35f0783b4de9f5dc75",
  32. "_shrinkwrap": null,
  33. "_spec": "mpromise@0.5.4",
  34. "_where": "D:\\work\\im\\node_modules\\mongoose",
  35. "author": {
  36. "email": "aaron.heckmann+github@gmail.com",
  37. "name": "Aaron Heckmann"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/aheckmann/mpromise/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Promises A+ conformant implementation",
  44. "devDependencies": {
  45. "mocha": "1.17.1",
  46. "promises-aplus-tests": "2.0.3"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "b610613ec6de37419f944b35f0783b4de9f5dc75",
  51. "tarball": "https://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz"
  52. },
  53. "homepage": "https://github.com/aheckmann/mpromise",
  54. "keywords": [
  55. "promise",
  56. "mongoose",
  57. "aplus",
  58. "a+",
  59. "plus"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/promise.js",
  63. "maintainers": [
  64. {
  65. "email": "aaron.heckmann+github@gmail.com",
  66. "name": "aaron"
  67. },
  68. {
  69. "email": "refael@empeeric.com",
  70. "name": "refack"
  71. }
  72. ],
  73. "name": "mpromise",
  74. "optionalDependencies": {},
  75. "publishConfig": {
  76. "tag": "beta"
  77. },
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/aheckmann/mpromise.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "version": "0.5.4"
  87. }