{
  "_args": [
    [
      "@smithy/types@1.0.0",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "@smithy/types@1.0.0",
  "_id": "@smithy/types@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-kc1m5wPBHQCTixwuaOh9vnak/iJm21DrSf9UK6yDE5S3mQQ4u11pqAUiKWnlrZnYkeLfAI9UEHj9OaMT1v5Umg==",
  "_location": "/@smithy/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@smithy/types@1.0.0",
    "name": "@smithy/types",
    "escapedName": "@smithy%2ftypes",
    "scope": "@smithy",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@aws-sdk/client-lambda",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso-oidc",
    "/@aws-sdk/client-sts",
    "/@smithy/protocol-http"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "AWS Smithy Team",
    "url": "https://smithy.io"
  },
  "bugs": {
    "url": "https://github.com/awslabs/smithy-typescript/issues"
  },
  "dependencies": {
    "tslib": "^2.5.0"
  },
  "description": "[![NPM version](https://img.shields.io/npm/v/@smithy/types/latest.svg)](https://www.npmjs.com/package/@smithy/types) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/types.svg)](https://www.npmjs.com/package/@smithy/types)",
  "devDependencies": {
    "@tsconfig/recommended": "1.0.1",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23",
    "typescript": "~4.9.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/types",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@smithy/types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awslabs/smithy-typescript.git",
    "directory": "packages/types"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:es": "tsc -p tsconfig.es.json",
    "build:types": "tsc -p tsconfig.types.json",
    "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
    "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
    "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
    "test": "tsc -p tsconfig.test.json"
  },
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "1.0.0"
}
