mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
30 lines
726 B
JSON
30 lines
726 B
JSON
|
{
|
||
|
"name": "tslib",
|
||
|
"author": "Microsoft Corp.",
|
||
|
"homepage": "https://www.typescriptlang.org/",
|
||
|
"version": "1.13.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
|
||
|
}
|