2016-01-28 10:58:12 -08:00
{
"name" : "parse-server" ,
2024-03-31 00:11:18 +00:00
"version" : "7.1.0-alpha.4" ,
2016-01-28 10:58:12 -08:00
"description" : "An express module providing a Parse-compatible API server" ,
2016-02-08 20:20:21 -08:00
"main" : "lib/index.js" ,
2016-01-28 10:58:12 -08:00
"repository" : {
"type" : "git" ,
2018-03-22 00:24:08 +05:30
"url" : "https://github.com/parse-community/parse-server"
2016-01-28 10:58:12 -08:00
} ,
2016-02-24 14:38:02 -08:00
"files" : [
"bin/" ,
"lib/" ,
2016-03-04 17:01:14 -05:00
"public_html/" ,
"views/" ,
2016-02-24 14:38:02 -08:00
"LICENSE" ,
2023-01-31 01:02:05 +01:00
"NOTICE" ,
2018-05-18 13:06:12 -04:00
"postinstall.js" ,
2016-02-24 14:38:02 -08:00
"README.md"
] ,
2023-01-31 01:02:05 +01:00
"license" : "Apache-2.0" ,
2016-01-28 10:58:12 -08:00
"dependencies" : {
2024-03-11 19:45:19 +01:00
"@apollo/server" : "4.10.1" ,
2023-05-31 11:09:10 +02:00
"@babel/eslint-parser" : "7.21.8" ,
2024-03-20 06:26:28 +01:00
"@graphql-tools/merge" : "9.0.3" ,
2024-03-06 11:00:53 +01:00
"@graphql-tools/schema" : "10.0.3" ,
2022-11-11 13:24:48 +11:00
"@graphql-tools/utils" : "8.12.0" ,
2024-02-18 13:16:20 +01:00
"@parse/fs-files-adapter" : "2.0.1" ,
2024-03-31 01:10:28 +01:00
"@parse/push-adapter" : "6.0.0" ,
2017-02-08 18:09:29 +01:00
"bcryptjs" : "2.4.3" ,
2023-05-31 22:09:48 +02:00
"body-parser" : "1.20.2" ,
2024-03-02 16:51:18 +01:00
"commander" : "12.0.0" ,
2019-06-19 17:19:47 -07:00
"cors" : "2.8.5" ,
2020-09-02 00:01:17 +03:00
"deepcopy" : "2.1.0" ,
2024-03-27 23:51:58 +01:00
"express" : "4.19.2" ,
2024-03-13 17:45:47 +01:00
"express-rate-limit" : "6.11.2" ,
2024-03-16 10:09:28 +01:00
"follow-redirects" : "1.15.6" ,
2023-09-22 03:22:33 +02:00
"graphql" : "16.8.1" ,
2024-03-06 13:55:30 +01:00
"graphql-list-fields" : "2.0.4" ,
2022-06-10 14:01:45 +02:00
"graphql-relay" : "0.10.0" ,
2022-11-11 13:24:48 +11:00
"graphql-tag" : "2.12.6" ,
2024-03-02 04:06:47 +03:00
"graphql-upload" : "15.0.2" ,
2016-06-15 20:28:07 -07:00
"intersect" : "1.0.1" ,
2024-03-28 01:01:31 +01:00
"jsonwebtoken" : "9.0.2" ,
2024-02-18 14:27:31 +01:00
"jwks-rsa" : "3.1.0" ,
2024-02-26 21:05:10 +01:00
"ldapjs" : "3.0.7" ,
2021-02-23 00:52:15 -08:00
"lodash" : "4.17.21" ,
2024-02-15 12:48:31 +01:00
"lru-cache" : "10.1.0" ,
2021-11-30 00:50:25 +01:00
"mime" : "3.0.0" ,
2023-12-10 02:42:40 +01:00
"mongodb" : "5.9.0" ,
2021-04-19 08:23:42 +03:00
"mustache" : "4.2.0" ,
2024-02-26 22:44:46 +01:00
"otpauth" : "9.2.2" ,
2024-03-17 14:08:52 +11:00
"parse" : "5.0.0" ,
2023-05-23 00:39:32 +10:00
"path-to-regexp" : "6.2.1" ,
2023-03-05 18:16:04 -05:00
"pg-monitor" : "2.0.0" ,
2024-03-22 15:14:40 +01:00
"pg-promise" : "11.5.5" ,
2020-07-13 13:06:52 -05:00
"pluralize" : "8.0.0" ,
2024-03-25 12:54:22 +01:00
"rate-limit-redis" : "4.2.0" ,
2024-02-27 00:21:45 +01:00
"redis" : "4.6.13" ,
2024-03-08 18:16:01 +01:00
"semver" : "7.6.0" ,
2021-11-28 15:44:33 +01:00
"subscriptions-transport-ws" : "0.11.0" ,
2017-03-20 18:10:31 +01:00
"tv4" : "1.3.0" ,
2024-02-27 14:08:08 +01:00
"uuid" : "9.0.1" ,
2024-03-11 21:46:41 +01:00
"winston" : "3.12.0" ,
2024-03-02 17:10:19 +01:00
"winston-daily-rotate-file" : "5.0.0" ,
2024-02-26 22:18:13 +01:00
"ws" : "8.16.0"
2016-01-28 10:58:12 -08:00
} ,
"devDependencies" : {
2024-03-28 13:43:45 +01:00
"@actions/core" : "1.10.1" ,
2024-03-06 14:25:20 +01:00
"@apollo/client" : "3.9.5" ,
2024-03-12 13:12:30 +01:00
"@babel/cli" : "7.23.9" ,
2024-04-03 17:18:40 +02:00
"@babel/core" : "7.24.3" ,
2020-05-27 17:09:10 +00:00
"@babel/plugin-proposal-object-rest-spread" : "7.10.0" ,
2024-03-09 15:52:57 +01:00
"@babel/plugin-transform-flow-strip-types" : "7.23.3" ,
2024-03-08 01:51:30 +01:00
"@babel/preset-env" : "7.24.0" ,
2022-03-23 00:09:49 +01:00
"@saithodev/semantic-release-backmerge" : "2.1.2" ,
2021-10-27 03:07:10 +02:00
"@semantic-release/changelog" : "5.0.1" ,
"@semantic-release/commit-analyzer" : "8.0.1" ,
"@semantic-release/git" : "9.0.0" ,
"@semantic-release/github" : "7.2.3" ,
"@semantic-release/npm" : "7.1.3" ,
"@semantic-release/release-notes-generator" : "9.0.3" ,
2024-03-22 02:26:37 +01:00
"all-node-versions" : "12.1.0" ,
2022-12-22 23:26:38 +11:00
"apollo-upload-client" : "17.0.0" ,
2024-04-01 19:41:09 +02:00
"clean-jsdoc-theme" : "4.2.18" ,
2020-03-05 21:21:51 +00:00
"cross-env" : "7.0.2" ,
2018-08-16 11:26:02 -04:00
"deep-diff" : "1.0.2" ,
2022-12-22 23:26:38 +11:00
"eslint" : "8.26.0" ,
"eslint-plugin-flowtype" : "8.0.3" ,
2020-02-29 00:13:48 +00:00
"flow-bin" : "0.119.1" ,
2024-03-06 15:16:33 +01:00
"form-data" : "4.0.0" ,
2022-11-11 13:24:48 +11:00
"graphql-tag" : "2.12.6" ,
2024-03-09 17:28:11 +01:00
"husky" : "9.0.11" ,
2019-09-21 00:52:16 +00:00
"jasmine" : "3.5.0" ,
2021-10-30 19:21:24 +02:00
"jasmine-spec-reporter" : "7.0.0" ,
2024-03-14 18:07:34 +01:00
"jsdoc" : "4.0.2" ,
2019-02-28 14:12:33 -06:00
"jsdoc-babel" : "0.5.0" ,
2020-05-25 06:31:38 +00:00
"lint-staged" : "10.2.3" ,
2024-03-22 02:26:37 +01:00
"m" : "1.9.0" ,
2024-03-02 16:29:36 +01:00
"madge" : "6.1.0" ,
2021-04-09 17:12:24 +02:00
"mock-files-adapter" : "file:spec/dependencies/mock-files-adapter" ,
2021-06-04 19:55:00 -04:00
"mock-mail-adapter" : "file:spec/dependencies/mock-mail-adapter" ,
2024-03-20 19:53:51 +01:00
"mongodb-runner" : "5.5.4" ,
2024-03-29 13:19:41 +01:00
"node-abort-controller" : "3.1.1" ,
2023-01-06 23:39:02 +11:00
"node-fetch" : "3.2.10" ,
2020-06-24 16:07:11 +00:00
"nyc" : "15.1.0" ,
2021-02-07 23:16:46 +01:00
"prettier" : "2.0.5" ,
2021-10-27 03:07:10 +02:00
"semantic-release" : "17.4.6" ,
2021-02-07 23:16:46 +01:00
"yaml" : "1.10.0"
2016-01-28 10:58:12 -08:00
} ,
"scripts" : {
2021-09-14 16:29:56 +02:00
"ci:check" : "node ./ci/ciCheck.js" ,
"ci:checkNodeEngine" : "node ./ci/nodeEngineCheck.js" ,
2022-12-17 23:15:23 +11:00
"ci:definitionsCheck" : "node ./ci/definitionsCheck.js" ,
2021-02-04 19:33:18 +11:00
"definitions" : "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'" ,
2018-08-09 16:20:13 -04:00
"docs" : "jsdoc -c ./jsdoc-conf.json" ,
2017-12-30 20:44:18 -05:00
"lint" : "flow && eslint --cache ./" ,
2020-04-06 22:50:33 +05:30
"lint-fix" : "eslint --fix --cache ./" ,
2017-02-19 11:34:42 -05:00
"build" : "babel src/ -d lib/ --copy-files" ,
2018-07-02 23:30:14 -04:00
"watch" : "babel --watch src/ -d lib/ --copy-files" ,
2023-12-10 02:42:40 +01:00
"test:mongodb:runnerstart" : "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017" ,
2022-11-11 08:21:11 +11:00
"test:mongodb:testonly" : "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine" ,
2021-02-07 23:16:46 +01:00
"test:mongodb" : "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion" ,
2022-04-03 17:30:38 +02:00
"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" ,
2022-09-26 15:08:12 +02:00
"test:mongodb:5.3.2" : "npm run test:mongodb --dbversion=5.3.2" ,
2022-10-17 19:21:32 +02:00
"test:mongodb:6.0.2" : "npm run test:mongodb --dbversion=6.0.2" ,
2023-12-10 02:42:40 +01:00
"test:mongodb:7.0.1" : "npm run test:mongodb --dbversion=7.0.1" ,
"pretest" : "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017" ,
2022-11-11 08:21:11 +11:00
"testonly" : "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine" ,
2019-07-31 18:34:49 -07:00
"test" : "npm run testonly" ,
2023-12-10 02:42:40 +01:00
"posttest" : "cross-env mongodb-runner stop --all" ,
2022-11-11 08:21:11 +11:00
"coverage" : "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine" ,
2016-03-04 09:40:47 -05:00
"start" : "node ./bin/parse-server" ,
2021-08-14 05:55:30 -04:00
"prettier" : "prettier --write {src,spec}/{**/*,*}.js" ,
2018-05-18 15:49:00 -04:00
"prepare" : "npm run build" ,
2021-04-08 03:47:57 +02:00
"postinstall" : "node -p 'require(\"./postinstall.js\")()'" ,
"madge:circular" : "node_modules/.bin/madge ./src --circular"
2016-01-29 11:51:34 -08:00
} ,
"engines" : {
2024-02-14 10:56:49 -08:00
"node" : ">=18.0.0 <21"
2016-02-03 17:00:10 -05:00
} ,
"bin" : {
2020-12-08 00:45:51 +01:00
"parse-server" : "bin/parse-server"
2016-08-19 16:53:57 -04:00
} ,
"optionalDependencies" : {
2024-04-02 15:31:55 +02:00
"@node-rs/bcrypt" : "1.10.1"
2017-10-27 10:26:05 +09:00
} ,
"collective" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parse-server" ,
"logo" : "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
2018-09-01 13:58:06 -04:00
} ,
2019-11-06 17:55:04 +00:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parse-server"
} ,
2018-09-01 13:58:06 -04:00
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged"
}
} ,
"lint-staged" : {
2020-10-25 15:06:58 -05:00
"{src,spec}/{**/*,*}.js" : [
2018-09-01 13:58:06 -04:00
"prettier --write" ,
2020-04-06 22:50:33 +05:30
"eslint --fix --cache" ,
2018-09-01 13:58:06 -04:00
"git add"
]
2016-01-28 10:58:12 -08:00
}
2021-02-07 23:16:46 +01:00
}