source: trip-planner-front/node_modules/mkdirp/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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 },
42 "description": "Recursively mkdir, like `mkdir -p`",
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",
56 "keywords": [
57 "mkdir",
58 "directory",
59 "make dir",
60 "make",
61 "dir",
62 "recursive",
63 "native"
64 ],
65 "license": "MIT",
66 "main": "index.js",
67 "name": "mkdirp",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/isaacs/node-mkdirp.git"
71 },
72 "scripts": {
73 "postpublish": "git push origin --follow-tags",
74 "postversion": "npm publish",
75 "preversion": "npm test",
76 "snap": "tap",
77 "test": "tap"
78 },
79 "tap": {
80 "check-coverage": true,
81 "coverage-map": "map.js"
82 },
83 "version": "1.0.4"
84}
Note: See TracBrowser for help on using the repository browser.