{ "_args": [ [ "@smithy/util-buffer-from@2.2.0", "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot" ] ], "_from": "@smithy/util-buffer-from@2.2.0", "_id": "@smithy/util-buffer-from@2.2.0", "_inBundle": false, "_integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", "_location": "/@smithy/util-buffer-from", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@smithy/util-buffer-from@2.2.0", "name": "@smithy/util-buffer-from", "escapedName": "@smithy%2futil-buffer-from", "scope": "@smithy", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/@aws-crypto/sha1-browser/@smithy/util-utf8", "/@aws-crypto/sha256-browser/@smithy/util-utf8", "/@aws-crypto/util/@smithy/util-utf8" ], "_resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", "_spec": "2.2.0", "_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "bugs": { "url": "https://github.com/awslabs/smithy-typescript/issues" }, "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" }, "description": "[![NPM version](https://img.shields.io/npm/v/@smithy/util-buffer-from/latest.svg)](https://www.npmjs.com/package/@smithy/util-buffer-from) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-buffer-from.svg)](https://www.npmjs.com/package/@smithy/util-buffer-from)", "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typedoc": "0.23.23" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-buffer-from", "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@smithy/util-buffer-from", "publishConfig": { "directory": ".release/package" }, "repository": { "type": "git", "url": "git+https://github.com/awslabs/smithy-typescript.git", "directory": "packages/util-buffer-from" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", "build:cjs": "node ../../scripts/inline util-buffer-from", "build:es": "yarn g:tsc -p tsconfig.es.json", "build:types": "yarn g:tsc -p tsconfig.types.json", "build:types:downlevel": "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:jest" }, "typedoc": { "entryPoint": "src/index.ts" }, "types": "./dist-types/index.d.ts", "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "version": "2.2.0" }