Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+34 -5
View File
@@ -1,7 +1,32 @@
{
"name": "is-buffer",
"description": "Determine if an object is a Buffer",
"version": "1.1.6",
"_args": [
[
"is-buffer@1.1.6",
"/home/marco/repos/github/codeql-action"
]
],
"_from": "is-buffer@1.1.6",
"_id": "is-buffer@1.1.6",
"_inBundle": false,
"_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"_location": "/is-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-buffer@1.1.6",
"name": "is-buffer",
"escapedName": "is-buffer",
"rawSpec": "1.1.6",
"saveSpec": null,
"fetchSpec": "1.1.6"
},
"_requiredBy": [
"/md5"
],
"_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"_spec": "1.1.6",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -11,11 +36,13 @@
"url": "https://github.com/feross/is-buffer/issues"
},
"dependencies": {},
"description": "Determine if an object is a Buffer",
"devDependencies": {
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"homepage": "https://github.com/feross/is-buffer#readme",
"keywords": [
"buffer",
"buffers",
@@ -35,6 +62,7 @@
],
"license": "MIT",
"main": "index.js",
"name": "is-buffer",
"repository": {
"type": "git",
"url": "git://github.com/feross/is-buffer.git"
@@ -47,5 +75,6 @@
},
"testling": {
"files": "test/*.js"
}
}
},
"version": "1.1.6"
}