source: trip-planner-front/node_modules/del/package.json@ 8d391a1

Last change on this file since 8d391a1 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 "del@4.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "del@4.1.1",
10 "_id": "del@4.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
13 "_location": "/del",
14 "_phantomChildren": {
15 "array-uniq": "1.0.3",
16 "glob": "7.1.7",
17 "object-assign": "4.1.1",
18 "pinkie-promise": "2.0.1"
19 },
20 "_requested": {
21 "type": "version",
22 "registry": true,
23 "raw": "del@4.1.1",
24 "name": "del",
25 "escapedName": "del",
26 "rawSpec": "4.1.1",
27 "saveSpec": null,
28 "fetchSpec": "4.1.1"
29 },
30 "_requiredBy": [
31 "/webpack-dev-server"
32 ],
33 "_resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
34 "_spec": "4.1.1",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "Sindre Sorhus",
38 "email": "sindresorhus@gmail.com",
39 "url": "sindresorhus.com"
40 },
41 "bugs": {
42 "url": "https://github.com/sindresorhus/del/issues"
43 },
44 "dependencies": {
45 "@types/glob": "^7.1.1",
46 "globby": "^6.1.0",
47 "is-path-cwd": "^2.0.0",
48 "is-path-in-cwd": "^2.0.0",
49 "p-map": "^2.0.0",
50 "pify": "^4.0.1",
51 "rimraf": "^2.6.3"
52 },
53 "description": "Delete files and folders",
54 "devDependencies": {
55 "ava": "^1.4.1",
56 "make-dir": "^2.1.0",
57 "tempy": "^0.2.1",
58 "tsd": "^0.7.1",
59 "xo": "^0.24.0"
60 },
61 "engines": {
62 "node": ">=6"
63 },
64 "files": [
65 "index.js",
66 "index.d.ts"
67 ],
68 "homepage": "https://github.com/sindresorhus/del#readme",
69 "keywords": [
70 "delete",
71 "files",
72 "folders",
73 "directories",
74 "del",
75 "remove",
76 "destroy",
77 "trash",
78 "unlink",
79 "clean",
80 "cleaning",
81 "cleanup",
82 "rm",
83 "rmrf",
84 "rimraf",
85 "rmdir",
86 "glob",
87 "gulpfriendly",
88 "file",
89 "folder",
90 "directory",
91 "dir",
92 "fs",
93 "filesystem"
94 ],
95 "license": "MIT",
96 "name": "del",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/sindresorhus/del.git"
100 },
101 "scripts": {
102 "test": "xo && ava && tsd"
103 },
104 "version": "4.1.1"
105}
Note: See TracBrowser for help on using the repository browser.