UNPKG

strong-soap

Version:
71 lines (70 loc) 1.85 kB
{ "name": "strong-soap", "version": "5.0.7", "description": "A minimal node SOAP client", "engines": { "node": ">=20" }, "dependencies": { "@cypress/request": "^3.0.10", "compress": "^0.99.0", "debug": "^4.4.3", "httpntlm": "^1.8.13", "lodash": "^4.17.23", "node-rsa": "^1.1.1", "sax": "^1.4.4", "selectn": "^1.3.0", "strong-globalize": "^6.0.6", "uuid": "^13.0.0", "xml-crypto": "^3.2.1", "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.28.6", "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.0", "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "async": "^3.2.6", "colors": "^1.4.0", "diff": "^8.0.3", "doctoc": "^2.2.1", "duplexer": "^0.1.2", "eslint": "^9.39.2", "eslint-config-google": "^0.14.0", "express": "^5.2.1", "express-ntlm": "2.7.0", "glob": "^13.0.1", "husky": "^9.1.7", "jshint": "^2.13.6", "mocha": "^11.7.5", "nyc": "^17.1.0", "pinst": "^3.0.0", "readable-stream": "^4.7.0", "semver": "^7.7.4", "should": "^13.2.3", "timekeeper": "^2.3.1" }, "author": "IBM Corp. and LoopBack contributors" }