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/tslib/package.json

138 lines
4 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "tslib@^2.6.2",
"_id": "tslib@2.6.2",
"_inBundle": false,
"_integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"_location": "/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^2.6.2",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^2.6.2",
"saveSpec": null,
"fetchSpec": "^2.6.2"
},
"_requiredBy": [
"/@aws-sdk/client-cognito-identity",
"/@aws-sdk/client-sso",
"/@aws-sdk/client-sso-oidc",
"/@aws-sdk/client-sts",
"/@aws-sdk/core",
"/@aws-sdk/credential-provider-cognito-identity",
"/@aws-sdk/credential-provider-env",
"/@aws-sdk/credential-provider-http",
"/@aws-sdk/credential-provider-ini",
"/@aws-sdk/credential-provider-node",
"/@aws-sdk/credential-provider-process",
"/@aws-sdk/credential-provider-sso",
"/@aws-sdk/credential-provider-web-identity",
"/@aws-sdk/credential-providers",
"/@aws-sdk/middleware-host-header",
"/@aws-sdk/middleware-logger",
"/@aws-sdk/middleware-recursion-detection",
"/@aws-sdk/middleware-user-agent",
"/@aws-sdk/region-config-resolver",
"/@aws-sdk/token-providers",
"/@aws-sdk/types",
"/@aws-sdk/util-endpoints",
"/@aws-sdk/util-locate-window",
"/@aws-sdk/util-user-agent-browser",
"/@aws-sdk/util-user-agent-node",
"/@aws-sdk/util-utf8-browser",
"/@smithy/abort-controller",
"/@smithy/config-resolver",
"/@smithy/core",
"/@smithy/credential-provider-imds",
"/@smithy/fetch-http-handler",
"/@smithy/hash-node",
"/@smithy/invalid-dependency",
"/@smithy/is-array-buffer",
"/@smithy/middleware-content-length",
"/@smithy/middleware-endpoint",
"/@smithy/middleware-retry",
"/@smithy/middleware-serde",
"/@smithy/middleware-stack",
"/@smithy/node-config-provider",
"/@smithy/node-http-handler",
"/@smithy/property-provider",
"/@smithy/protocol-http",
"/@smithy/querystring-builder",
"/@smithy/querystring-parser",
"/@smithy/shared-ini-file-loader",
"/@smithy/signature-v4",
"/@smithy/smithy-client",
"/@smithy/types",
"/@smithy/url-parser",
"/@smithy/util-base64",
"/@smithy/util-body-length-browser",
"/@smithy/util-body-length-node",
"/@smithy/util-buffer-from",
"/@smithy/util-config-provider",
"/@smithy/util-defaults-mode-browser",
"/@smithy/util-defaults-mode-node",
"/@smithy/util-endpoints",
"/@smithy/util-hex-encoding",
"/@smithy/util-middleware",
"/@smithy/util-retry",
"/@smithy/util-stream",
"/@smithy/util-uri-escape",
"/@smithy/util-utf8"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"_shasum": "703ac29425e7b37cd6fd456e92404d46d1f3e4ae",
"_spec": "tslib@^2.6.2",
"_where": "/home/dorians/cronjob/node_modules/@aws-sdk/credential-providers",
"author": {
"name": "Microsoft Corp."
},
"bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Runtime library for TypeScript helper functions",
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
},
"homepage": "https://www.typescriptlang.org/",
"jsnext:main": "tslib.es6.js",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript",
"tslib",
"runtime"
],
"license": "0BSD",
"main": "tslib.js",
"module": "tslib.es6.js",
"name": "tslib",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/tslib.git"
},
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "2.6.2"
}