Files
codeql-action/node_modules/glob-hash/package.json
T
2020-12-09 21:28:55 +01:00

75 lines
1.7 KiB
JSON

{
"_from": "glob-hash",
"_id": "glob-hash@1.0.5",
"_inBundle": false,
"_integrity": "sha1-IFjVh1P9QiuNBcsH01JiJHgu9Oc=",
"_location": "/glob-hash",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "glob-hash",
"name": "glob-hash",
"escapedName": "glob-hash",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/glob-hash/-/glob-hash-1.0.5.tgz",
"_shasum": "2058d58753fd422b8d05cb07d3526224782ef4e7",
"_spec": "glob-hash",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "Rouslan Placella",
"email": "rouslan@placella.com",
"url": "https://github.com/roccivic"
},
"bin": {
"glob-hash": "bin/glob-hash"
},
"bugs": {
"url": "https://github.com/roccivic/glob-hash/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.0.0-rc.6",
"commander": "^2.9.0",
"glob": "^7.0.5",
"q": "^1.4.1"
},
"deprecated": false,
"description": "npm module to hash the contents of files matched by globs",
"devDependencies": {
"tap": "^5.8.0"
},
"homepage": "https://github.com/roccivic/glob-hash#readme",
"keywords": [
"crypto",
"directory",
"files",
"folder",
"glob",
"hash",
"md5",
"path",
"paths",
"sha1",
"sha256"
],
"license": "MIT",
"main": "lib/glob-hash.js",
"name": "glob-hash",
"repository": {
"type": "git",
"url": "git+https://github.com/roccivic/glob-hash.git"
},
"scripts": {
"test": "node ./node_modules/tap/bin/run.js test/*.js"
},
"version": "1.0.5"
}