parse-server

v5.0.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:=4.4.10} 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:=4.4.10} 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:=4.4.10} 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:=4.4.10} 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:4.0.27

npm run test:mongodb --dbversion=4.0.27

test:mongodb:4.2.17

npm run test:mongodb --dbversion=4.2.17

test:mongodb:4.4.10

npm run test:mongodb --dbversion=4.4.10

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