source: trip-planner-front/node_modules/npmlog/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "npmlog@4.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "npmlog@4.1.2",
10 "_id": "npmlog@4.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
13 "_location": "/npmlog",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "npmlog@4.1.2",
19 "name": "npmlog",
20 "escapedName": "npmlog",
21 "rawSpec": "4.1.2",
22 "saveSpec": null,
23 "fetchSpec": "4.1.2"
24 },
25 "_requiredBy": [
26 "/node-gyp"
27 ],
28 "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
29 "_spec": "4.1.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me",
34 "url": "http://blog.izs.me/"
35 },
36 "bugs": {
37 "url": "https://github.com/npm/npmlog/issues"
38 },
39 "dependencies": {
40 "are-we-there-yet": "~1.1.2",
41 "console-control-strings": "~1.1.0",
42 "gauge": "~2.7.3",
43 "set-blocking": "~2.0.0"
44 },
45 "description": "logger for npm",
46 "devDependencies": {
47 "standard": "~7.1.2",
48 "tap": "~5.7.3"
49 },
50 "files": [
51 "log.js"
52 ],
53 "homepage": "https://github.com/npm/npmlog#readme",
54 "license": "ISC",
55 "main": "log.js",
56 "name": "npmlog",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/npm/npmlog.git"
60 },
61 "scripts": {
62 "test": "standard && tap test/*.js"
63 },
64 "version": "4.1.2"
65}
Note: See TracBrowser for help on using the repository browser.