source: trip-planner-front/node_modules/@npmcli/move-file/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: 665 bytes
Line 
1{
2 "name": "@npmcli/move-file",
3 "version": "1.1.2",
4 "files": [
5 "index.js"
6 ],
7 "description": "move a file (fork of move-file)",
8 "dependencies": {
9 "mkdirp": "^1.0.4",
10 "rimraf": "^3.0.2"
11 },
12 "devDependencies": {
13 "require-inject": "^1.4.4",
14 "tap": "^14.10.7"
15 },
16 "scripts": {
17 "test": "tap",
18 "snap": "tap",
19 "preversion": "npm test",
20 "postversion": "npm publish",
21 "prepublishOnly": "git push origin --follow-tags"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/npm/move-file"
26 },
27 "tap": {
28 "check-coverage": true
29 },
30 "license": "MIT",
31 "engines": {
32 "node": ">=10"
33 }
34}
Note: See TracBrowser for help on using the repository browser.