-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
123 lines (123 loc) · 3.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "api",
"version": "4.5.1",
"description": "API para ANDES",
"main": "index.js",
"dependencies": {
"@agm/core": "^1.0.0-beta.5",
"@andes/api-tool": "^1.0.0",
"@andes/core": "^1.1.1",
"@andes/drive": "file:packages/drive",
"@andes/event-bus": "file:packages/event-bus",
"@andes/fhir": "^1.0.3",
"@andes/log": "^1.1.5",
"@andes/match": "^1.1.12",
"@andes/mongoose-plugin-audit": "^1.0.0",
"@types/async": "^2.0.49",
"@types/bcrypt-nodejs": "0.0.30",
"@types/core-js": "^0.9.36",
"@types/debug": "0.0.30",
"@types/express": "^4.0.35",
"@types/google-maps": "^3.2.0",
"@types/jasmine": "^2.2.30",
"@types/mongoose": "^5.0.9",
"@types/node": "^8.10.44",
"@types/node-sass": "^3.10.32",
"@types/proj4": "^2.3.4",
"@types/ws": "^3.0.2",
"aggregate-error": "^1.0.0",
"apg": "^3.1.1",
"apg-lib": "^3.2.0",
"async": "^2.4.0",
"base64-stream": "^0.1.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"bson": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"concurrently": "^3.1.0",
"debug": "^3.0.0",
"elasticsearch": "^12.1.3",
"events": "^1.1.1",
"express": "^4.16.3",
"express-query-boolean": "^2.0.0",
"fast-csv": "^2.5.0",
"geojson": "^0.4.1",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.1.0",
"html-pdf": "^2.2.0",
"http": "0.0.0",
"http-status-codes": "^1.1.6",
"ipaddr.js": "^1.7.0",
"is-reachable": "^2.3.2",
"jsonwebtoken": "^8.2.1",
"ldapjs": "^1.0.1",
"libxmljs": "^0.19.3",
"mime-db": "^1.29.0",
"mime-types": "^2.1.24",
"moment": "^2.19.3",
"mongodb-memory-server": "^6.2.4",
"mongoose": "^5.4.14",
"mongoose-gridfs": "^0.3.2",
"mssql": "^4.1.0",
"node-pushnotifications": "^1.0.18",
"node-sass": "^4.11.0",
"node-schedule": "^1.2.4",
"nodemailer": "^4.6.2",
"passport": "^0.3.2",
"passport-jwt": "^4.0.0",
"pdfkit": "^0.9.0",
"phantomjs-prebuilt-that-works": "^3.0.1",
"proj4": "^2.5.0",
"request": "^2.83.0",
"require-dir": "^0.3.0",
"sha1": "^1.1.1",
"sharp": "^0.23.1",
"shiro-trie": "^0.3.12",
"soap": "^0.24.0",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0",
"stream": "0.0.2",
"supports-color": "^4.2.1",
"swagger-jsdoc": "^1.7.0",
"twitter": "^1.7.1",
"typescript": "^2.6.2",
"ws": "^3.2.0",
"xmlbuilder": "^9.0.4",
"xmldom": "^0.1.27",
"xmljson": "^0.2.0"
},
"scripts": {
"startNode": "tsc && gulp && concurrently \"npm run node\" ",
"start": "npm run parse && concurrently -r \"npm run tsc:w\" \"npm run node\" ",
"node": "nodemon -q ./index.js",
"tsc": "tsc",
"tsc:w": "tsc -w",
"tsc:next": "tsc --target es2018 --lib es2018",
"jobs": "tsc && node jobs/scheduler.js",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"test": "jest",
"parse": "apg -i core/term/controller/grammar/Expression-ABNF.txt -o core/term/controller/grammar/grammar.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andes/api.git"
},
"author": "Team Andes",
"license": "ISC",
"bugs": {
"url": "https://github.com/andes/api/issues"
},
"homepage": "https://github.com/andes/api#readme",
"devDependencies": {
"@types/request": "^2.48.1",
"@types/jest": "^25.1.0",
"jest": "^25.1.0",
"before": "0.0.1",
"chai": "^4.1.2",
"nodemon": "^1.17.4",
"tslint": "^5.11.0",
"ts-jest": "^25.0.0",
"tslint-eslint-rules": "^5.3.1"
}
}