File: //usr/share/opensearch-dashboards/node_modules/@aws-crypto/cache-material/package.json
{
"name": "@aws-crypto/cache-material",
"version": "3.1.0",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
"lint": "run-s lint-*",
"lint-eslint": "eslint src/*.ts test/**/*.ts",
"lint-prettier": "prettier -c src/*.ts test/**/*.ts",
"mocha": "mocha --require ts-node/register test/**/*test.ts",
"test": "npm run lint && npm run coverage",
"coverage": "nyc -e .ts npm run mocha"
},
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management": "^3.1.0",
"@aws-crypto/serialize": "^3.1.0",
"@types/lru-cache": "^5.1.0",
"lru-cache": "^6.0.0",
"tslib": "^2.2.0"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
"module": "./build/module/src/index.js",
"types": "./build/main/src/index.d.ts",
"files": [
"build/**/src/*"
],
"gitHead": "1bc8957ce9378767d3fca65ae5310c130384e075"
}