{ "name": "javascript-tutorial-server", "version": "2.0.0", "private": true, "scripts": { "fixperms": "sudo chown -R `id -u` .* * ~/.n*", "//": "test must exit with status 1 if fails, don't use | or ensure the right exit code if you do", "test": "cross-env SELENIUM_LOCAL=1 NODE_ENV=test NODE_PATH=./modules ./node_modules/.bin/gulp test", "build": "cross-env NODE_PATH=./modules ./node_modules/.bin/gulp build", "gulp": "cross-env NODE_PRESERVE_SYMLINKS=1 NODE_PATH=./modules ./node_modules/.bin/gulp" }, "precommit": "NODE_ENV=development node `which gulp` pre-commit", "//": "node-xmpp-client installs for linux only", "dependencies": { "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.26.0", "@trysound/sax": "^0.2.0", "autoprefixer": "^9", "babel-core": "^6", "babel-loader": "^9.2.1", "babel-plugin-transform-flow-strip-types": "*", "babel-plugin-transform-runtime": "*", "babel-preset-env": "*", "babelfish": "^2.0.0", "bemto.pug": "iliakan/bemto", "bunyan": "*", "chokidar": "^4.0.1", "clarify": "^2.1.0", "copy-webpack-plugin": "^12.0.2", "cross-env": "^7.0.3", "csrf": "^3", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "execa": "^5.1.1", "fs-extra": "*", "gm": "^1", "gulp": "^4", "gulp-livereload": "^4", "html-entities": "^1.3.1", "image-size": "^1", "js-yaml": "^4", "json-loader": "^0.5.7", "koa": "^2", "koa-bodyparser": "^4", "koa-conditional-get": "^2", "koa-etag": "^3", "koa-mount": "^3", "koa-router": "^7", "koa-static": "^5", "limax": "^4.1.0", "lodash": "*", "lru-cache": "^11.0.2", "markdown-it": "^13.0.2", "markdown-it-container": "*", "markdown-it-deflist": "*", "mime": "^3.0.0", "mini-css-extract-plugin": "^2.9.2", "minimatch": "^3.0.4", "mongoose": "^8.8.1", "multiparty": "*", "mz": "*", "nib": "*", "node-notifier": "*", "node-uuid": "*", "node-zip": "*", "nodemon": "^3.1.7", "path-to-regexp": "^6.2", "postcss-loader": "^8.1.1", "prismjs": "^1", "pug": "^2.0.3", "pug-loader": "^2.4.0", "pug-runtime": "^2.0.4", "request": "^2.34", "request-promise": "^4.2", "rupture": "^0.7", "style-loader": "^4.0.0", "stylus": "^0.64.0", "stylus-loader": "^8.1.1", "terser-webpack-plugin": "^5.3.10", "trace": "^3.1.0", "uglify-es": "^3", "webpack": "^5.96.1", "yaml-loader": "^0.8.1" }, "engineStrict": true, "repository": { "type": "git", "url": "https://github.com/javascript-tutorial/server.git" }, "author": "Ilya Kantor", "license": "CC BY-NC-SA 3.0", "bugs": { "url": "https://github.com/javascript-tutorial/server/issues" }, "devDependencies": { "mocha": "^7.1.1", "should": "^13.2.3" } }