-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "saxes-stream",
"version": "1.1.3",
"description": "NodeJS Streams wrapper around SaxesParser (package saxes) with single event stream.",
"main": "lib/index.js",
"peerDependencies": {
"saxes": ">=4.0.2"
},
"devDependencies": {
"@types/jest": "^25.1.1",
"@types/node": "^13.5.3",
"jest": "^25.1.0",
"saxes": "^4.0.2",
"ts-jest": "^25.1.0",
"typescript": "^3.7.5"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmallhillCZ/saxes-stream.git"
},
"keywords": [
"saxes",
"xml",
"streams"
],
"author": "Martin Kopeček <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/SmallhillCZ/saxes-stream/issues"
},
"homepage": "https://github.com/SmallhillCZ/saxes-stream#readme"
}