source: trip-planner-front/node_modules/rimraf/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 729 bytes
Line 
1{
2 "name": "rimraf",
3 "version": "3.0.2",
4 "main": "rimraf.js",
5 "description": "A deep deletion module for node (like `rm -rf`)",
6 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
7 "license": "ISC",
8 "repository": "git://github.com/isaacs/rimraf.git",
9 "scripts": {
10 "preversion": "npm test",
11 "postversion": "npm publish",
12 "postpublish": "git push origin --follow-tags",
13 "test": "tap test/*.js"
14 },
15 "bin": "./bin.js",
16 "dependencies": {
17 "glob": "^7.1.3"
18 },
19 "files": [
20 "LICENSE",
21 "README.md",
22 "bin.js",
23 "rimraf.js"
24 ],
25 "devDependencies": {
26 "mkdirp": "^0.5.1",
27 "tap": "^12.1.1"
28 },
29 "funding": {
30 "url": "https://github.com/sponsors/isaacs"
31 }
32}
Note: See TracBrowser for help on using the repository browser.