aboutsummaryrefslogtreecommitdiff
path: root/node_modules/to-readable-stream/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/to-readable-stream/package.json
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/to-readable-stream/package.json')
-rw-r--r--node_modules/to-readable-stream/package.json72
1 files changed, 0 insertions, 72 deletions
diff --git a/node_modules/to-readable-stream/package.json b/node_modules/to-readable-stream/package.json
deleted file mode 100644
index 68a1c90..0000000
--- a/node_modules/to-readable-stream/package.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "_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"
-}