parse-server

v6.5.11
An express module providing a Parse-compatible API server

ci:check

node ./ci/ciCheck.js

ci:checkNodeEngine

node ./ci/nodeEngineCheck.js

ci:definitionsCheck

node ./ci/definitionsCheck.js

definitions

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

docs

jsdoc -c ./jsdoc-conf.json

lint

flow && eslint --cache ./

lint-fix

eslint --fix --cache ./

build

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

watch

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

test:mongodb:runnerstart

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

test:mongodb:testonly

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

test:mongodb

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

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:5.3.2

npm run test:mongodb --dbversion=5.3.2

test:mongodb:6.0.2

npm run test:mongodb --dbversion=6.0.2

test:postgres:testonly

cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly

posttest:mongodb

mongodb-runner stop

pretest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start

testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine

test

npm run testonly

posttest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner stop

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine

start

node ./bin/parse-server

prettier

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

prepare

npm run build

postinstall

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

madge:circular

madge ./src --circular
npm i parse-server

Metadata

  • Apache-2.0
  • >=14.21.0 <17 || >=18 <19
  • Unknown
  • released 10/23/2024

Downloads