source: trip-planner-front/node_modules/npmlog/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 593 bytes
Line 
1{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3 "name": "npmlog",
4 "description": "logger for npm",
5 "version": "4.1.2",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/npm/npmlog.git"
9 },
10 "main": "log.js",
11 "files": [
12 "log.js"
13 ],
14 "scripts": {
15 "test": "standard && tap test/*.js"
16 },
17 "dependencies": {
18 "are-we-there-yet": "~1.1.2",
19 "console-control-strings": "~1.1.0",
20 "gauge": "~2.7.3",
21 "set-blocking": "~2.0.0"
22 },
23 "devDependencies": {
24 "standard": "~7.1.2",
25 "tap": "~5.7.3"
26 },
27 "license": "ISC"
28}
Note: See TracBrowser for help on using the repository browser.