package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "muri@1.0.0",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "muri@1.0.0",
  9. "_id": "muri@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/muri",
  13. "_npmUser": {
  14. "email": "aaron.heckmann@gmail.com",
  15. "name": "aaron"
  16. },
  17. "_npmVersion": "1.4.4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "muri",
  21. "raw": "muri@1.0.0",
  22. "rawSpec": "1.0.0",
  23. "scope": null,
  24. "spec": "1.0.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mongoose"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/muri/-/muri-1.0.0.tgz",
  31. "_shasum": "de3bf6bd71d67eae71d76689b950d2de118695c6",
  32. "_shrinkwrap": null,
  33. "_spec": "muri@1.0.0",
  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/muri/issues"
  41. },
  42. "dependencies": {},
  43. "description": "MongoDB URI parser",
  44. "devDependencies": {
  45. "mocha": "1.21.5"
  46. },
  47. "directories": {},
  48. "dist": {
  49. "shasum": "de3bf6bd71d67eae71d76689b950d2de118695c6",
  50. "tarball": "https://registry.npmjs.org/muri/-/muri-1.0.0.tgz"
  51. },
  52. "homepage": "https://github.com/aheckmann/muri",
  53. "keywords": [
  54. "mongodb",
  55. "uri",
  56. "parser"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "maintainers": [
  61. {
  62. "email": "aaron.heckmann+github@gmail.com",
  63. "name": "aaron"
  64. }
  65. ],
  66. "name": "muri",
  67. "optionalDependencies": {},
  68. "readme": "ERROR: No README data found!",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/aheckmann/muri.git"
  72. },
  73. "scripts": {
  74. "test": "make test"
  75. },
  76. "version": "1.0.0"
  77. }