mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
Run npm install so have clear baseline
This commit is contained in:
68
node_modules/term-size/package.json
generated
vendored
68
node_modules/term-size/package.json
generated
vendored
@@ -1,26 +1,58 @@
|
||||
{
|
||||
"name": "term-size",
|
||||
"version": "2.2.0",
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/term-size",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"_args": [
|
||||
[
|
||||
"term-size@2.2.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "term-size@2.2.0",
|
||||
"_id": "term-size@2.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==",
|
||||
"_location": "/term-size",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "term-size@2.2.0",
|
||||
"name": "term-size",
|
||||
"escapedName": "term-size",
|
||||
"rawSpec": "2.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/boxen"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz",
|
||||
"_spec": "2.2.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/term-size/issues"
|
||||
},
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"vendor"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/term-size#readme",
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"size",
|
||||
@@ -34,10 +66,14 @@
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
"license": "MIT",
|
||||
"name": "term-size",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/term-size.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "2.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user