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.

86 lines
2.5 KiB
JSON

{
"name": "zapdb",
"version": "0.1.0",
"main": "index.js",
"bin": {
"zap": "bin/zap"
},
"repository": "git@git.cryto.net:joepie91/raqb.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/allow-extra-properties": "^0.1.0",
"@validatem/any-property": "^0.1.3",
"@validatem/array-of": "^0.1.2",
"@validatem/core": "^0.3.3",
"@validatem/default-to": "^0.1.0",
"@validatem/either": "^0.1.3",
"@validatem/ensure-array": "^0.1.0",
"@validatem/error": "^1.0.0",
"@validatem/forbidden": "^0.1.0",
"@validatem/has-shape": "^0.1.7",
"@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.2",
"@validatem/is-plain-object": "^0.1.1",
"@validatem/is-string": "^0.1.1",
"@validatem/is-value": "^0.1.0",
"@validatem/matches-format": "^0.1.0",
"@validatem/nested-array-of": "^0.1.0",
"@validatem/one-of": "^0.1.1",
"@validatem/require-either": "^0.1.0",
"@validatem/required": "^0.1.1",
"@validatem/wrap-error": "^0.1.2",
"acorn": "^6.0.5",
"array.prototype.flat": "^1.2.3",
"as-expression": "^1.0.0",
"assure-array": "^1.0.0",
"astw": "^2.2.0",
"browser-hrtime": "^1.1.6",
"chalk": "^4.1.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"debounce": "^1.2.0",
"debug": "^4.1.1",
"default-value": "^1.0.0",
"estree-assign-parent": "^1.0.0",
"find-last": "^1.0.0",
"find-up": "^5.0.0",
"flatten": "^1.0.3",
"is-plain-obj": "^3.0.0",
"map-obj": "^4.1.0",
"match-value": "^1.1.0",
"merge-by-template": "^0.1.3",
"pg": "^8.3.3",
"prismjs": "^1.20.0",
"scope-analyzer": "^2.0.5",
"slug": "^3.3.4",
"split-filter": "^1.1.3",
"split-filter-n": "^1.1.2",
"syncpipe": "^1.0.0",
"table": "^6.0.3",
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@joepie91/eslint-config": "^1.1.0",
"as-table": "^1.0.55",
"babelify": "^10.0.0",
"benchmark": "^2.1.4",
"budo-express": "^1.0.2",
"eslint": "^7.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"express": "^4.17.1",
"nodemon": "^2.0.4",
"pick-random-weighted": "^1.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-simple-code-editor": "^0.11.0"
}
}