1{ 2 "_from": "through@>=2.2.7 <3", 3 "_id": "through@2.3.8", 4 "_inBundle": false, 5 "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", 6 "_location": "/through", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "through@>=2.2.7 <3", 12 "name": "through", 13 "escapedName": "through", 14 "rawSpec": ">=2.2.7 <3", 15 "saveSpec": null, 16 "fetchSpec": ">=2.2.7 <3" 17 }, 18 "_requiredBy": [ 19 "/JSONStream", 20 "/inquirer" 21 ], 22 "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", 23 "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5", 24 "_spec": "through@>=2.2.7 <3", 25 "_where": "/Users/rebecca/code/npm/node_modules/JSONStream", 26 "author": { 27 "name": "Dominic Tarr", 28 "email": "dominic.tarr@gmail.com", 29 "url": "dominictarr.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/dominictarr/through/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "simplified stream construction", 37 "devDependencies": { 38 "from": "~0.1.3", 39 "stream-spec": "~0.3.5", 40 "tape": "~2.3.2" 41 }, 42 "homepage": "https://github.com/dominictarr/through", 43 "keywords": [ 44 "stream", 45 "streams", 46 "user-streams", 47 "pipe" 48 ], 49 "license": "MIT", 50 "main": "index.js", 51 "name": "through", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/dominictarr/through.git" 55 }, 56 "scripts": { 57 "test": "set -e; for t in test/*.js; do node $t; done" 58 }, 59 "testling": { 60 "browsers": [ 61 "ie/8..latest", 62 "ff/15..latest", 63 "chrome/20..latest", 64 "safari/5.1..latest" 65 ], 66 "files": "test/*.js" 67 }, 68 "version": "2.3.8" 69} 70