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

90
node_modules/ora/package.json generated vendored
View File

@@ -1,25 +1,70 @@
{
"name": "ora",
"version": "4.0.4",
"description": "Elegant terminal spinner",
"license": "MIT",
"repository": "sindresorhus/ora",
"funding": "https://github.com/sponsors/sindresorhus",
"_args": [
[
"ora@4.0.4",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "ora@4.0.4",
"_id": "ora@4.0.4",
"_inBundle": false,
"_integrity": "sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==",
"_location": "/ora",
"_phantomChildren": {
"@types/color-name": "1.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ora@4.0.4",
"name": "ora",
"escapedName": "ora",
"rawSpec": "4.0.4",
"saveSpec": null,
"fetchSpec": "4.0.4"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.4.tgz",
"_spec": "4.0.4",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ora/issues"
},
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.2.0",
"is-interactive": "^1.0.0",
"log-symbols": "^3.0.0",
"mute-stream": "0.0.8",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
},
"description": "Elegant terminal spinner",
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.4.0",
"get-stream": "^5.1.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/ora#readme",
"keywords": [
"cli",
"spinner",
@@ -36,21 +81,14 @@
"wait",
"idle"
],
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.2.0",
"is-interactive": "^1.0.0",
"log-symbols": "^3.0.0",
"mute-stream": "0.0.8",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
"license": "MIT",
"name": "ora",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ora.git"
},
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.4.0",
"get-stream": "^5.1.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
}
}
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.4"
}