source: trip-planner-front/node_modules/rimraf/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 "rimraf@3.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "rimraf@3.0.2",
10 "_id": "rimraf@3.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
13 "_location": "/rimraf",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "rimraf@3.0.2",
19 "name": "rimraf",
20 "escapedName": "rimraf",
21 "rawSpec": "3.0.2",
22 "saveSpec": null,
23 "fetchSpec": "3.0.2"
24 },
25 "_requiredBy": [
26 "/@npmcli/move-file",
27 "/cacache",
28 "/karma",
29 "/karma/tmp",
30 "/node-gyp",
31 "/pacote"
32 ],
33 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
34 "_spec": "3.0.2",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "Isaac Z. Schlueter",
38 "email": "i@izs.me",
39 "url": "http://blog.izs.me/"
40 },
41 "bin": {
42 "rimraf": "bin.js"
43 },
44 "bugs": {
45 "url": "https://github.com/isaacs/rimraf/issues"
46 },
47 "dependencies": {
48 "glob": "^7.1.3"
49 },
50 "description": "A deep deletion module for node (like `rm -rf`)",
51 "devDependencies": {
52 "mkdirp": "^0.5.1",
53 "tap": "^12.1.1"
54 },
55 "files": [
56 "LICENSE",
57 "README.md",
58 "bin.js",
59 "rimraf.js"
60 ],
61 "funding": {
62 "url": "https://github.com/sponsors/isaacs"
63 },
64 "homepage": "https://github.com/isaacs/rimraf#readme",
65 "license": "ISC",
66 "main": "rimraf.js",
67 "name": "rimraf",
68 "repository": {
69 "type": "git",
70 "url": "git://github.com/isaacs/rimraf.git"
71 },
72 "scripts": {
73 "postpublish": "git push origin --follow-tags",
74 "postversion": "npm publish",
75 "preversion": "npm test",
76 "test": "tap test/*.js"
77 },
78 "version": "3.0.2"
79}
Note: See TracBrowser for help on using the repository browser.