source: trip-planner-front/node_modules/set-blocking/package.json@ bdd6491

Last change on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "set-blocking@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "set-blocking@2.0.0",
10 "_id": "set-blocking@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
13 "_location": "/set-blocking",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "set-blocking@2.0.0",
19 "name": "set-blocking",
20 "escapedName": "set-blocking",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/npmlog",
27 "/webpack-dev-server/yargs"
28 ],
29 "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
30 "_spec": "2.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Ben Coe",
34 "email": "ben@npmjs.com"
35 },
36 "bugs": {
37 "url": "https://github.com/yargs/set-blocking/issues"
38 },
39 "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
40 "devDependencies": {
41 "chai": "^3.5.0",
42 "coveralls": "^2.11.9",
43 "mocha": "^2.4.5",
44 "nyc": "^6.4.4",
45 "standard": "^7.0.1",
46 "standard-version": "^2.2.1"
47 },
48 "files": [
49 "index.js",
50 "LICENSE.txt"
51 ],
52 "homepage": "https://github.com/yargs/set-blocking#readme",
53 "keywords": [
54 "flush",
55 "terminal",
56 "blocking",
57 "shim",
58 "stdio",
59 "stderr"
60 ],
61 "license": "ISC",
62 "main": "index.js",
63 "name": "set-blocking",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/yargs/set-blocking.git"
67 },
68 "scripts": {
69 "coverage": "nyc report --reporter=text-lcov | coveralls",
70 "pretest": "standard",
71 "test": "nyc mocha ./test/*.js",
72 "version": "standard-version"
73 },
74 "version": "2.0.0"
75}
Note: See TracBrowser for help on using the repository browser.