UNPKG

strong-soap

Version:
72 lines (71 loc) 1.84 kB
{ "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.1.1", "httpntlm-maa": "^2.0.6", "lodash": "^4.17.20", "node-rsa": "^1.1.1", "request": "^2.72.0", "sax": "^1.2", "selectn": "^1.0.20", "strong-globalize": "^6.0.5", "uuid": "^8.3.1", "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.14.8", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "async": "^3.2.0", "colors": "^1.3.3", "coveralls": "^3.1.0", "diff": "^4.0.1", "doctoc": "^1.4.0", "duplexer": "^0.1.2", "eslint": "^7.12.1", "eslint-config-google": "^0.14.0", "express": "^4.16.4", "express-ntlm": "2.4.0", "glob": "^7.0.3", "husky": "^7.0.2", "jshint": "^2.12.0", "mocha": "^8.2.0", "nyc": "^15.1.0", "pinst": "^2.1.6", "readable-stream": "^3.6.0", "semver": "^7.3.2", "should": "^13.2.1", "timekeeper": "^2.2.0" }, "author": "IBM Corp." }