Files
benchmark-runner/spot-launcher/node_modules/@smithy/hash-blob-browser/package.json

103 lines
3.5 KiB
JSON

{
"_args": [
[
"@smithy/hash-blob-browser@4.0.2",
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
]
],
"_from": "@smithy/hash-blob-browser@4.0.2",
"_id": "@smithy/hash-blob-browser@4.0.2",
"_inBundle": false,
"_integrity": "sha512-3g188Z3DyhtzfBRxpZjU8R9PpOQuYsbNnyStc/ZVS+9nVX1f6XeNOa9IrAh35HwwIZg+XWk8bFVtNINVscBP+g==",
"_location": "/@smithy/hash-blob-browser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@smithy/hash-blob-browser@4.0.2",
"name": "@smithy/hash-blob-browser",
"escapedName": "@smithy%2fhash-blob-browser",
"scope": "@smithy",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/@aws-sdk/client-s3"
],
"_resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"browser": {
"@smithy/chunked-blob-reader": "@smithy/chunked-blob-reader"
},
"bugs": {
"url": "https://github.com/smithy-lang/smithy-typescript/issues"
},
"dependencies": {
"@smithy/chunked-blob-reader": "^5.0.0",
"@smithy/chunked-blob-reader-native": "^4.0.0",
"@smithy/types": "^4.2.0",
"tslib": "^2.6.2"
},
"description": "[![NPM version](https://img.shields.io/npm/v/@smithy/hash-blob-browser/latest.svg)](https://www.npmjs.com/package/@smithy/hash-blob-browser) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/hash-blob-browser.svg)](https://www.npmjs.com/package/@smithy/hash-blob-browser)",
"devDependencies": {
"@smithy/util-hex-encoding": "^4.0.0",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typedoc": "0.23.23"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/hash-blob-browser",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@smithy/hash-blob-browser",
"publishConfig": {
"directory": ".release/package"
},
"react-native": {
"@smithy/chunked-blob-reader": "@smithy/chunked-blob-reader-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/hash-blob-browser"
},
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline hash-blob-browser",
"build:es": "yarn g:tsc -p tsconfig.es.json",
"build:types": "yarn g:tsc -p tsconfig.types.json",
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
"format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
"test": "yarn g:vitest run",
"test:watch": "yarn g:vitest watch"
},
"typedoc": {
"entryPoint": "src/index.ts"
},
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"version": "4.0.2"
}