source: trip-planner-front/node_modules/are-we-there-yet/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "are-we-there-yet@1.1.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "are-we-there-yet@1.1.7",
10 "_id": "are-we-there-yet@1.1.7",
11 "_inBundle": false,
12 "_integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
13 "_location": "/are-we-there-yet",
14 "_phantomChildren": {
15 "core-util-is": "1.0.2",
16 "inherits": "2.0.4",
17 "isarray": "1.0.0",
18 "process-nextick-args": "2.0.1",
19 "safe-buffer": "5.1.2",
20 "util-deprecate": "1.0.2"
21 },
22 "_requested": {
23 "type": "version",
24 "registry": true,
25 "raw": "are-we-there-yet@1.1.7",
26 "name": "are-we-there-yet",
27 "escapedName": "are-we-there-yet",
28 "rawSpec": "1.1.7",
29 "saveSpec": null,
30 "fetchSpec": "1.1.7"
31 },
32 "_requiredBy": [
33 "/npmlog"
34 ],
35 "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
36 "_spec": "1.1.7",
37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
38 "author": {
39 "name": "Rebecca Turner",
40 "url": "http://re-becca.org"
41 },
42 "bugs": {
43 "url": "https://github.com/iarna/are-we-there-yet/issues"
44 },
45 "dependencies": {
46 "delegates": "^1.0.0",
47 "readable-stream": "^2.0.6"
48 },
49 "description": "Keep track of the overall completion of many disparate processes",
50 "devDependencies": {
51 "standard": "^11.0.1",
52 "tap": "^12.0.1"
53 },
54 "files": [
55 "index.js",
56 "tracker-base.js",
57 "tracker-group.js",
58 "tracker-stream.js",
59 "tracker.js",
60 "CHANGES.md"
61 ],
62 "homepage": "https://github.com/iarna/are-we-there-yet",
63 "license": "ISC",
64 "main": "index.js",
65 "name": "are-we-there-yet",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/iarna/are-we-there-yet.git"
69 },
70 "scripts": {
71 "test": "standard && tap test/*.js"
72 },
73 "version": "1.1.7"
74}
Note: See TracBrowser for help on using the repository browser.