parse-server

v5.3.0
An express module providing a Parse-compatible API server

docs

jsdoc -c ./jsdoc-conf.json

lint

flow && eslint --cache ./

test

npm run testonly

build

babel src/ -d lib/ --copy-files

start

node ./bin/parse-server

watch

babel --watch src/ -d lib/ --copy-files

prepare

npm run build

pretest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start

ci:check

node ./ci/ciCheck.js

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine

lint-fix

eslint --fix --cache ./

posttest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop

prettier

prettier --write {src,spec}/{**/*,*}.js

testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine

definitions

node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'

postinstall

node -p 'require("./postinstall.js")()'

test:mongodb

npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion

madge:circular

madge ./src --circular

posttest:mongodb

mongodb-runner stop

ci:checkNodeEngine

node ./ci/nodeEngineCheck.js

test:mongodb:5.0.6

npm run test:mongodb --dbversion=5.0.6

test:mongodb:5.1.1

npm run test:mongodb --dbversion=5.1.1

test:mongodb:5.2.1

npm run test:mongodb --dbversion=5.2.1

test:mongodb:4.0.28

npm run test:mongodb --dbversion=4.0.28

test:mongodb:4.2.19

npm run test:mongodb --dbversion=4.2.19

test:mongodb:4.4.13

npm run test:mongodb --dbversion=4.4.13

test:mongodb:testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine

test:mongodb:runnerstart

cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start

Metadata

Downloads