Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

62
node_modules/tslib/package.json generated vendored
View File

@@ -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"
}