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.
 
 
 
 

96 lines
3.3 KiB

{
"_args": [
[
"ipaddr.js@1.9.1",
"/home/user/dockydock/docker_nodejs_dev/node_modules/proxy-addr"
]
],
"_from": "ipaddr.js@1.9.1",
"_hasShrinkwrap": false,
"_id": "ipaddr.js@1.9.1",
"_inCache": true,
"_installable": true,
"_location": "/ipaddr.js",
"_nodeVersion": "10.15.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ipaddr.js_1.9.1_1563330499468_0.2217102903600776"
},
"_npmUser": {
"email": "whitequark@whitequark.org",
"name": "whitequark"
},
"_npmVersion": "5.8.0",
"_phantomChildren": {},
"_requested": {
"name": "ipaddr.js",
"raw": "ipaddr.js@1.9.1",
"rawSpec": "1.9.1",
"scope": null,
"spec": "1.9.1",
"type": "version"
},
"_requiredBy": [
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
"_shasum": "bff38543eeb8984825079ff3a2a8e6cbd46781b3",
"_shrinkwrap": null,
"_spec": "ipaddr.js@1.9.1",
"_where": "/home/user/dockydock/docker_nodejs_dev/node_modules/proxy-addr",
"author": {
"email": "whitequark@whitequark.org",
"name": "whitequark"
},
"bugs": {
"url": "https://github.com/whitequark/ipaddr.js/issues"
},
"dependencies": {},
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"devDependencies": {
"coffee-script": "~1.12.6",
"nodeunit": "^0.11.3",
"uglify-js": "~3.0.19"
},
"directories": {
"lib": "./lib"
},
"dist": {
"fileCount": 6,
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLofECRA9TVsSAnZWagAAuqsQAIOiqKtRllNg8pMg89ea\nLFtGW49UBn0+nYUg9CSQM/h8nOYi+NH6Puw5dpDasTWt2tRmPtzqx/1vxaFk\nPmg73w49mtBPAxu2YLngv8tSx4dNvsClTe5RpLvpZFmopIRQojKUl0VSj3RW\nMtbkj/KozwgiYzguvHwGhjIhjerutQ1zoH0kJCZCRvVeLJrkdyj/PPzvLyF2\n3MZ7peqpGXg4k92ljrN7Q49itLIdYtrcm3tv2659e2W80E63RJUw0Buw9IGl\nYGX/1EfpBKW2l3QADjgW9Lz7/3oWt7NEDWNGGw+kMsivfAFAIKDiZ93v5H1M\ntaH+cLv3rHJ1s3cgz8gdlp3VGunG/OfP179e9J19AvcsLKhJ/Kho+fz0OD7d\nAEg+wMFlRLP5QR+x9X4naIN44VgjMZkTWZq8blx5hvJVCqSPtnYuORfYJstu\npQx9lSmmZl2Ma2LRjtpXUnbgtUOXIYpvPhn2+OV7NN/RbrigOPFHEHYw9YDQ\ndvChMV7RSmvRvDS+9YDqB+71/pcJljeztfGkznErW6xqc1DtdKg6WCw6k58H\nUTGjiMj+vytXJ3g9YnN5OlTmRAZCDj1XaHWPpGybfnm5j8MPetary6Dobian\nSbAaS1eqlMEhPd1G5t1RsLOy1ePI80HsARHZDQhqUY2Kl0/vIgtnWsx3KPHc\nUDnk\r\n=j6kw\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "bff38543eeb8984825079ff3a2a8e6cbd46781b3",
"tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
"unpackedSize": 42145
},
"engines": {
"node": ">= 0.10"
},
"gitHead": "760416b27a4b348e7a39fdacfccd6cb047026c98",
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
"keywords": [
"ip",
"ipv4",
"ipv6"
],
"license": "MIT",
"main": "./lib/ipaddr.js",
"maintainers": [
{
"name": "whitequark",
"email": "whitequark@whitequark.org"
}
],
"name": "ipaddr.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/whitequark/ipaddr.js.git"
},
"scripts": {
"test": "cake build test"
},
"types": "./lib/ipaddr.js.d.ts",
"version": "1.9.1"
}