summaryrefslogtreecommitdiff
path: root/node_modules/through2/package.json
diff options
context:
space:
mode:
authorArman <[email protected]>2018-08-02 16:50:59 -0700
committerArman <[email protected]>2018-08-02 16:50:59 -0700
commit7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch)
tree1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/through2/package.json
parentdialog box for adding items (diff)
downloadlauncher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz
launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip
inital commit
Diffstat (limited to 'node_modules/through2/package.json')
-rw-r--r--node_modules/through2/package.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/node_modules/through2/package.json b/node_modules/through2/package.json
deleted file mode 100644
index ca3a258..0000000
--- a/node_modules/through2/package.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "_from": "through2@~0.2.3",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=",
- "_location": "/through2",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "through2@~0.2.3",
- "name": "through2",
- "escapedName": "through2",
- "rawSpec": "~0.2.3",
- "saveSpec": null,
- "fetchSpec": "~0.2.3"
- },
- "_requiredBy": [
- "/progress-stream"
- ],
- "_resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz",
- "_shasum": "eb3284da4ea311b6cc8ace3653748a52abf25a3f",
- "_spec": "through2@~0.2.3",
- "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/progress-stream",
- "author": {
- "name": "Rod Vagg",
- "email": "[email protected]",
- "url": "https://github.com/rvagg"
- },
- "bugs": {
- "url": "https://github.com/rvagg/through2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "readable-stream": "~1.1.9",
- "xtend": "~2.1.1"
- },
- "deprecated": false,
- "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
- "devDependencies": {
- "bl": "~0.4.1",
- "stream-spigot": "~2.1.2",
- "tape": "~1.1.1"
- },
- "homepage": "https://github.com/rvagg/through2#readme",
- "keywords": [
- "stream",
- "streams2",
- "through",
- "transform"
- ],
- "license": "MIT",
- "main": "through2.js",
- "name": "through2",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rvagg/through2.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "0.2.3"
-}