mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"name": "tslib",
|
|
"author": "Microsoft Corp.",
|
|
"homepage": "http://typescriptlang.org/",
|
|
"version": "1.10.0",
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
}
|