first
This commit is contained in:
80
node_modules/tslib/package.json
generated
vendored
Normal file
80
node_modules/tslib/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "tslib@2.6.1",
|
||||
"_id": "tslib@2.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==",
|
||||
"_location": "/tslib",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tslib@2.6.1",
|
||||
"name": "tslib",
|
||||
"escapedName": "tslib",
|
||||
"rawSpec": "2.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/camel-case",
|
||||
"/dot-case",
|
||||
"/less",
|
||||
"/lower-case",
|
||||
"/no-case",
|
||||
"/param-case",
|
||||
"/pascal-case"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
|
||||
"_shasum": "fd8c9a0ff42590b25703c0acb3de3d3f4ede0410",
|
||||
"_spec": "tslib@2.6.1",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\less",
|
||||
"author": {
|
||||
"name": "Microsoft Corp."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/TypeScript/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Runtime library for TypeScript helper functions",
|
||||
"exports": {
|
||||
".": {
|
||||
"module": {
|
||||
"types": "./tslib/modules/index.d.ts",
|
||||
"default": "./tslib.es6.mjs"
|
||||
},
|
||||
"import": {
|
||||
"node": "./modules/index.js",
|
||||
"default": {
|
||||
"types": "./modules/index.d.ts",
|
||||
"default": "./tslib.es6.mjs"
|
||||
}
|
||||
},
|
||||
"default": "./tslib.js"
|
||||
},
|
||||
"./*": "./*",
|
||||
"./": "./"
|
||||
},
|
||||
"homepage": "https://www.typescriptlang.org/",
|
||||
"jsnext:main": "tslib.es6.js",
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"Microsoft",
|
||||
"compiler",
|
||||
"language",
|
||||
"javascript",
|
||||
"tslib",
|
||||
"runtime"
|
||||
],
|
||||
"license": "0BSD",
|
||||
"main": "tslib.js",
|
||||
"module": "tslib.es6.js",
|
||||
"name": "tslib",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/tslib.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"typings": "tslib.d.ts",
|
||||
"version": "2.6.1"
|
||||
}
|
Reference in New Issue
Block a user