forked from loopbackio/strong-soap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.8 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
{
"name": "strong-soap",
"version": "3.4.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=8.11.1"
},
"dependencies": {
"compress": "^0.99.0",
"debug": "^4.3.4",
"httpntlm-maa": "^2.0.6",
"lodash": "^4.17.21",
"node-rsa": "^1.1.1",
"request": "^2.88.2",
"sax": "^1.2",
"selectn": "^1.1.2",
"strong-globalize": "^6.0.5",
"uuid": "^8.3.2",
"xml-crypto": "^2.1.3",
"xmlbuilder": "^10.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/strong-soap.git"
},
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"postinstall": "husky install",
"build": "babel src --source-maps --out-dir=lib",
"prepublishOnly": "pinst --disable && npm run build",
"postpublish": "pinst --enable",
"toc": "doctoc Readme.md --github --maxlevel 3",
"_pretest": "jshint index.js lib test",
"test": "nyc --reporter=lcov mocha --exit --timeout 60000 test/*-test.js test/security/*.js"
},
"keywords": [
"soap"
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"async": "^3.2.4",
"colors": "^1.4.0",
"coveralls": "^3.1.1",
"diff": "^5.1.0",
"doctoc": "^2.2.0",
"duplexer": "^0.1.2",
"eslint": "^8.18.0",
"eslint-config-google": "^0.14.0",
"express": "^4.18.1",
"express-ntlm": "2.6.2",
"glob": "^7.2.3",
"husky": "^8.0.1",
"jshint": "^2.13.4",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"pinst": "^3.0.0",
"readable-stream": "^3.6.0",
"semver": "^7.3.7",
"should": "^13.2.3",
"timekeeper": "^2.2.0"
},
"author": "IBM Corp."
}