mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 00:30:27 +00:00
Add glob-hash dependency
This commit is contained in:
+57
-25
@@ -1,12 +1,62 @@
|
||||
{
|
||||
"name": "text-table",
|
||||
"version": "0.2.0",
|
||||
"_args": [
|
||||
[
|
||||
"text-table@0.2.0",
|
||||
"/home/marco/repos/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "text-table@0.2.0",
|
||||
"_id": "text-table@0.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
|
||||
"_location": "/text-table",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "text-table@0.2.0",
|
||||
"name": "text-table",
|
||||
"escapedName": "text-table",
|
||||
"rawSpec": "0.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
||||
"_spec": "0.2.0",
|
||||
"_where": "/home/marco/repos/github/codeql-action",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/text-table/issues"
|
||||
},
|
||||
"description": "borderless text tables with alignment",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"cli-color": "~0.2.3",
|
||||
"tap": "~0.4.0",
|
||||
"tape": "~1.0.2",
|
||||
"cli-color": "~0.2.3"
|
||||
"tape": "~1.0.2"
|
||||
},
|
||||
"homepage": "https://github.com/substack/text-table",
|
||||
"keywords": [
|
||||
"text",
|
||||
"table",
|
||||
"align",
|
||||
"ascii",
|
||||
"rows",
|
||||
"tabular"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "text-table",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/text-table.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
@@ -23,23 +73,5 @@
|
||||
"ipad/6"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/text-table.git"
|
||||
},
|
||||
"homepage": "https://github.com/substack/text-table",
|
||||
"keywords": [
|
||||
"text",
|
||||
"table",
|
||||
"align",
|
||||
"ascii",
|
||||
"rows",
|
||||
"tabular"
|
||||
],
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
"version": "0.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user