62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@aws-crypto/supports-web-crypto@5.2.0",
|
|
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
|
]
|
|
],
|
|
"_from": "@aws-crypto/supports-web-crypto@5.2.0",
|
|
"_id": "@aws-crypto/supports-web-crypto@5.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
|
|
"_location": "/@aws-crypto/supports-web-crypto",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@aws-crypto/supports-web-crypto@5.2.0",
|
|
"name": "@aws-crypto/supports-web-crypto",
|
|
"escapedName": "@aws-crypto%2fsupports-web-crypto",
|
|
"scope": "@aws-crypto",
|
|
"rawSpec": "5.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@aws-crypto/sha1-browser",
|
|
"/@aws-crypto/sha256-browser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
"_spec": "5.2.0",
|
|
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
|
"author": {
|
|
"name": "AWS Crypto Tools Team",
|
|
"email": "aws-cryptools@amazon.com",
|
|
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aws/aws-sdk-js-crypto-helpers/issues"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"description": "Provides functions for detecting if the host environment supports the WebCrypto API",
|
|
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748",
|
|
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto",
|
|
"license": "Apache-2.0",
|
|
"main": "./build/main/index.js",
|
|
"module": "./build/module/index.js",
|
|
"name": "@aws-crypto/supports-web-crypto",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/aws/aws-sdk-js-crypto-helpers.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
|
|
"pretest": "tsc -p tsconfig.test.json",
|
|
"test": "mocha --require ts-node/register test/**/*test.ts"
|
|
},
|
|
"types": "./build/main/index.d.ts",
|
|
"version": "5.2.0"
|
|
}
|