summaryrefslogtreecommitdiff
path: root/src/node_modules/tslib/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-21 16:52:28 +0100
committerMinteck <contact@minteck.org>2021-12-21 16:52:28 +0100
commit46e43f4bde4a35785b4997b81e86cd19f046b69b (patch)
treec53c2f826f777f9d6b2d249dab556feb72a6c3a6 /src/node_modules/tslib/package.json
downloadlangdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.gz
langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.bz2
langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.zip
Commit
Diffstat (limited to 'src/node_modules/tslib/package.json')
-rw-r--r--src/node_modules/tslib/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/node_modules/tslib/package.json b/src/node_modules/tslib/package.json
new file mode 100644
index 0000000..e32049e
--- /dev/null
+++ b/src/node_modules/tslib/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "tslib",
+ "author": "Microsoft Corp.",
+ "homepage": "https://www.typescriptlang.org/",
+ "version": "2.0.3",
+ "license": "0BSD",
+ "description": "Runtime library for TypeScript helper functions",
+ "keywords": [
+ "TypeScript",
+ "Microsoft",
+ "compiler",
+ "language",
+ "javascript",
+ "tslib",
+ "runtime"
+ ],
+ "bugs": {
+ "url": "https://github.com/Microsoft/TypeScript/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Microsoft/tslib.git"
+ },
+ "main": "tslib.js",
+ "module": "tslib.es6.js",
+ "jsnext:main": "tslib.es6.js",
+ "typings": "tslib.d.ts",
+ "sideEffects": false,
+ "exports": {
+ ".": {
+ "module": "./tslib.es6.js",
+ "import": "./modules/index.js",
+ "default": "./tslib.js"
+ },
+ "./": "./"
+ }
+}