Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
76
node_modules/slice-ansi/package.json
generated
vendored
76
node_modules/slice-ansi/package.json
generated
vendored
|
|
@ -1,18 +1,58 @@
|
|||
{
|
||||
"name": "slice-ansi",
|
||||
"version": "3.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"slice-ansi@3.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "slice-ansi@3.0.0",
|
||||
"_id": "slice-ansi@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==",
|
||||
"_location": "/slice-ansi",
|
||||
"_phantomChildren": {
|
||||
"@types/color-name": "1.1.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "slice-ansi@3.0.0",
|
||||
"name": "slice-ansi",
|
||||
"escapedName": "slice-ansi",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-truncate"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"bugs": {
|
||||
"url": "https://github.com/chalk/slice-ansi/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-styles": "^4.0.0",
|
||||
"astral-regex": "^2.0.0",
|
||||
"is-fullwidth-code-point": "^3.0.0"
|
||||
},
|
||||
"description": "Slice a string with ANSI escape codes",
|
||||
"license": "MIT",
|
||||
"repository": "chalk/slice-ansi",
|
||||
"devDependencies": {
|
||||
"ava": "^2.1.0",
|
||||
"chalk": "^2.4.2",
|
||||
"random-item": "^3.0.0",
|
||||
"strip-ansi": "^5.0.0",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/chalk/slice-ansi#readme",
|
||||
"keywords": [
|
||||
"slice",
|
||||
"string",
|
||||
|
|
@ -36,16 +76,14 @@
|
|||
"command-line",
|
||||
"text"
|
||||
],
|
||||
"dependencies": {
|
||||
"ansi-styles": "^4.0.0",
|
||||
"astral-regex": "^2.0.0",
|
||||
"is-fullwidth-code-point": "^3.0.0"
|
||||
"license": "MIT",
|
||||
"name": "slice-ansi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chalk/slice-ansi.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.1.0",
|
||||
"chalk": "^2.4.2",
|
||||
"random-item": "^3.0.0",
|
||||
"strip-ansi": "^5.0.0",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue