{ "_args": [ [ "@aws-sdk/util-user-agent-node@3.808.0", "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot" ] ], "_from": "@aws-sdk/util-user-agent-node@3.808.0", "_id": "@aws-sdk/util-user-agent-node@3.808.0", "_inBundle": false, "_integrity": "sha512-5UmB6u7RBSinXZAVP2iDgqyeVA/odO2SLEcrXaeTCw8ICXEoqF0K+GL36T4iDbzCBOAIugOZ6OcQX5vH3ck5UA==", "_location": "/@aws-sdk/util-user-agent-node", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@aws-sdk/util-user-agent-node@3.808.0", "name": "@aws-sdk/util-user-agent-node", "escapedName": "@aws-sdk%2futil-user-agent-node", "scope": "@aws-sdk", "rawSpec": "3.808.0", "saveSpec": null, "fetchSpec": "3.808.0" }, "_requiredBy": [ "/@aws-sdk/client-ec2", "/@aws-sdk/client-s3", "/@aws-sdk/client-sso", "/@aws-sdk/nested-clients" ], "_resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.808.0.tgz", "_spec": "3.808.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/aws/aws-sdk-js-v3/issues" }, "dependencies": { "@aws-sdk/middleware-user-agent": "3.808.0", "@aws-sdk/types": "3.804.0", "@smithy/node-config-provider": "^4.1.1", "@smithy/types": "^4.2.0", "tslib": "^2.6.2" }, "description": "[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-node.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node)", "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typescript": "~5.8.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-node", "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@aws-sdk/util-user-agent-node", "peerDependencies": { "aws-crt": ">=1.0.0" }, "peerDependenciesMeta": { "aws-crt": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages/util-user-agent-node" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node", "build:es": "tsc -p tsconfig.es.json", "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", "build:types": "tsc -p tsconfig.types.json", "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", "test": "yarn g:vitest run", "test:watch": "yarn g:vitest watch" }, "types": "./dist-types/index.d.ts", "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "version": "3.808.0" }