| { |
| "author": "Microsoft Corp.", |
| "bugs": { |
| "url": "https://github.com/Microsoft/TypeScript/issues" |
| }, |
| "description": "Runtime library for TypeScript helper functions", |
| "homepage": "http://typescriptlang.org/", |
| "jsnext:main": "tslib.es6.js", |
| "keywords": [ |
| "TypeScript", |
| "Microsoft", |
| "compiler", |
| "language", |
| "javascript", |
| "tslib", |
| "runtime" |
| ], |
| "license": "Apache-2.0", |
| "main": "tslib.js", |
| "module": "tslib.es6.js", |
| "name": "tslib", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/Microsoft/tslib.git" |
| }, |
| "typings": "tslib.d.ts", |
| "version": "1.10.0" |
| } |