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

73
node_modules/wcwidth/package.json generated vendored
View File

@@ -1,19 +1,58 @@
{
"name": "wcwidth",
"version": "1.0.1",
"description": "Port of C's wcwidth() and wcswidth()",
"author": "Tim Oxley",
"contributors": [
"Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)"
"_args": [
[
"wcwidth@1.0.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "wcwidth@1.0.1",
"_id": "wcwidth@1.0.1",
"_inBundle": false,
"_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
"_location": "/wcwidth",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wcwidth@1.0.1",
"name": "wcwidth",
"escapedName": "wcwidth",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/ora"
],
"_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Tim Oxley"
},
"bugs": {
"url": "https://github.com/timoxley/wcwidth/issues"
},
"contributors": [
{
"name": "Woong Jun",
"email": "woong.jun@gmail.com",
"url": "http://code.woong.org/"
}
],
"main": "index.js",
"dependencies": {
"defaults": "^1.0.3"
},
"description": "Port of C's wcwidth() and wcswidth()",
"devDependencies": {
"tape": "^4.5.1"
},
"license": "MIT",
"directories": {
"doc": "docs",
"test": "test"
},
"homepage": "https://github.com/timoxley/wcwidth#readme",
"keywords": [
"wide character",
"wc",
@@ -24,19 +63,15 @@
"wcwidth",
"wcswidth"
],
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"license": "MIT",
"main": "index.js",
"name": "wcwidth",
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/wcwidth.git"
},
"bugs": {
"url": "https://github.com/timoxley/wcwidth/issues"
"scripts": {
"test": "tape test/*.js"
},
"homepage": "https://github.com/timoxley/wcwidth#readme"
}
"version": "1.0.1"
}