芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/soap/package.json
{ "_from": "soap@^1.0.0", "_id": "soap@1.0.0", "_inBundle": false, "_integrity": "sha512-GB5GuKjWFtAPP0IaM4tKUvdF4dFlaz4iujLPg0DsCy9qAAgm5/g+SI+P9e6igWWwXZ74CC5Uo0VEEz8lte0CJA==", "_location": "/soap", "_phantomChildren": { "dezalgo": "1.0.3", "hexoid": "1.0.0", "once": "1.4.0" }, "_requested": { "type": "range", "registry": true, "raw": "soap@^1.0.0", "name": "soap", "escapedName": "soap", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/soap/-/soap-1.0.0.tgz", "_shasum": "3273d8cb7bcbe99a69ad9a35fc6b087a9dc3a316", "_spec": "soap@^1.0.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Vinay Pulim", "email": "v@pulim.com" }, "bugs": { "url": "https://github.com/vpulim/node-soap/issues" }, "bundleDependencies": false, "dependencies": { "axios-ntlm": "^1.2.0", "debug": "^4.3.2", "formidable": "^3.2.4", "get-stream": "^6.0.1", "lodash": "^4.17.21", "sax": ">=0.6", "strip-bom": "^3.0.0", "uuid": "^8.3.2", "whatwg-mimetype": "3.0.0", "xml-crypto": "^3.0.0" }, "deprecated": false, "description": "A minimal node SOAP client", "devDependencies": { "@types/axios": "^0.14.0", "@types/debug": "^4.1.7", "@types/express": "^4.17.13", "@types/formidable": "^2.0.4", "@types/lodash": "^4.14.172", "@types/node": "^11.15.54", "@types/request": "^2.48.7", "@types/sax": "^1.2.3", "@types/uuid": "^8.3.1", "@types/whatwg-mimetype": "^2.1.1", "body-parser": "^1.15.2", "colors": "^1.3.3", "coveralls": "^3.1.1", "diff": "^4.0.1", "doctoc": "^2.0.1", "duplexer": "~0.1.1", "express": "^4.16.4", "finalhandler": "^1.1.1", "glob": "^7.1.7", "jshint": "^2.13.1", "mocha": "^6.1.4", "nyc": "^14.1.1", "readable-stream": "~2.0.2", "semver": "^5.6.0", "serve-static": "^1.14.1", "should": "^13.2.3", "sinon": "^1.17.7", "source-map-support": "^0.5.10", "timekeeper": "^2.1.2", "tslint": "^5.18.0", "typedoc": "^0.23.10", "typescript": "^4.7.4" }, "directories": { "lib": "./lib", "test": "./test" }, "engines": { "node": ">=14.0.0" }, "homepage": "https://github.com/vpulim/node-soap#readme", "keywords": [ "soap" ], "license": "MIT", "main": "./index.js", "name": "soap", "peerDependencies": { "axios": "^0.27.2" }, "repository": { "type": "git", "url": "git+https://github.com/vpulim/node-soap.git" }, "scripts": { "build": "tsc -p .", "clean": "rm -rf lib", "cover": "nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --timeout 15000 --exit test/*-test.js test/security/*.js", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v", "docs": "typedoc --out docs", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "test": "mocha --timeout 15000 --bail --exit test/*-test.js test/security/*.js", "toc": "doctoc Readme.md --github --maxlevel 3", "watch": "tsc -w -p ." }, "types": "./lib/soap.d.ts", "version": "1.0.0" }