mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
705ee285c1
Bumps [request](https://github.com/request/request) from 2.33.0 to 2.88.2. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits) Signed-off-by: dependabot[bot] <support@github.com>
69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"name": "history-sharelatex",
|
|
"version": "0.1.4",
|
|
"description": "An API for saving and compressing individual document updates into a browsable history",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sharelatex/track-changes-sharelatex.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
"nodemon": "nodemon --config nodemon.json",
|
|
"lint": "node_modules/.bin/eslint .",
|
|
"format": "node_modules/.bin/prettier-eslint '**/*.js' --list-different",
|
|
"format:fix": "node_modules/.bin/prettier-eslint '**/*.js' --write"
|
|
},
|
|
"dependencies": {
|
|
"JSONStream": "^1.0.4",
|
|
"async": "~0.2.10",
|
|
"aws-sdk": "^2.102.0",
|
|
"bson": "^0.4.20",
|
|
"byline": "^4.2.1",
|
|
"cli": "^0.6.6",
|
|
"express": "3.3.5",
|
|
"heap": "^0.2.6",
|
|
"line-reader": "^0.2.4",
|
|
"logger-sharelatex": "^1.7.0",
|
|
"metrics-sharelatex": "^2.2.0",
|
|
"mongo-uri": "^0.1.2",
|
|
"mongojs": "2.4.0",
|
|
"redis": "~0.10.1",
|
|
"redis-sharelatex": "^1.0.8",
|
|
"request": "~2.88.2",
|
|
"requestretry": "^1.12.0",
|
|
"s3-streams": "^0.3.0",
|
|
"settings-sharelatex": "^1.1.0",
|
|
"underscore": "~1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"bunyan": "~2.0.2",
|
|
"chai": "~4.1.1",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-config-standard-jsx": "^8.1.0",
|
|
"eslint-config-standard-react": "^9.2.0",
|
|
"eslint-plugin-chai-expect": "^2.1.0",
|
|
"eslint-plugin-chai-friendly": "^0.5.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-mocha": "^6.2.2",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"memorystream": "0.3.1",
|
|
"mocha": "^4.0.1",
|
|
"prettier": "^1.19.1",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"sandboxed-module": "~0.3.0",
|
|
"sinon": "~3.2.1",
|
|
"timekeeper": "0.0.4"
|
|
}
|
|
}
|