parse-server

v4.5.1
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.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start

ci:check

node ./resources/ci/ciCheck.js

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} 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.8} 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.8} 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

test:mongodb:4.4.8

npm run test:mongodb --dbversion=4.4.8

test:mongodb:4.0.25

npm run test:mongodb --dbversion=4.0.25

test:mongodb:4.2.15

npm run test:mongodb --dbversion=4.2.15

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