Files
Foundry-VTT-Docker/resources/app/node_modules/@smithy/hash-node/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "@smithy/hash-node",
"version": "3.0.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^16.18.96",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"hash-test-vectors": "^1.3.2",
"rimraf": "3.0.2",
"typedoc": "0.23.23"
},
"dependencies": {
"@smithy/types": "^3.0.0",
"@smithy/util-buffer-from": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
},
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/hash-node",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/smithy-typescript.git",
"directory": "packages/hash-node"
},
"typedoc": {
"entryPoint": "src/index.ts"
},
"publishConfig": {
"directory": ".release/package"
}
}