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.
 
 
 
 

118 lines
4.0 KiB

{
"_args": [
[
"bson@^1.1.4",
"/home/user/dockydock/docker_nodejs_dev/node_modules/mongoose"
]
],
"_from": "bson@>=1.1.4 <2.0.0",
"_hasShrinkwrap": false,
"_id": "bson@1.1.4",
"_inCache": true,
"_installable": true,
"_location": "/bson",
"_nodeVersion": "8.16.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bson_1.1.4_1585050997763_0.1375353493086151"
},
"_npmUser": {
"email": "mbroadst@gmail.com",
"name": "mbroadst"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"name": "bson",
"raw": "bson@^1.1.4",
"rawSpec": "^1.1.4",
"scope": null,
"spec": ">=1.1.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/mongodb",
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.4.tgz",
"_shasum": "f76870d799f15b854dffb7ee32f0a874797f7e89",
"_shrinkwrap": null,
"_spec": "bson@^1.1.4",
"_where": "/home/user/dockydock/docker_nodejs_dev/node_modules/mongoose",
"author": {
"email": "christkv@gmail.com",
"name": "Christian Amor Kvalheim"
},
"browser": "lib/bson/bson.js",
"bugs": {
"url": "https://github.com/mongodb/js-bson/issues"
},
"config": {
"native": false
},
"contributors": [],
"dependencies": {},
"description": "A bson parser for node.js and the browser",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"benchmark": "1.0.0",
"colors": "1.1.0",
"conventional-changelog-cli": "^1.3.5",
"nodeunit": "0.9.0",
"webpack": "^1.13.2",
"webpack-polyfills-plugin": "0.0.9"
},
"directories": {
"lib": "./lib/bson"
},
"dist": {
"fileCount": 28,
"integrity": "sha512-S/yKGU1syOMzO86+dGpg2qGoDL0zvzcb262G+gqEy6TgP6rt6z6qxSFX/8X6vLC91P7G7C3nLs0+bvDzmvBA3Q==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeefV2CRA9TVsSAnZWagAAJJ4P+QG18fhYsP0vA6r6gSZr\ndtddBSk/0JWcmtXM2fuPqkcCbcX/roU7lbmxer20M0dJEwVu/iromoAV6u35\nEsiQ9LXYhy1KYeRkFRWDpsh2yVvXzhdn9DG16Dcmqk+3qpSn5lGMQvrQGzv0\ni6golLGxjcEBsSiw65OndWUsgVcihrHKI7J15w18UxR17aw4gCZIjoHVzC02\nkmGLtBGpYskqUb+fkV51l/ss7n4OkY8YojNGTbq4/NWMRqLhbbOCR0xuaYtU\nM5DQejOm32K64pBSjnAarEaGvIXVV9j3EusVyn8oGPJ9XWDp62HP+LwEMsQe\nE1Uh9syJEMqLY3z5U+KHNWGX3e4TJ3nDxcHpYWkGSdt5/Q4dnCKbKvgg8+uE\npJfQlZE2i9A57/oWwpYY8E68Ab1C09DyqwvwhziUGkm+XAMVJKKjTE8Tyrfa\nvvgKpzBbXZ3++y1ecSFq/IJJ/IjUVUZNTbWoGHne97Ndv0zODoubtNJZvuYS\nsmLvKOocZpe9uLz4qolH4RBut9emPMJtXpwe6iKoHe8Y0GZXxuaRZt+40Khc\nRVWm8QWRa9+Dtmmjp4/R0a++Tb/7KlRRguW+Z9QJglbg2bTgxEM8cA5WgQ++\nIBf+HC2dWXvyU2WWaeFXvnj+A0g3wmnWDZQbFKTo/pV3cEMDHup6hBC2u5Eo\n9jUl\r\n=Orm/\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "f76870d799f15b854dffb7ee32f0a874797f7e89",
"tarball": "https://registry.npmjs.org/bson/-/bson-1.1.4.tgz",
"unpackedSize": 772838
},
"engines": {
"node": ">=0.6.19"
},
"gitHead": "6e782dac6a110509097077ee5edd311977f32522",
"homepage": "https://github.com/mongodb/js-bson#readme",
"keywords": [
"bson",
"mongodb",
"parser"
],
"license": "Apache-2.0",
"main": "./index",
"maintainers": [
{
"name": "daprahamian",
"email": "dan.aprahamian@gmail.com"
},
{
"name": "mbroadst",
"email": "mbroadst@gmail.com"
}
],
"name": "bson",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mongodb/js-bson.git"
},
"scripts": {
"build": "webpack --config ./webpack.dist.config.js",
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
"lint": "eslint lib test",
"test": "nodeunit ./test/node"
},
"version": "1.1.4"
}