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

View File

@@ -1,25 +1,60 @@
{
"name": "cli-truncate",
"version": "2.1.0",
"description": "Truncate a string to a specific width in the terminal",
"license": "MIT",
"repository": "sindresorhus/cli-truncate",
"funding": "https://github.com/sponsors/sindresorhus",
"_args": [
[
"cli-truncate@2.1.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "cli-truncate@2.1.0",
"_id": "cli-truncate@2.1.0",
"_inBundle": false,
"_integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==",
"_location": "/cli-truncate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli-truncate@2.1.0",
"name": "cli-truncate",
"escapedName": "cli-truncate",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-truncate/issues"
},
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
},
"description": "Truncate a string to a specific width in the terminal",
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.11.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/cli-truncate#readme",
"keywords": [
"truncate",
"ellipsis",
@@ -34,13 +69,14 @@
"ansi",
"string"
],
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
"license": "MIT",
"name": "cli-truncate",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-truncate.git"
},
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
}
}
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}