芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/xml-crypto/package.json
{ "_from": "xml-crypto@^3.0.0", "_id": "xml-crypto@3.0.1", "_inBundle": false, "_integrity": "sha512-7XrwB3ujd95KCO6+u9fidb8ajvRJvIfGNWD0XLJoTWlBKz+tFpUzEYxsN+Il/6/gHtEs1RgRh2RH+TzhcWBZUw==", "_location": "/xml-crypto", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "xml-crypto@^3.0.0", "name": "xml-crypto", "escapedName": "xml-crypto", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/soap" ], "_resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.0.1.tgz", "_shasum": "1d4852b040e80413d8058e2917eddd9f17a00b8b", "_spec": "xml-crypto@^3.0.0", "_where": "/home/freeclou/app.optimyar.com/backend/node_modules/soap", "author": { "name": "Yaron Naveh", "email": "yaronn01@gmail.com", "url": "http://webservices20.blogspot.com/" }, "bugs": { "url": "https://github.com/yaronn/xml-crypto/issues" }, "bundleDependencies": false, "contributors": [ { "name": "LoneRifle", "email": "LoneRifle@users.noreply.github.com" } ], "dependencies": { "@xmldom/xmldom": "^0.8.5", "xpath": "0.0.32" }, "deprecated": false, "description": "Xml digital signature and encryption library for Node.js", "devDependencies": { "ejs": "3.1.7", "nodeunit": "^0.11.3" }, "directories": { "lib": "./lib" }, "engines": { "node": ">=0.4.0" }, "homepage": "https://github.com/yaronn/xml-crypto#readme", "keywords": [ "xml", "digital signature", "xml encryption", "x.509 certificate" ], "license": "MIT", "main": "./index.js", "name": "xml-crypto", "repository": { "type": "git", "url": "git+https://github.com/yaronn/xml-crypto.git" }, "scripts": { "test": "nodeunit ./test/canonicalization-unit-tests.js ./test/c14nWithComments-unit-tests.js ./test/signature-unit-tests.js ./test/saml-response-test.js ./test/signature-integration-tests.js ./test/document-test.js ./test/wsfed-metadata-test.js ./test/hmac-tests.js ./test/c14n-non-exclusive-unit-test.js" }, "version": "3.0.1" }