Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/are-we-there-yet/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "are-we-there-yet",
    3   "version": "1.1.7",
    4   "description": "Keep track of the overall completion of many disparate processes",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "standard && tap test/*.js"
     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"
    821  },
    9   "repository": {
    10     "type": "git",
    11     "url": "https://github.com/iarna/are-we-there-yet.git"
     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"
    1231  },
    13   "author": "Rebecca Turner (http://re-becca.org)",
    14   "license": "ISC",
     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  },
    1542  "bugs": {
    1643    "url": "https://github.com/iarna/are-we-there-yet/issues"
    17   },
    18   "homepage": "https://github.com/iarna/are-we-there-yet",
    19   "devDependencies": {
    20     "standard": "^11.0.1",
    21     "tap": "^12.0.1"
    2244  },
    2345  "dependencies": {
    2446    "delegates": "^1.0.0",
    2547    "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"
    2653  },
    2754  "files": [
     
    3259    "tracker.js",
    3360    "CHANGES.md"
    34   ]
     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"
    3574}
Note: See TracChangeset for help on using the changeset viewer.