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.
 
 
 
 

141 lines
3.7 KiB

{
"_args": [
[
"statuses@~1.5.0",
"/home/user/dockydock/docker_nodejs_dev/node_modules/express"
]
],
"_from": "statuses@>=1.5.0 <1.6.0",
"_hasShrinkwrap": false,
"_id": "statuses@1.5.0",
"_inCache": true,
"_installable": true,
"_location": "/statuses",
"_nodeVersion": "6.13.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/statuses_1.5.0_1522201397898_0.27375877363523005"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "statuses",
"raw": "statuses@~1.5.0",
"rawSpec": "~1.5.0",
"scope": null,
"spec": ">=1.5.0 <1.6.0",
"type": "range"
},
"_requiredBy": [
"/express",
"/finalhandler",
"/http-errors",
"/send"
],
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
"_shrinkwrap": null,
"_spec": "statuses@~1.5.0",
"_where": "/home/user/dockydock/docker_nodejs_dev/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/statuses/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {},
"description": "HTTP status utility",
"devDependencies": {
"csv-parse": "1.2.4",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "1.21.5",
"raw-body": "2.3.2",
"stream-to-array": "2.3.0"
},
"directories": {},
"dist": {
"fileCount": 6,
"shasum": "161c7dac177659fd9811f43771fa99381478628c",
"tarball": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"unpackedSize": 11034
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"codes.json",
"index.js"
],
"gitHead": "4fcf6fb80ef50e8f0603b87946b0fa7868c815e7",
"homepage": "https://github.com/jshttp/statuses#readme",
"keywords": [
"code",
"http",
"status"
],
"license": "MIT",
"maintainers": [
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "statuses",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/statuses.git"
},
"scripts": {
"build": "node scripts/build.js",
"fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --check-leaks --bail test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"update": "npm run fetch && npm run build"
},
"version": "1.5.0"
}