package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "mquery@4.0.2",
  3. "_id": "mquery@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oAVF0Nil1mT3rxty6Zln4YiD6x6QsUWYz927jZzjMxOK2aqmhEz5JQ7xmrKK7xRFA2dwV+YaOpKU/S+vfNqKxA==",
  6. "_location": "/mquery",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mquery@4.0.2",
  12. "name": "mquery",
  13. "escapedName": "mquery",
  14. "rawSpec": "4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.2.tgz",
  22. "_shasum": "a13add5ecd7c2e5a67e0f814b3c7acdfb6772804",
  23. "_spec": "mquery@4.0.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongoose",
  25. "author": {
  26. "name": "Aaron Heckmann",
  27. "email": "aaron.heckmann+github@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/aheckmann/mquery/issues/new"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "4.x"
  35. },
  36. "deprecated": false,
  37. "description": "Expressive query building for MongoDB",
  38. "devDependencies": {
  39. "eslint": "8.x",
  40. "eslint-plugin-mocha-no-only": "1.1.1",
  41. "mocha": "9.x",
  42. "mongodb": "4.x"
  43. },
  44. "engines": {
  45. "node": ">=12.0.0"
  46. },
  47. "homepage": "https://github.com/aheckmann/mquery/",
  48. "keywords": [
  49. "mongodb",
  50. "query",
  51. "builder"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/mquery.js",
  55. "name": "mquery",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/aheckmann/mquery.git"
  59. },
  60. "scripts": {
  61. "fix-lint": "eslint . --fix",
  62. "lint": "eslint .",
  63. "test": "mocha test/index.js test/*.test.js"
  64. },
  65. "version": "4.0.2"
  66. }