2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2018-05-18 13:06:12 -04:00
|
|
|
"version": "2.8.1",
|
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-05-18 15:49:00 -04:00
|
|
|
"@parse/push-adapter": "3.0.0-alpha2",
|
2017-11-17 08:32:58 -05:00
|
|
|
"@parse/s3-files-adapter": "1.2.1",
|
2018-05-08 13:48:51 -04:00
|
|
|
"@parse/simple-mailgun-adapter": "1.0.2",
|
2017-02-08 18:09:29 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2018-05-16 15:39:10 -04:00
|
|
|
"body-parser": "1.18.3",
|
2018-05-18 15:49:40 -04:00
|
|
|
"commander": "2.15.1",
|
2018-05-20 15:13:17 -04:00
|
|
|
"deepcopy": "1.0.0",
|
2017-11-14 21:08:15 -05:00
|
|
|
"express": "4.16.2",
|
2016-06-15 20:28:07 -07:00
|
|
|
"intersect": "1.0.1",
|
2018-02-07 22:29:39 -05:00
|
|
|
"lodash": "4.17.5",
|
2018-03-08 17:30:43 -05:00
|
|
|
"lru-cache": "4.1.2",
|
2018-05-01 14:02:56 -04:00
|
|
|
"mime": "2.3.1",
|
2018-05-01 13:26:04 -04:00
|
|
|
"mongodb": "3.0.7",
|
2017-02-02 20:52:20 +01:00
|
|
|
"multer": "1.3.0",
|
2018-03-06 19:25:46 -05:00
|
|
|
"parse": "1.11.1",
|
2018-05-01 18:27:29 +01:00
|
|
|
"pg-promise": "8.4.0",
|
2017-08-23 11:35:08 -04:00
|
|
|
"redis": "2.8.0",
|
2018-05-01 13:31:02 -04:00
|
|
|
"request": "2.85.0",
|
2018-01-24 09:32:28 -05:00
|
|
|
"semver": "5.5.0",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2017-09-15 17:20:51 -04:00
|
|
|
"uuid": "^3.1.0",
|
2018-03-10 10:08:18 -05:00
|
|
|
"winston": "2.4.1",
|
2017-09-28 10:08:25 -07:00
|
|
|
"winston-daily-rotate-file": "1.7.2",
|
2018-05-21 21:43:50 -04:00
|
|
|
"ws": "5.2.0"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-09-09 14:02:36 -04:00
|
|
|
"babel-cli": "6.26.0",
|
2017-08-23 11:35:40 -04:00
|
|
|
"babel-core": "6.26.0",
|
2018-02-20 08:26:43 -05:00
|
|
|
"babel-eslint": "^8.2.2",
|
2017-02-04 06:39:18 +01:00
|
|
|
"babel-plugin-transform-flow-strip-types": "6.22.0",
|
2017-11-14 21:08:15 -05:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
2017-10-17 14:48:23 -04:00
|
|
|
"babel-preset-env": "1.6.1",
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2018-05-24 16:28:37 -04:00
|
|
|
"cross-env": "5.1.6",
|
2018-05-19 11:24:58 -04:00
|
|
|
"deep-diff": "1.0.1",
|
2017-10-22 14:40:50 -04:00
|
|
|
"eslint": "^4.9.0",
|
2017-10-22 15:19:40 -04:00
|
|
|
"eslint-plugin-flowtype": "^2.39.1",
|
2018-06-01 09:32:33 -04:00
|
|
|
"flow-bin": "^0.73.0",
|
2018-05-21 15:45:10 -04:00
|
|
|
"gaze": "1.1.3",
|
2018-03-06 19:26:09 -05:00
|
|
|
"jasmine": "3.1.0",
|
2017-04-30 16:37:45 -07:00
|
|
|
"jasmine-spec-reporter": "^4.1.0",
|
2017-10-22 15:20:27 -04:00
|
|
|
"mongodb-runner": "3.6.1",
|
2018-05-24 16:28:17 -04:00
|
|
|
"nodemon": "1.17.5",
|
2017-06-02 21:01:21 -04:00
|
|
|
"nyc": "^11.0.2",
|
2017-09-23 10:31:05 -04:00
|
|
|
"request-promise": "4.2.2"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
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",
|
2016-11-30 14:58:59 -08:00
|
|
|
"pretest": "npm run lint",
|
2017-11-27 23:22:07 -05:00
|
|
|
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine",
|
|
|
|
|
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} 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": {
|
2018-05-01 13:25:37 -04:00
|
|
|
"bcrypt": "2.0.1",
|
2018-05-16 15:39:29 -04:00
|
|
|
"uws": "^10.148.0"
|
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"
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
|
|
|
|
}
|