Sha256: 7ecf3460a204a34f0ef8ea32d0f9828385658d4e5d5e271f93f40e7b36a32972
Contents?: true
Size: 1.19 KB
Versions: 26
Compression:
Stored size: 1.19 KB
Contents
{ "name": "tslib", "author": "Microsoft Corp.", "homepage": "https://www.typescriptlang.org/", "version": "2.7.0", "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": { "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" }, "./*": "./*", "./": "./" } }
Version data entries
26 entries across 26 versions & 1 rubygems