source: trip-planner-front/node_modules/make-dir/package.json

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "make-dir@3.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "make-dir@3.1.0",
10 "_id": "make-dir@3.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
13 "_location": "/make-dir",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "make-dir@3.1.0",
19 "name": "make-dir",
20 "escapedName": "make-dir",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/babel-loader",
27 "/find-cache-dir",
28 "/istanbul-lib-report"
29 ],
30 "_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
31 "_spec": "3.1.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Sindre Sorhus",
35 "email": "sindresorhus@gmail.com",
36 "url": "sindresorhus.com"
37 },
38 "bugs": {
39 "url": "https://github.com/sindresorhus/make-dir/issues"
40 },
41 "dependencies": {
42 "semver": "^6.0.0"
43 },
44 "description": "Make a directory and its parents if needed - Think `mkdir -p`",
45 "devDependencies": {
46 "@types/graceful-fs": "^4.1.3",
47 "@types/node": "^13.7.1",
48 "ava": "^1.4.0",
49 "codecov": "^3.2.0",
50 "graceful-fs": "^4.1.15",
51 "nyc": "^15.0.0",
52 "path-type": "^4.0.0",
53 "tempy": "^0.2.1",
54 "tsd": "^0.11.0",
55 "xo": "^0.25.4"
56 },
57 "engines": {
58 "node": ">=8"
59 },
60 "files": [
61 "index.js",
62 "index.d.ts"
63 ],
64 "funding": "https://github.com/sponsors/sindresorhus",
65 "homepage": "https://github.com/sindresorhus/make-dir#readme",
66 "keywords": [
67 "mkdir",
68 "mkdirp",
69 "make",
70 "directories",
71 "dir",
72 "dirs",
73 "folders",
74 "directory",
75 "folder",
76 "path",
77 "parent",
78 "parents",
79 "intermediate",
80 "recursively",
81 "recursive",
82 "create",
83 "fs",
84 "filesystem",
85 "file-system"
86 ],
87 "license": "MIT",
88 "name": "make-dir",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/sindresorhus/make-dir.git"
92 },
93 "scripts": {
94 "test": "xo && nyc ava && tsd"
95 },
96 "version": "3.1.0"
97}
Note: See TracBrowser for help on using the repository browser.