source: trip-planner-front/node_modules/webpack-log/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "webpack-log@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "webpack-log@2.0.0",
10 "_id": "webpack-log@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
13 "_location": "/webpack-log",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "webpack-log@2.0.0",
19 "name": "webpack-log",
20 "escapedName": "webpack-log",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server",
27 "/webpack-dev-server/webpack-dev-middleware"
28 ],
29 "_resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
30 "_spec": "2.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Andrew Powell",
34 "email": "andrew@shellscape.org"
35 },
36 "bugs": {
37 "url": "https://github.com/webpack-contrib/webpack-log/issues"
38 },
39 "dependencies": {
40 "ansi-colors": "^3.0.0",
41 "uuid": "^3.3.2"
42 },
43 "description": "A common logger for the webpack ecosystem",
44 "devDependencies": {
45 "assert": "^1.4.1",
46 "eslint": "^5.4.0",
47 "eslint-config-webpack": "^1.2.5",
48 "eslint-plugin-import": "^2.14.0",
49 "mocha": "^5.2.0",
50 "nyc": "^12.0.2",
51 "sinon": "^6.1.5",
52 "standard-version": "^4.4.0",
53 "strip-ansi": "^4.0.0"
54 },
55 "engines": {
56 "node": ">= 6"
57 },
58 "files": [
59 "src"
60 ],
61 "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
62 "issues": "https://github.com/webpack-contrib/webpack-log/issues",
63 "license": "MIT",
64 "main": "src/index.js",
65 "name": "webpack-log",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/webpack-contrib/webpack-log.git"
69 },
70 "scripts": {
71 "lint": "eslint src test",
72 "release": "standard-version",
73 "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
74 },
75 "version": "2.0.0"
76}
Note: See TracBrowser for help on using the repository browser.