2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2020-07-19 10:37:36 -07:00
|
|
|
"version": "4.3.0",
|
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",
|
|
|
|
|
"PATENTS",
|
2018-05-18 13:06:12 -04:00
|
|
|
"postinstall.js",
|
2016-02-24 14:38:02 -08:00
|
|
|
"README.md"
|
|
|
|
|
],
|
2016-01-29 14:23:58 -08:00
|
|
|
"license": "BSD-3-Clause",
|
2016-01-28 10:58:12 -08:00
|
|
|
"dependencies": {
|
2020-07-10 21:44:28 +03:00
|
|
|
"@apollographql/graphql-playground-html": "1.6.26",
|
2020-10-02 00:19:26 +02:00
|
|
|
"@graphql-tools/links": "^6.2.4",
|
2020-10-21 09:42:47 +03:00
|
|
|
"@graphql-tools/stitch": "6.2.4",
|
2020-10-12 08:48:18 +03:00
|
|
|
"@graphql-tools/utils": "6.2.3",
|
2017-11-17 08:32:58 -05:00
|
|
|
"@parse/fs-files-adapter": "1.0.1",
|
2020-10-21 07:43:33 -07:00
|
|
|
"@parse/push-adapter": "3.4.0",
|
2020-10-19 08:39:23 -07:00
|
|
|
"@parse/s3-files-adapter": "1.6.0",
|
2018-08-14 15:29:57 -04:00
|
|
|
"@parse/simple-mailgun-adapter": "1.1.0",
|
2020-10-21 08:54:25 +03:00
|
|
|
"apollo-server-express": "2.18.1",
|
2017-02-08 18:09:29 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2019-05-02 19:47:08 +00:00
|
|
|
"body-parser": "1.19.0",
|
2020-04-30 05:58:53 +00:00
|
|
|
"commander": "5.1.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",
|
2019-05-26 05:01:48 +00:00
|
|
|
"express": "4.17.1",
|
2020-09-01 06:54:49 +03:00
|
|
|
"follow-redirects": "1.13.0",
|
2020-07-27 04:37:30 +01:00
|
|
|
"graphql": "15.3.0",
|
2019-06-19 17:19:47 -07:00
|
|
|
"graphql-list-fields": "2.0.2",
|
2020-07-13 13:06:52 -05:00
|
|
|
"graphql-relay": "0.6.0",
|
2020-05-25 05:43:30 +00:00
|
|
|
"graphql-upload": "11.0.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"intersect": "1.0.1",
|
2019-06-19 16:05:09 -05:00
|
|
|
"jsonwebtoken": "8.5.1",
|
2020-10-16 08:03:33 +03:00
|
|
|
"jwks-rsa": "1.10.1",
|
2020-10-12 10:01:01 +03:00
|
|
|
"ldapjs": "2.2.0",
|
2020-08-20 21:16:38 +03:00
|
|
|
"lodash": "4.17.20",
|
2018-12-14 10:43:34 -05:00
|
|
|
"lru-cache": "5.1.1",
|
2020-05-27 16:44:50 +00:00
|
|
|
"mime": "2.4.6",
|
2020-10-02 22:01:18 +03:00
|
|
|
"mongodb": "3.6.2",
|
2020-10-09 10:12:55 -07:00
|
|
|
"parse": "2.17.0",
|
2020-09-18 22:37:45 +03:00
|
|
|
"pg-promise": "10.6.1",
|
2020-07-13 13:06:52 -05:00
|
|
|
"pluralize": "8.0.0",
|
2020-03-10 18:36:35 +01:00
|
|
|
"redis": "3.0.2",
|
2020-04-14 18:37:47 +00:00
|
|
|
"semver": "7.3.2",
|
2020-09-08 06:34:58 +03:00
|
|
|
"subscriptions-transport-ws": "0.9.18",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2020-08-20 20:29:32 +03:00
|
|
|
"uuid": "8.3.0",
|
2020-08-21 07:18:05 +03:00
|
|
|
"winston": "3.3.3",
|
2020-07-13 15:00:04 +03:00
|
|
|
"winston-daily-rotate-file": "4.5.0",
|
2020-07-26 23:22:06 +01:00
|
|
|
"ws": "7.3.1"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-05-27 17:09:10 +00:00
|
|
|
"@babel/cli": "7.10.0",
|
|
|
|
|
"@babel/core": "7.10.0",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
|
2020-03-20 17:06:22 +00:00
|
|
|
"@babel/plugin-transform-flow-strip-types": "7.9.0",
|
2020-05-27 17:09:10 +00:00
|
|
|
"@babel/preset-env": "7.10.0",
|
2019-02-28 14:12:33 -06:00
|
|
|
"@parse/minami": "1.0.0",
|
2020-05-09 11:25:32 +00:00
|
|
|
"apollo-cache-inmemory": "1.6.6",
|
2020-06-24 12:52:28 -05:00
|
|
|
"apollo-client": "2.6.10",
|
2020-04-09 22:00:24 +00:00
|
|
|
"apollo-link": "1.2.14",
|
|
|
|
|
"apollo-link-http": "1.5.17",
|
|
|
|
|
"apollo-link-ws": "1.0.20",
|
2020-03-30 09:58:55 +00:00
|
|
|
"apollo-upload-client": "13.0.0",
|
2020-05-09 11:25:32 +00:00
|
|
|
"apollo-utilities": "1.3.4",
|
2020-02-28 22:30:12 +00:00
|
|
|
"babel-eslint": "10.1.0",
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
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",
|
2019-12-21 03:45:49 +00:00
|
|
|
"eslint": "6.8.0",
|
2020-06-24 15:35:17 +00:00
|
|
|
"eslint-plugin-flowtype": "5.1.3",
|
2020-02-29 00:13:48 +00:00
|
|
|
"flow-bin": "0.119.1",
|
2019-11-06 08:33:04 +00:00
|
|
|
"form-data": "3.0.0",
|
2020-07-13 13:06:52 -05:00
|
|
|
"graphql-tag": "2.10.1",
|
2020-04-14 07:02:20 +00:00
|
|
|
"husky": "4.2.5",
|
2019-09-21 00:52:16 +00:00
|
|
|
"jasmine": "3.5.0",
|
2019-07-14 18:32:19 +00:00
|
|
|
"jsdoc": "3.6.3",
|
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",
|
2020-01-08 12:09:22 -08:00
|
|
|
"mongodb-runner": "4.8.0",
|
2020-09-17 02:05:23 -07:00
|
|
|
"node-fetch": "2.6.1",
|
2020-06-24 16:07:11 +00:00
|
|
|
"nyc": "15.1.0",
|
2020-04-21 19:20:46 +00:00
|
|
|
"prettier": "2.0.5"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-05-11 15:25:31 -05:00
|
|
|
"definitions": "node ./resources/buildConfigDefinitions.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",
|
2019-07-31 02:41:07 -07:00
|
|
|
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner start",
|
2019-07-31 18:34:49 -07:00
|
|
|
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 jasmine",
|
|
|
|
|
"test": "npm run testonly",
|
2019-07-31 02:41:07 -07:00
|
|
|
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner stop",
|
2019-08-16 13:38:24 -05:00
|
|
|
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 nyc jasmine",
|
2016-03-04 09:40:47 -05:00
|
|
|
"start": "node ./bin/parse-server",
|
2020-07-17 11:36:38 +10:00
|
|
|
"prettier": "prettier --write {src,spec}/**/*.js",
|
2018-05-18 15:49:00 -04:00
|
|
|
"prepare": "npm run build",
|
2018-03-16 16:09:00 -05:00
|
|
|
"postinstall": "node -p 'require(\"./postinstall.js\")()'"
|
2016-01-29 11:51:34 -08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2018-05-18 15:49:00 -04:00
|
|
|
"node": ">= 8"
|
2016-02-03 17:00:10 -05:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"parse-server": "./bin/parse-server"
|
2016-08-19 16:53:57 -04:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2020-09-01 22:40:17 +02:00
|
|
|
"@node-rs/bcrypt": "0.4.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": {
|
|
|
|
|
"{src,spec}/**/*.js": [
|
|
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|