summaryrefslogtreecommitdiff
path: root/node_modules/readable-stream/package.json
diff options
context:
space:
mode:
authorArman Shah <[email protected]>2018-02-19 23:50:04 -0800
committerArman Shah <[email protected]>2018-02-19 23:50:04 -0800
commitae34dcfd3823a609ba7182f2d6eda593be876f7d (patch)
treeb9d7f2884c4999349418cbdc4f9ab46d113e0afd /node_modules/readable-stream/package.json
parentInitial commit (diff)
downloadlauncher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.tar.xz
launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.zip
add base files
Diffstat (limited to 'node_modules/readable-stream/package.json')
-rw-r--r--node_modules/readable-stream/package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/readable-stream/package.json b/node_modules/readable-stream/package.json
new file mode 100644
index 0000000..df8320f
--- /dev/null
+++ b/node_modules/readable-stream/package.json
@@ -0,0 +1,65 @@
+{
+ "_from": "readable-stream@~1.1.9",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
+ "_location": "/readable-stream",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "readable-stream@~1.1.9",
+ "name": "readable-stream",
+ "escapedName": "readable-stream",
+ "rawSpec": "~1.1.9",
+ "saveSpec": null,
+ "fetchSpec": "~1.1.9"
+ },
+ "_requiredBy": [
+ "/through2"
+ ],
+ "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
+ "_shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
+ "_spec": "readable-stream@~1.1.9",
+ "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/through2",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "[email protected]",
+ "url": "http://blog.izs.me/"
+ },
+ "browser": {
+ "util": false
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/readable-stream/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.1",
+ "isarray": "0.0.1",
+ "string_decoder": "~0.10.x"
+ },
+ "deprecated": false,
+ "description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
+ "devDependencies": {
+ "tap": "~0.2.6"
+ },
+ "homepage": "https://github.com/isaacs/readable-stream#readme",
+ "keywords": [
+ "readable",
+ "stream",
+ "pipe"
+ ],
+ "license": "MIT",
+ "main": "readable.js",
+ "name": "readable-stream",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/readable-stream.git"
+ },
+ "scripts": {
+ "test": "tap test/simple/*.js"
+ },
+ "version": "1.1.14"
+}