1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "tslib",
|
3 |
|
|
"author": "Microsoft Corp.",
|
4 |
|
|
"homepage": "https://www.typescriptlang.org/",
|
5 |
|
|
"version": "1.11.1",
|
6 |
|
|
"license": "Apache-2.0",
|
7 |
|
|
"description": "Runtime library for TypeScript helper functions",
|
8 |
|
|
"keywords": [
|
9 |
|
|
"TypeScript",
|
10 |
|
|
"Microsoft",
|
11 |
|
|
"compiler",
|
12 |
|
|
"language",
|
13 |
|
|
"javascript",
|
14 |
|
|
"tslib",
|
15 |
|
|
"runtime"
|
16 |
|
|
],
|
17 |
|
|
"bugs": {
|
18 |
|
|
"url": "https://github.com/Microsoft/TypeScript/issues"
|
19 |
|
|
},
|
20 |
|
|
"repository": {
|
21 |
|
|
"type": "git",
|
22 |
|
|
"url": "https://github.com/Microsoft/tslib.git"
|
23 |
|
|
},
|
24 |
|
|
"main": "tslib.js",
|
25 |
|
|
"module": "tslib.es6.js",
|
26 |
|
|
"jsnext:main": "tslib.es6.js",
|
27 |
|
|
"typings": "tslib.d.ts",
|
28 |
|
|
"sideEffects": false
|
29 |
|
|
}
|