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
+58 -23
View File
@@ -1,16 +1,58 @@
{
"name": "merge2",
"description": "Merge multiple streams into one stream in sequence or parallel.",
"_args": [
[
"merge2@1.3.0",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "merge2@1.3.0",
"_id": "merge2@1.3.0",
"_inBundle": false,
"_integrity": "sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==",
"_location": "/merge2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "merge2@1.3.0",
"name": "merge2",
"escapedName": "merge2",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/@typescript-eslint/typescript-estree/globby",
"/del/globby",
"/fast-glob",
"/globby"
],
"_resolved": "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/home/marco/repos/github/codeql-action",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"license": "MIT",
"version": "1.3.0",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:teambition/merge2.git"
"bugs": {
"url": "https://github.com/teambition/merge2/issues"
},
"dependencies": {},
"description": "Merge multiple streams into one stream in sequence or parallel.",
"devDependencies": {
"standard": "^14.2.0",
"through2": "^3.0.1",
"thunks": "^4.9.5",
"tman": "^1.9.0",
"to-through": "^2.0.0"
},
"engines": {
"node": ">= 6"
},
"files": [
"README.md",
"index.js"
],
"homepage": "https://github.com/teambition/merge2",
"keywords": [
"merge2",
@@ -22,22 +64,15 @@
"merge stream",
"sync"
],
"engines": {
"node": ">= 6"
},
"dependencies": {},
"devDependencies": {
"standard": "^14.2.0",
"through2": "^3.0.1",
"thunks": "^4.9.5",
"tman": "^1.9.0",
"to-through": "^2.0.0"
"license": "MIT",
"main": "./index.js",
"name": "merge2",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/teambition/merge2.git"
},
"scripts": {
"test": "standard && tman"
},
"files": [
"README.md",
"index.js"
]
}
"version": "1.3.0"
}