github-pages-deploy-action/node_modules/tslib/package.json

29 lines
701 B
JSON
Raw Normal View History

2020-01-28 13:08:03 +08:00
{
"name": "tslib",
2020-03-31 20:57:48 +08:00
"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"
2020-01-28 13:08:03 +08:00
}