mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
Run npm install so have clear baseline
This commit is contained in:
62
node_modules/tslib/package.json
generated
vendored
62
node_modules/tslib/package.json
generated
vendored
@@ -1,10 +1,43 @@
|
||||
{
|
||||
"name": "tslib",
|
||||
"author": "Microsoft Corp.",
|
||||
"homepage": "https://www.typescriptlang.org/",
|
||||
"version": "1.11.1",
|
||||
"license": "Apache-2.0",
|
||||
"_args": [
|
||||
[
|
||||
"tslib@1.11.1",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "tslib@1.11.1",
|
||||
"_id": "tslib@1.11.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
|
||||
"_location": "/tslib",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tslib@1.11.1",
|
||||
"name": "tslib",
|
||||
"escapedName": "tslib",
|
||||
"rawSpec": "1.11.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tslint",
|
||||
"/tsutils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
|
||||
"_spec": "1.11.1",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Microsoft Corp."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/TypeScript/issues"
|
||||
},
|
||||
"description": "Runtime library for TypeScript helper functions",
|
||||
"homepage": "https://www.typescriptlang.org/",
|
||||
"jsnext:main": "tslib.es6.js",
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"Microsoft",
|
||||
@@ -14,16 +47,15 @@
|
||||
"tslib",
|
||||
"runtime"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/TypeScript/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/tslib.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "tslib.js",
|
||||
"module": "tslib.es6.js",
|
||||
"jsnext:main": "tslib.es6.js",
|
||||
"name": "tslib",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/tslib.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"typings": "tslib.d.ts",
|
||||
"sideEffects": false
|
||||
}
|
||||
"version": "1.11.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user