From 7d5a0696ccc642db0d14aae8677ecada40bf85d1 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 2 Aug 2018 16:50:59 -0700 Subject: inital commit --- node_modules/stringstream/package.json | 51 ---------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 node_modules/stringstream/package.json (limited to 'node_modules/stringstream/package.json') diff --git a/node_modules/stringstream/package.json b/node_modules/stringstream/package.json deleted file mode 100644 index ecc9414..0000000 --- a/node_modules/stringstream/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "_from": "stringstream@~0.0.5", - "_id": "stringstream@0.0.5", - "_inBundle": false, - "_integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", - "_location": "/stringstream", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "stringstream@~0.0.5", - "name": "stringstream", - "escapedName": "stringstream", - "rawSpec": "~0.0.5", - "saveSpec": null, - "fetchSpec": "~0.0.5" - }, - "_requiredBy": [ - "/request" - ], - "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "_shasum": "4e484cd4de5a0bbbee18e46307710a8a81621878", - "_spec": "stringstream@~0.0.5", - "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/request", - "author": { - "name": "Michael Hart", - "email": "michael.hart.au@gmail.com", - "url": "http://github.com/mhart" - }, - "bugs": { - "url": "https://github.com/mhart/StringStream/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Encode and decode streams into string streams", - "homepage": "https://github.com/mhart/StringStream#readme", - "keywords": [ - "string", - "stream", - "base64", - "gzip" - ], - "license": "MIT", - "main": "stringstream.js", - "name": "stringstream", - "repository": { - "type": "git", - "url": "git+https://github.com/mhart/StringStream.git" - }, - "version": "0.0.5" -} -- cgit v1.2.3