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