source: trip-planner-front/node_modules/@npmcli/move-file/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "@npmcli/move-file@1.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@npmcli/move-file@1.1.2",
10 "_id": "@npmcli/move-file@1.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
13 "_location": "/@npmcli/move-file",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@npmcli/move-file@1.1.2",
19 "name": "@npmcli/move-file",
20 "escapedName": "@npmcli%2fmove-file",
21 "scope": "@npmcli",
22 "rawSpec": "1.1.2",
23 "saveSpec": null,
24 "fetchSpec": "1.1.2"
25 },
26 "_requiredBy": [
27 "/cacache"
28 ],
29 "_resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
30 "_spec": "1.1.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/npm/move-file/issues"
34 },
35 "dependencies": {
36 "mkdirp": "^1.0.4",
37 "rimraf": "^3.0.2"
38 },
39 "description": "move a file (fork of move-file)",
40 "devDependencies": {
41 "require-inject": "^1.4.4",
42 "tap": "^14.10.7"
43 },
44 "engines": {
45 "node": ">=10"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/npm/move-file#readme",
51 "license": "MIT",
52 "name": "@npmcli/move-file",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/npm/move-file.git"
56 },
57 "scripts": {
58 "postversion": "npm publish",
59 "prepublishOnly": "git push origin --follow-tags",
60 "preversion": "npm test",
61 "snap": "tap",
62 "test": "tap"
63 },
64 "tap": {
65 "check-coverage": true
66 },
67 "version": "1.1.2"
68}
Note: See TracBrowser for help on using the repository browser.