-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
71 lines (71 loc) · 1.82 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": "4.1.6",
"description": "A minimal node SOAP client",
"engines": {
"node": "18 || 20 || 21 || 22"
},
"dependencies": {
"@cypress/request": "^3.0.6",
"compress": "^0.99.0",
"debug": "^4.3.7",
"httpntlm": "^1.8.13",
"lodash": "^4.17.21",
"node-rsa": "^1.1.1",
"sax": "^1.4.1",
"selectn": "^1.1.2",
"strong-globalize": "^6.0.6",
"uuid": "^10.0.0",
"xml-crypto": "^3.2.0",
"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.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"async": "^3.2.6",
"colors": "^1.4.0",
"coveralls": "^3.1.1",
"diff": "^7.0.0",
"doctoc": "^2.2.1",
"duplexer": "^0.1.2",
"eslint": "^9.15.0",
"eslint-config-google": "^0.14.0",
"express": "^4.21.1",
"express-ntlm": "2.7.0",
"glob": "^11.0.0",
"husky": "^9.1.7",
"jshint": "^2.13.6",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"pinst": "^3.0.0",
"readable-stream": "^4.5.2",
"semver": "^7.6.3",
"should": "^13.2.3",
"timekeeper": "^2.3.1"
},
"author": "IBM Corp."
}