aboutsummaryrefslogtreecommitdiff
path: root/node_modules/to-readable-stream/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/to-readable-stream/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/to-readable-stream/package.json')
-rw-r--r--node_modules/to-readable-stream/package.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/node_modules/to-readable-stream/package.json b/node_modules/to-readable-stream/package.json
new file mode 100644
index 0000000..68a1c90
--- /dev/null
+++ b/node_modules/to-readable-stream/package.json
@@ -0,0 +1,72 @@
+{
+ "_from": "to-readable-stream@^1.0.0",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==",
+ "_location": "/to-readable-stream",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "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",
+ "_shasum": "ce0aa0c2f3df6adf852efb404a783e77c0475771",
+ "_spec": "to-readable-stream@^1.0.0",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/got",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "[email protected]",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/to-readable-stream/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Convert a string/Buffer/Uint8Array to a readable stream",
+ "devDependencies": {
+ "ava": "*",
+ "get-stream": "^3.0.0",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/to-readable-stream#readme",
+ "keywords": [
+ "stream",
+ "readablestream",
+ "string",
+ "buffer",
+ "uint8array",
+ "from",
+ "into",
+ "to",
+ "transform",
+ "convert",
+ "readable",
+ "pull"
+ ],
+ "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"
+}