package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "mquery@1.6.1",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "mquery@1.6.1",
  9. "_id": "mquery@1.6.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mquery",
  13. "_npmUser": {
  14. "email": "val@karpov.io",
  15. "name": "vkarpov15"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "mquery",
  21. "raw": "mquery@1.6.1",
  22. "rawSpec": "1.6.1",
  23. "scope": null,
  24. "spec": "1.6.1",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mongoose"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/mquery/-/mquery-1.6.1.tgz",
  31. "_shasum": "d7a9ce28e6feecb8a49830f1fc6809d6a422d059",
  32. "_shrinkwrap": null,
  33. "_spec": "mquery@1.6.1",
  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/mquery/issues/new"
  41. },
  42. "dependencies": {
  43. "bluebird": "2.9.26",
  44. "debug": "2.2.0",
  45. "regexp-clone": "0.0.1",
  46. "sliced": "0.0.5"
  47. },
  48. "description": "Expressive query building for MongoDB",
  49. "devDependencies": {
  50. "istanbul": "0.3.2",
  51. "mocha": "1.9.x",
  52. "mongodb": "1.4.38"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "d7a9ce28e6feecb8a49830f1fc6809d6a422d059",
  57. "tarball": "https://registry.npmjs.org/mquery/-/mquery-1.6.1.tgz"
  58. },
  59. "gitHead": "3ff8043070166b0b990832a150241e3f63ead818",
  60. "homepage": "https://github.com/aheckmann/mquery/",
  61. "keywords": [
  62. "mongodb",
  63. "query",
  64. "builder"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/mquery.js",
  68. "maintainers": [
  69. {
  70. "email": "aaron.heckmann+github@gmail.com",
  71. "name": "aaron"
  72. },
  73. {
  74. "email": "ebensing38@gmail.com",
  75. "name": "ebensing"
  76. },
  77. {
  78. "email": "valkar207@gmail.com",
  79. "name": "vkarpov15"
  80. }
  81. ],
  82. "name": "mquery",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/aheckmann/mquery.git"
  88. },
  89. "scripts": {
  90. "test": "make test"
  91. },
  92. "version": "1.6.1"
  93. }