- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/set-blocking/package.json
rceaed42 r59329aa 1 1 { 2 "name": "set-blocking", 3 "version": "2.0.0", 4 "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", 5 "main": "index.js", 6 "scripts": { 7 "pretest": "standard", 8 "test": "nyc mocha ./test/*.js", 9 "coverage": "nyc report --reporter=text-lcov | coveralls", 10 "version": "standard-version" 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" 11 24 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/yargs/set-blocking.git" 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" 15 35 }, 16 "keywords": [17 "flush",18 "terminal",19 "blocking",20 "shim",21 "stdio",22 "stderr"23 ],24 "author": "Ben Coe <ben@npmjs.com>",25 "license": "ISC",26 36 "bugs": { 27 37 "url": "https://github.com/yargs/set-blocking/issues" 28 38 }, 29 " homepage": "https://github.com/yargs/set-blocking#readme",39 "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", 30 40 "devDependencies": { 31 41 "chai": "^3.5.0", … … 39 49 "index.js", 40 50 "LICENSE.txt" 41 ] 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" 42 75 }
Note:
See TracChangeset
for help on using the changeset viewer.