This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@smithy/util-uri-escape/package.json

90 lines
3.1 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "@smithy/util-uri-escape@^3.0.0",
"_id": "@smithy/util-uri-escape@3.0.0",
"_inBundle": false,
"_integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==",
"_location": "/@smithy/util-uri-escape",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@smithy/util-uri-escape@^3.0.0",
"name": "@smithy/util-uri-escape",
"escapedName": "@smithy%2futil-uri-escape",
"scope": "@smithy",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@smithy/querystring-builder",
"/@smithy/signature-v4"
],
"_resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz",
"_shasum": "e43358a78bf45d50bb736770077f0f09195b6f54",
"_spec": "@smithy/util-uri-escape@^3.0.0",
"_where": "/home/dorians/cronjob/node_modules/@smithy/querystring-builder",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"bugs": {
"url": "https://github.com/awslabs/smithy-typescript/issues"
},
"bundleDependencies": false,
"dependencies": {
"tslib": "^2.6.2"
},
"deprecated": false,
"description": "[![NPM version](https://img.shields.io/npm/v/@smithy/util-uri-escape/latest.svg)](https://www.npmjs.com/package/@smithy/util-uri-escape) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-uri-escape.svg)](https://www.npmjs.com/package/@smithy/util-uri-escape)",
"devDependencies": {
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typedoc": "0.23.23"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-uri-escape",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@smithy/util-uri-escape",
"publishConfig": {
"directory": ".release/package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awslabs/smithy-typescript.git",
"directory": "packages/util-uri-escape"
},
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-uri-escape",
"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": "3.0.0"
}