You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srap/package.json

74 lines
2.3 KiB
JSON

{
"name": "srap",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/srap.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@joepie91/consumable": "^1.0.1",
"@joepie91/unreachable": "^1.0.0",
"@promistream/buffer": "^0.1.1",
"@promistream/combine-sequential-streaming": "^0.1.0",
"@promistream/filter": "^0.1.1",
"@promistream/from-iterable": "^0.1.0",
"@promistream/from-node-stream": "^0.1.1",
"@promistream/map": "^0.1.1",
"@promistream/map-filter": "^0.1.0",
"@promistream/parallelize": "^0.1.0",
"@promistream/pipe": "^0.1.6",
"@promistream/rate-limit": "^1.0.1",
"@promistream/simple-sink": "^0.2.2",
"@promistream/simple-source": "^0.1.3",
"@validatem/any-property": "^0.1.3",
"@validatem/anything": "^0.1.0",
"@validatem/array-of": "^0.1.2",
"@validatem/core": "^0.3.16",
"@validatem/default-to": "^0.1.0",
"@validatem/either": "^0.1.9",
"@validatem/error": "^1.1.0",
"@validatem/is-array": "^0.1.1",
"@validatem/is-boolean": "^0.1.1",
"@validatem/is-date": "^0.1.0",
"@validatem/is-function": "^0.1.0",
"@validatem/is-integer": "^0.1.0",
"@validatem/is-number": "^0.1.3",
"@validatem/is-positive": "^1.0.0",
"@validatem/is-string": "^1.0.0",
"@validatem/is-value": "^0.1.0",
"@validatem/matches-format": "^0.1.0",
"@validatem/require-either": "^0.1.0",
"@validatem/required": "^0.1.1",
"@validatem/wrap-value-as-option": "^0.1.0",
"as-expression": "^1.0.0",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"create-error": "^0.3.1",
"date-fns": "^2.25.0",
"debug": "^4.3.1",
"default-value": "^1.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.0.1",
"knex": "^0.21.17",
"map-obj": "^4.2.0",
"ms": "^2.1.3",
"objection": "^2.2.14",
"pg": "^8.5.1",
"pg-query-stream": "^4.1.0",
"prom-client": "^14.0.1",
"syncpipe": "^1.0.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^7.21.0",
"clinic": "^12.0.0"
},
"bin": {
"srap-server": "./bin/server",
"srap-run": "./bin/run",
"srap-execute": "./bin/execute",
"srap-simulate": "./bin/simulate"
}
}