HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/@smithy/core/package.json
{
  "name": "@smithy/core",
  "version": "3.0.0",
  "scripts": {
    "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
    "build:cjs": "node ../../scripts/inline core",
    "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",
    "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
    "lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
    "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
    "test": "yarn g:vitest run",
    "test:cbor:perf": "node ./scripts/cbor-perf.mjs",
    "test:watch": "yarn g:vitest watch"
  },
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "types": "./dist-types/index.d.ts",
  "exports": {
    ".": {
      "module": "./dist-es/index.js",
      "node": "./dist-cjs/index.js",
      "import": "./dist-es/index.js",
      "require": "./dist-cjs/index.js",
      "types": "./dist-types/index.d.ts"
    },
    "./package.json": {
      "module": "./package.json",
      "node": "./package.json",
      "import": "./package.json",
      "require": "./package.json"
    },
    "./cbor": {
      "module": "./dist-es/submodules/cbor/index.js",
      "node": "./dist-cjs/submodules/cbor/index.js",
      "import": "./dist-es/submodules/cbor/index.js",
      "require": "./dist-cjs/submodules/cbor/index.js",
      "types": "./dist-types/submodules/cbor/index.d.ts"
    },
    "./protocols": {
      "module": "./dist-es/submodules/protocols/index.js",
      "node": "./dist-cjs/submodules/protocols/index.js",
      "import": "./dist-es/submodules/protocols/index.js",
      "require": "./dist-cjs/submodules/protocols/index.js",
      "types": "./dist-types/submodules/protocols/index.d.ts"
    }
  },
  "author": {
    "name": "AWS Smithy Team",
    "email": "",
    "url": "https://smithy.io"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@smithy/middleware-serde": "^4.0.0",
    "@smithy/protocol-http": "^5.0.0",
    "@smithy/types": "^4.0.0",
    "@smithy/util-body-length-browser": "^4.0.0",
    "@smithy/util-middleware": "^4.0.0",
    "@smithy/util-stream": "^4.0.0",
    "@smithy/util-utf8": "^4.0.0",
    "tslib": "^2.6.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "files": [
    "./cbor.d.ts",
    "./cbor.js",
    "./protocols.d.ts",
    "./protocols.js",
    "dist-*/**"
  ],
  "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/smithy-typescript.git",
    "directory": "packages/core"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "json-bigint": "^1.0.0",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23"
  },
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "publishConfig": {
    "directory": ".release/package"
  }
}