55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"_from": "@aws-crypto/ie11-detection@^3.0.0",
|
|
"_id": "@aws-crypto/ie11-detection@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
|
|
"_location": "/@aws-crypto/ie11-detection",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@aws-crypto/ie11-detection@^3.0.0",
|
|
"name": "@aws-crypto/ie11-detection",
|
|
"escapedName": "@aws-crypto%2fie11-detection",
|
|
"scope": "@aws-crypto",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@aws-crypto/sha256-browser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
"_shasum": "640ae66b4ec3395cee6a8e94ebcd9f80c24cd688",
|
|
"_spec": "@aws-crypto/ie11-detection@^3.0.0",
|
|
"_where": "/home/dorians/cronjob/node_modules/@aws-crypto/sha256-browser",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"tslib": "^1.11.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Provides functions and types for detecting if the host environment is IE11",
|
|
"gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c",
|
|
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/ie11-detection",
|
|
"license": "Apache-2.0",
|
|
"main": "./build/index.js",
|
|
"name": "@aws-crypto/ie11-detection",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/aws/aws-sdk-js-crypto-helpers.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "tsc -p tsconfig.json",
|
|
"test": "mocha --require ts-node/register test/**/*test.ts"
|
|
},
|
|
"types": "./build/index.d.ts",
|
|
"version": "3.0.0"
|
|
}
|