{ "_args": [ [ "memory-streams@0.1.3", "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2" ] ], "_from": "memory-streams@0.1.3", "_id": "memory-streams@0.1.3", "_inBundle": false, "_integrity": "sha512-qVQ/CjkMyMInPaaRMrwWNDvf6boRZXaT/DbQeMYcCWuXPEBf1v8qChOc9OlEVQp2uOvRXa1Qu30fLmKhY6NipA==", "_location": "/memory-streams", "_phantomChildren": { "core-util-is": "1.0.2", "inherits": "2.0.3" }, "_requested": { "type": "version", "registry": true, "raw": "memory-streams@0.1.3", "name": "memory-streams", "escapedName": "memory-streams", "rawSpec": "0.1.3", "saveSpec": null, "fetchSpec": "0.1.3" }, "_requiredBy": [ "/npm-run-all" ], "_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.3.tgz", "_spec": "0.1.3", "_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2", "author": { "name": "Paul Jackson", "url": "http://jaaco.uk/" }, "bugs": { "url": "https://github.com/paulja/memory-streams-js/issues" }, "dependencies": { "readable-stream": "~1.0.2" }, "description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.", "devDependencies": { "should": "~1.2.2" }, "directories": { "test": "test" }, "homepage": "https://github.com/paulja/memory-streams-js", "keywords": [ "stream", "string", "memory", "Readable", "Writable" ], "license": "MIT", "main": "index.js", "name": "memory-streams", "repository": { "type": "git", "url": "git+ssh://git@github.com/paulja/memory-streams-js.git" }, "scripts": { "test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js" }, "typings": "index.d.ts", "version": "0.1.3" }