2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2019-05-22 12:46:23 -07:00
|
|
|
"version": "3.4.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": {
|
2017-11-17 08:32:58 -05:00
|
|
|
"@parse/fs-files-adapter": "1.0.1",
|
2018-09-25 02:56:10 +00:00
|
|
|
"@parse/push-adapter": "3.0.0",
|
2017-11-17 08:32:58 -05:00
|
|
|
"@parse/s3-files-adapter": "1.2.1",
|
2018-08-14 15:29:57 -04:00
|
|
|
"@parse/simple-mailgun-adapter": "1.1.0",
|
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",
|
2019-04-03 01:06:43 +00:00
|
|
|
"commander": "2.20.0",
|
2019-02-14 17:37:10 +00:00
|
|
|
"deepcopy": "2.0.0",
|
2019-05-26 05:01:48 +00:00
|
|
|
"express": "4.17.1",
|
2019-02-13 23:47:11 +00:00
|
|
|
"follow-redirects": "1.7.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"intersect": "1.0.1",
|
2018-09-12 21:04:56 +00:00
|
|
|
"lodash": "4.17.11",
|
2018-12-14 10:43:34 -05:00
|
|
|
"lru-cache": "5.1.1",
|
2019-06-08 23:20:25 +00:00
|
|
|
"mime": "2.4.4",
|
2019-06-06 22:07:20 +00:00
|
|
|
"mongodb": "3.2.7",
|
2019-04-25 10:42:55 +00:00
|
|
|
"parse": "2.4.0",
|
2019-05-12 07:51:55 +00:00
|
|
|
"pg-promise": "8.7.2",
|
2017-08-23 11:35:08 -04:00
|
|
|
"redis": "2.8.0",
|
2019-05-28 17:41:00 +00:00
|
|
|
"semver": "6.1.1",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2019-03-01 10:46:26 +00:00
|
|
|
"uuid": "3.3.2",
|
2019-04-15 09:03:33 +10:00
|
|
|
"winston": "3.2.1",
|
2019-04-29 10:32:49 +00:00
|
|
|
"winston-daily-rotate-file": "3.9.0",
|
2019-04-30 16:42:31 +00:00
|
|
|
"ws": "7.0.0"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-04-26 22:33:11 +00:00
|
|
|
"@babel/cli": "7.4.4",
|
2019-05-21 21:14:52 +00:00
|
|
|
"@babel/core": "7.4.5",
|
2019-04-26 22:33:11 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
|
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "7.4.4",
|
2019-05-21 21:14:52 +00:00
|
|
|
"@babel/preset-env": "7.4.5",
|
2019-02-28 14:12:33 -06:00
|
|
|
"@parse/minami": "1.0.0",
|
|
|
|
|
"babel-eslint": "10.0.0",
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2018-06-28 08:07:35 -04:00
|
|
|
"cross-env": "5.2.0",
|
2018-08-16 11:26:02 -04:00
|
|
|
"deep-diff": "1.0.2",
|
2019-04-01 10:47:18 +00:00
|
|
|
"eslint": "5.16.0",
|
2019-05-23 10:46:27 +00:00
|
|
|
"eslint-plugin-flowtype": "3.9.1",
|
2019-05-31 13:52:04 -05:00
|
|
|
"flow-bin": "0.100.0",
|
2018-05-21 15:45:10 -04:00
|
|
|
"gaze": "1.1.3",
|
2019-06-12 02:06:57 +00:00
|
|
|
"husky": "2.4.1",
|
2019-05-09 09:12:30 -07:00
|
|
|
"jasmine": "3.4.0",
|
2019-03-01 10:56:16 +00:00
|
|
|
"jasmine-spec-reporter": "4.2.1",
|
2019-05-12 17:15:31 +00:00
|
|
|
"jsdoc": "3.6.2",
|
2019-02-28 14:12:33 -06:00
|
|
|
"jsdoc-babel": "0.5.0",
|
2019-06-07 12:55:10 +00:00
|
|
|
"lint-staged": "8.2.0",
|
2018-09-30 20:00:51 -04:00
|
|
|
"mongodb-runner": "4.3.2",
|
2019-05-10 03:07:24 +00:00
|
|
|
"nyc": "14.1.1",
|
2019-06-09 00:24:30 +00:00
|
|
|
"prettier": "1.18.1",
|
2019-06-12 01:23:39 +00:00
|
|
|
"supports-color": "7.0.0"
|
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",
|
2016-03-05 10:47:27 +05:30
|
|
|
"dev": "npm run build && node bin/dev",
|
2017-12-30 20:44:18 -05:00
|
|
|
"lint": "flow && eslint --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",
|
2018-12-18 11:41:18 -05:00
|
|
|
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine",
|
|
|
|
|
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 nyc jasmine",
|
2016-03-04 09:40:47 -05:00
|
|
|
"start": "node ./bin/parse-server",
|
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": {
|
2019-04-15 10:57:57 +00:00
|
|
|
"bcrypt": "3.0.6",
|
2019-02-28 14:12:33 -06:00
|
|
|
"uws": "10.148.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
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"{src,spec}/**/*.js": [
|
|
|
|
|
"prettier --write",
|
2018-09-08 14:12:23 -04:00
|
|
|
"eslint --cache",
|
2018-09-01 13:58:06 -04:00
|
|
|
"git add"
|
|
|
|
|
]
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
|
|
|
|
}
|