Simple Chat Room in NodeJS, expressJS and mongoDB in Docker Swarm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

150 lines
4.3 KiB

{
"_args": [
[
"mquery@3.2.2",
"/home/user/dockydock/docker_nodejs_dev/node_modules/mongoose"
]
],
"_from": "mquery@3.2.2",
"_hasShrinkwrap": false,
"_id": "mquery@3.2.2",
"_inCache": true,
"_installable": true,
"_location": "/mquery",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mquery_3.2.2_1569174208916_0.691751805301654"
},
"_npmUser": {
"email": "val@karpov.io",
"name": "vkarpov15"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"name": "mquery",
"raw": "mquery@3.2.2",
"rawSpec": "3.2.2",
"scope": null,
"spec": "3.2.2",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz",
"_shasum": "e1383a3951852ce23e37f619a9b350f1fb3664e7",
"_shrinkwrap": null,
"_spec": "mquery@3.2.2",
"_where": "/home/user/dockydock/docker_nodejs_dev/node_modules/mongoose",
"author": {
"email": "aaron.heckmann+github@gmail.com",
"name": "Aaron Heckmann"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"dependencies": {
"bluebird": "3.5.1",
"debug": "3.1.0",
"regexp-clone": "^1.0.0",
"safe-buffer": "5.1.2",
"sliced": "1.0.1"
},
"description": "Expressive query building for MongoDB",
"devDependencies": {
"eslint": "5.x",
"mocha": "4.1.0",
"mongodb": "3.1.1"
},
"directories": {},
"dist": {
"fileCount": 20,
"integrity": "sha512-XB52992COp0KP230I3qloVUbkLUxJIu328HBP2t2EsxSFtf4W1HPSOBWOXf1bqxK4Xbb66lfMJ+Bpfd9/yZE1Q==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdh7LBCRA9TVsSAnZWagAAaqwQAKAvwKlvGfwhp52gfQGx\n6J07o1XiSxD9SMeKFH/ynRzq+QfIG8pTgE2KwHDdCJ3VPg9VuOmmGG1agfQ3\ncHnP30kJAiJ1kQVWDuS5e5Ep+SSqBBVma15BCjadulKF6XsT/ckFh1KjAr0W\n43CbmW+4fhfmgKWdWGpKpqMRUUcD/KR7RdzNKddRk3Jw+24LCi6HxvWvaSZ2\nuQ04RnE+hjwpQXtKQ3VfHeYYsQ+1TYB3EW8QUhiOv/eKimVJR3RbyOlj+FLT\n3sNu5/iXbSfQnJwdSmJBMNqNWAWFt3raMAtXzHwEkePMQikWJAC2VloBcaw8\nvX2G1Tt0DanBp12VaipzF2EmEAHRcnoy8PWKV1OVrvT0OZeMLOzgKubw6mK6\nlW/XfNO9Cyybg8QbKwvjo0LI9huEW2MrYdw3UFfEAgLfDYTDH4bGKndmO/gX\nNAR2JGSQP68PAfXYNUmoLrcK7Pq9O08J3jYXvXKNb1q6h5IzOQ/5Mu8wEr6N\nqq88UtNa+61kSU4YRUC0cNVV8d8K23hVNMmIt8YGp4Hv90MVUzY3SqOExGec\ntFsyADf3YcloB5xquyJucCmYibHv2ZN0u78NN4tnpMPwL8Y946W2nDYv/N93\n7DPXEvT9XOX5MZcC1JS1MI3zSW8jIBneO10TPms3l2IMLTxQoEqbxNjUK0T9\nH5Nb\r\n=cwY4\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "e1383a3951852ce23e37f619a9b350f1fb3664e7",
"tarball": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz",
"unpackedSize": 246135
},
"engines": {
"node": ">=4.0.0"
},
"eslintConfig": {
"env": {
"es6": false,
"mocha": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 5
},
"rules": {
"comma-style": "error",
"consistent-this": [
"_this",
"error"
],
"func-call-spacing": "error",
"indent": [
2,
{
"SwitchCase": 1,
"VariableDeclarator": 2
},
"error"
],
"keyword-spacing": "error",
"no-console": "off",
"no-multi-spaces": "error",
"no-trailing-spaces": "error",
"quotes": [
"error",
"single"
],
"semi": "error",
"space-before-blocks": "error",
"space-before-function-paren": [
"error",
"never"
],
"space-infix-ops": "error",
"space-unary-ops": "error"
}
},
"gitHead": "6d3e0c758917206e56448b572cc1cdbd7394acff",
"homepage": "https://github.com/aheckmann/mquery/",
"keywords": [
"builder",
"mongodb",
"query"
],
"license": "MIT",
"main": "lib/mquery.js",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "vkarpov15",
"email": "val@karpov.io"
}
],
"name": "mquery",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"scripts": {
"fix-lint": "eslint . --fix",
"lint": "eslint .",
"test": "mocha test/index.js test/*.test.js"
},
"version": "3.2.2"
}