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

    rceaed42 r59329aa  
    11{
    2   "name": "mkdirp",
     2  "_args": [
     3    [
     4      "mkdirp@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "mkdirp@1.0.4",
     10  "_id": "mkdirp@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
     13  "_location": "/mkdirp",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mkdirp@1.0.4",
     19    "name": "mkdirp",
     20    "escapedName": "mkdirp",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/@npmcli/git",
     27    "/@npmcli/move-file",
     28    "/cacache",
     29    "/pacote",
     30    "/stylus",
     31    "/tar"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
     34  "_spec": "1.0.4",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "bin": {
     37    "mkdirp": "bin/cmd.js"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/isaacs/node-mkdirp/issues"
     41  },
    342  "description": "Recursively mkdir, like `mkdir -p`",
    4   "version": "1.0.4",
    5   "main": "index.js",
     43  "devDependencies": {
     44    "require-inject": "^1.4.4",
     45    "tap": "^14.10.7"
     46  },
     47  "engines": {
     48    "node": ">=10"
     49  },
     50  "files": [
     51    "bin",
     52    "lib",
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/isaacs/node-mkdirp#readme",
    656  "keywords": [
    757    "mkdir",
     
    1363    "native"
    1464  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "mkdirp",
    1568  "repository": {
    1669    "type": "git",
    17     "url": "https://github.com/isaacs/node-mkdirp.git"
     70    "url": "git+https://github.com/isaacs/node-mkdirp.git"
    1871  },
    1972  "scripts": {
    20     "test": "tap",
     73    "postpublish": "git push origin --follow-tags",
     74    "postversion": "npm publish",
     75    "preversion": "npm test",
    2176    "snap": "tap",
    22     "preversion": "npm test",
    23     "postversion": "npm publish",
    24     "postpublish": "git push origin --follow-tags"
     77    "test": "tap"
    2578  },
    2679  "tap": {
     
    2881    "coverage-map": "map.js"
    2982  },
    30   "devDependencies": {
    31     "require-inject": "^1.4.4",
    32     "tap": "^14.10.7"
    33   },
    34   "bin": "bin/cmd.js",
    35   "license": "MIT",
    36   "engines": {
    37     "node": ">=10"
    38   },
    39   "files": [
    40     "bin",
    41     "lib",
    42     "index.js"
    43   ]
     83  "version": "1.0.4"
    4484}
Note: See TracChangeset for help on using the changeset viewer.