mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
Add glob-hash dependency
This commit is contained in:
+65
-11
@@ -1,19 +1,73 @@
|
||||
{
|
||||
"name": "lodash",
|
||||
"version": "4.17.19",
|
||||
"_args": [
|
||||
[
|
||||
"lodash@4.17.19",
|
||||
"/home/marco/repos/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "lodash@4.17.19",
|
||||
"_id": "lodash@4.17.19",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
|
||||
"_location": "/lodash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "lodash@4.17.19",
|
||||
"name": "lodash",
|
||||
"escapedName": "lodash",
|
||||
"rawSpec": "4.17.19",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.17.19"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@eslint/eslintrc",
|
||||
"/@typescript-eslint/typescript-estree",
|
||||
"/async",
|
||||
"/ava",
|
||||
"/eslint",
|
||||
"/nock",
|
||||
"/table"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"_spec": "4.17.19",
|
||||
"_where": "/home/marco/repos/github/codeql-action",
|
||||
"author": {
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lodash/lodash/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@qiwi.be"
|
||||
}
|
||||
],
|
||||
"description": "Lodash modular utilities.",
|
||||
"keywords": "modules, stdlib, util",
|
||||
"homepage": "https://lodash.com/",
|
||||
"repository": "lodash/lodash",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
"keywords": [
|
||||
"modules",
|
||||
"stdlib",
|
||||
"util"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lodash.js",
|
||||
"author": "John-David Dalton <john.david.dalton@gmail.com>",
|
||||
"contributors": [
|
||||
"John-David Dalton <john.david.dalton@gmail.com>",
|
||||
"Mathias Bynens <mathias@qiwi.be>"
|
||||
],
|
||||
"name": "lodash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lodash/lodash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "4.17.19"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user