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
+50 -14
View File
@@ -1,23 +1,54 @@
{
"name": "to-readable-stream",
"version": "1.0.0",
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
"license": "MIT",
"repository": "sindresorhus/to-readable-stream",
"_args": [
[
"to-readable-stream@1.0.0",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "to-readable-stream@1.0.0",
"_id": "to-readable-stream@1.0.0",
"_inBundle": false,
"_integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==",
"_location": "/to-readable-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "to-readable-stream@1.0.0",
"name": "to-readable-stream",
"escapedName": "to-readable-stream",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/to-readable-stream/issues"
},
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/to-readable-stream#readme",
"keywords": [
"stream",
"readablestream",
@@ -32,9 +63,14 @@
"readable",
"pull"
],
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
}
}
"license": "MIT",
"name": "to-readable-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/to-readable-stream.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}