Urara-Blog/node_modules/.pnpm-store/v3/files/5e/70ddbbbc8696b3dee3775310ea7fcc84b943bc2fdd46ea6c4b53504a405a2a4edccf7a9835f57828ea9f731ee8ddeb4d5fe6e3dc8f7e36ac4861e9dc2d7f13
2022-08-14 01:14:53 +08:00

38 lines
936 B
Text

{
"name": "tslib",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "2.4.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,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
}