source: trip-planner-front/node_modules/dir-glob/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "dir-glob@3.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "dir-glob@3.0.1",
10 "_id": "dir-glob@3.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
13 "_location": "/dir-glob",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "dir-glob@3.0.1",
19 "name": "dir-glob",
20 "escapedName": "dir-glob",
21 "rawSpec": "3.0.1",
22 "saveSpec": null,
23 "fetchSpec": "3.0.1"
24 },
25 "_requiredBy": [
26 "/globby"
27 ],
28 "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
29 "_spec": "3.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Kevin Mårtensson",
33 "email": "kevinmartensson@gmail.com",
34 "url": "github.com/kevva"
35 },
36 "bugs": {
37 "url": "https://github.com/kevva/dir-glob/issues"
38 },
39 "dependencies": {
40 "path-type": "^4.0.0"
41 },
42 "description": "Convert directories to glob compatible strings",
43 "devDependencies": {
44 "ava": "^2.1.0",
45 "del": "^4.1.1",
46 "make-dir": "^3.0.0",
47 "rimraf": "^2.5.0",
48 "xo": "^0.24.0"
49 },
50 "engines": {
51 "node": ">=8"
52 },
53 "files": [
54 "index.js"
55 ],
56 "homepage": "https://github.com/kevva/dir-glob#readme",
57 "keywords": [
58 "convert",
59 "directory",
60 "extensions",
61 "files",
62 "glob"
63 ],
64 "license": "MIT",
65 "name": "dir-glob",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/kevva/dir-glob.git"
69 },
70 "scripts": {
71 "test": "xo && ava"
72 },
73 "version": "3.0.1"
74}
Note: See TracBrowser for help on using the repository browser.