UNPKG

strong-soap

Version:
72 lines (71 loc) 1.85 kB
{ "name": "strong-soap", "version": "3.5.7", "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", "@cypress/request": "^3.0.8", "sax": "^1.3.0", "selectn": "^1.1.2", "strong-globalize": "^6.0.6", "uuid": "^9.0.1", "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.23.0", "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", "@commitlint/cli": "^17.8.0", "@commitlint/config-conventional": "^17.8.0", "async": "^3.2.4", "colors": "^1.4.0", "coveralls": "^3.1.1", "diff": "^5.1.0", "doctoc": "^2.2.1", "duplexer": "^0.1.2", "eslint": "^8.51.0", "eslint-config-google": "^0.14.0", "express": "^4.18.2", "express-ntlm": "2.6.2", "glob": "^8.1.0", "husky": "^8.0.3", "jshint": "^2.13.6", "mocha": "^9.2.2", "nyc": "^15.1.0", "pinst": "^3.0.0", "readable-stream": "^3.6.2", "semver": "^7.5.4", "should": "^13.2.3", "timekeeper": "^2.3.1" }, "author": "IBM Corp." }