2020-03-07 06:45:06 +03:00
|
|
|
{
|
2020-03-26 01:11:28 +03:00
|
|
|
"name": "@microsoft/msrcrypto",
|
2022-05-11 21:44:47 +03:00
|
|
|
"version": "1.6.5",
|
2020-03-20 00:13:21 +03:00
|
|
|
"description": "MSR JavaScript Cryptography Library",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-20 03:58:05 +03:00
|
|
|
"url": "https://github.com/microsoft/MSR-JavaScript-Crypto.git"
|
2020-03-20 00:13:21 +03:00
|
|
|
},
|
2020-03-27 02:32:25 +03:00
|
|
|
"scripts": {
|
2021-11-02 20:05:01 +03:00
|
|
|
"preinstall": "npx npm-force-resolutions",
|
|
|
|
"build": "gulp"
|
2020-03-27 02:32:25 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2021-11-02 20:05:01 +03:00
|
|
|
"set-value": "4.1.0",
|
|
|
|
"glob-parent": "5.1.2"
|
2020-03-27 02:32:25 +03:00
|
|
|
},
|
2020-03-07 06:45:06 +03:00
|
|
|
"devDependencies": {
|
2021-11-02 20:05:01 +03:00
|
|
|
"@types/gulp": "^4.0.9",
|
2020-03-07 06:45:06 +03:00
|
|
|
"@types/gulp-concat": "0.0.32",
|
2021-11-02 20:05:01 +03:00
|
|
|
"@types/gulp-header": "^2.0.1",
|
|
|
|
"@types/gulp-strip-comments": "^2.5.1",
|
2020-03-07 06:45:06 +03:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-beautify": "^3.0.0",
|
|
|
|
"gulp-clean": "^0.4.0",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-header": "^2.0.9",
|
|
|
|
"gulp-minify": "^3.1.0",
|
|
|
|
"gulp-strip-code": "^0.1.4",
|
2020-03-20 00:13:21 +03:00
|
|
|
"gulp-strip-comments": "^2.5.2"
|
2021-05-24 01:57:04 +03:00
|
|
|
}
|
2020-03-07 06:45:06 +03:00
|
|
|
}
|