1{ 2 "_from": "set-blocking@~2.0.0", 3 "_id": "set-blocking@2.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", 6 "_location": "/set-blocking", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "set-blocking@~2.0.0", 12 "name": "set-blocking", 13 "escapedName": "set-blocking", 14 "rawSpec": "~2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "~2.0.0" 17 }, 18 "_requiredBy": [ 19 "/npmlog", 20 "/yargs" 21 ], 22 "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", 23 "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7", 24 "_spec": "set-blocking@~2.0.0", 25 "_where": "/Users/rebecca/code/npm/node_modules/npmlog", 26 "author": { 27 "name": "Ben Coe", 28 "email": "ben@npmjs.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/yargs/set-blocking/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", 36 "devDependencies": { 37 "chai": "^3.5.0", 38 "coveralls": "^2.11.9", 39 "mocha": "^2.4.5", 40 "nyc": "^6.4.4", 41 "standard": "^7.0.1", 42 "standard-version": "^2.2.1" 43 }, 44 "files": [ 45 "index.js", 46 "LICENSE.txt" 47 ], 48 "homepage": "https://github.com/yargs/set-blocking#readme", 49 "keywords": [ 50 "flush", 51 "terminal", 52 "blocking", 53 "shim", 54 "stdio", 55 "stderr" 56 ], 57 "license": "ISC", 58 "main": "index.js", 59 "name": "set-blocking", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/yargs/set-blocking.git" 63 }, 64 "scripts": { 65 "coverage": "nyc report --reporter=text-lcov | coveralls", 66 "pretest": "standard", 67 "test": "nyc mocha ./test/*.js", 68 "version": "standard-version" 69 }, 70 "version": "2.0.0" 71} 72