mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 12:45:01 +02:00
121 lines
3.1 KiB
JSON
121 lines
3.1 KiB
JSON
{
|
|
"_from": "server",
|
|
"_id": "server@1.0.27",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bwrbLCFYOozl/XGc+AxGsWbKBEYX/sQ6ga0uXEBlMwBlYU1Pxcdfg3Af8OJwR9N3A180fYZQY1LWagDSgSqQqg==",
|
|
"_location": "/server",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "server",
|
|
"name": "server",
|
|
"escapedName": "server",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/server/-/server-1.0.27.tgz",
|
|
"_shasum": "7ae0b7d3128d28ce5bf5125b2a48e37bb136c348",
|
|
"_spec": "server",
|
|
"_where": "/home/runner/Socketio-Chat-Template",
|
|
"author": {
|
|
"name": "Francisco Presencia",
|
|
"email": "public@francisco.io",
|
|
"url": "https://francisco.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/franciscop/server/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"compression": "^1.6.2",
|
|
"connect-redis": "^3.3.0",
|
|
"cookie-parser": "^1.4.3",
|
|
"csurf": "^1.9.0",
|
|
"dotenv": "^4.0.0",
|
|
"express": "^4.14.0",
|
|
"express-data-parser": "^1.2.0",
|
|
"express-session": "^1.14.2",
|
|
"extend": "^3.0.0",
|
|
"hbs": "^4.1.0",
|
|
"helmet": "^3.9.0",
|
|
"loadware": "^2.0.0",
|
|
"log": "^1.4.0",
|
|
"method-override": "^2.3.10",
|
|
"mz": "^2.6.0",
|
|
"path-to-regexp": "^0.1.7",
|
|
"pug": "^2.0.0-rc.4",
|
|
"response-time": "^2.3.2",
|
|
"serve-favicon": "^2.3.2",
|
|
"serve-index": "^1.8.0",
|
|
"socket.io": "^2.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A modern and powerful server for Node.js",
|
|
"devDependencies": {
|
|
"eslint": "^4.7.2",
|
|
"eslint-plugin-jasmine": "^2.2.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-bytesize": "^0.2.0",
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-pug": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-sass": "^3.1.0",
|
|
"jest": "^25.0.0",
|
|
"jstransformer-marked": "^1.0.2",
|
|
"node-sass": "^4.13.1",
|
|
"picnic": "^6.4.0",
|
|
"request-promises": "^1.0.1",
|
|
"supertest": "^3.0.0"
|
|
},
|
|
"directories": {
|
|
"Documentation": "./docs/documentation",
|
|
"Code": "./src",
|
|
"Plugins": "./plugins",
|
|
"Examples": "./examples"
|
|
},
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"funding": "https://www.paypal.me/franciscopresencia/19",
|
|
"homepage": "https://serverjs.io/",
|
|
"jest": {
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"server",
|
|
"node.js",
|
|
"http",
|
|
"websocket",
|
|
"socket",
|
|
"async"
|
|
],
|
|
"license": "MIT",
|
|
"main": "server.js",
|
|
"name": "server",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/franciscop/server.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"dev": "grunt watch",
|
|
"kill": "kill $(lsof -t -i:$PORT) && echo '> KILLED!' || echo '> The port was already dead'",
|
|
"kill-comment": "Kill a process running in a specific port: PORT=3000 npm run kill",
|
|
"pretest": "cp .env.demo .env",
|
|
"start": "node .",
|
|
"test": "jest --coverage --forceExit"
|
|
},
|
|
"version": "1.0.27"
|
|
}
|