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/commondir/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "commondir",
    3   "version": "1.0.1",
     2  "_args": [
     3    [
     4      "commondir@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "commondir@1.0.1",
     10  "_id": "commondir@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
     13  "_location": "/commondir",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "commondir@1.0.1",
     19    "name": "commondir",
     20    "escapedName": "commondir",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/find-cache-dir"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "James Halliday",
     33    "email": "mail@substack.net",
     34    "url": "http://substack.net"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/substack/node-commondir/issues"
     38  },
     39  "dependencies": {},
    440  "description": "compute the closest common parent for file paths",
    5   "main": "index.js",
    6   "dependencies": {},
    741  "devDependencies": {
    842    "tape": "^3.5.0"
    943  },
    10   "scripts": {
    11     "test": "tape test/*.js"
     44  "engine": {
     45    "node": ">=0.4"
    1246  },
    13   "repository": {
    14     "type": "git",
    15     "url": "http://github.com/substack/node-commondir.git"
    16   },
     47  "homepage": "https://github.com/substack/node-commondir#readme",
    1748  "keywords": [
    1849    "common",
     
    2354    "root"
    2455  ],
    25   "author": {
    26     "name": "James Halliday",
    27     "email": "mail@substack.net",
    28     "url": "http://substack.net"
     56  "license": "MIT",
     57  "main": "index.js",
     58  "name": "commondir",
     59  "repository": {
     60    "type": "git",
     61    "url": "git+ssh://git@github.com/substack/node-commondir.git"
    2962  },
    30   "license": "MIT",
    31   "engine": {
    32     "node": ">=0.4"
    33   }
     63  "scripts": {
     64    "test": "tape test/*.js"
     65  },
     66  "version": "1.0.1"
    3467}
Note: See TracChangeset for help on using the changeset viewer.