Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@npmcli/move-file/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@npmcli/move-file",
    3   "version": "1.1.2",
    4   "files": [
    5     "index.js"
     2  "_args": [
     3    [
     4      "@npmcli/move-file@1.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    67  ],
    7   "description": "move a file (fork of move-file)",
     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  },
    835  "dependencies": {
    936    "mkdirp": "^1.0.4",
    1037    "rimraf": "^3.0.2"
    1138  },
     39  "description": "move a file (fork of move-file)",
    1240  "devDependencies": {
    1341    "require-inject": "^1.4.4",
    1442    "tap": "^14.10.7"
    1543  },
    16   "scripts": {
    17     "test": "tap",
    18     "snap": "tap",
    19     "preversion": "npm test",
    20     "postversion": "npm publish",
    21     "prepublishOnly": "git push origin --follow-tags"
     44  "engines": {
     45    "node": ">=10"
    2246  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/npm/move-file#readme",
     51  "license": "MIT",
     52  "name": "@npmcli/move-file",
    2353  "repository": {
    2454    "type": "git",
    25     "url": "git+https://github.com/npm/move-file"
     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"
    2663  },
    2764  "tap": {
    2865    "check-coverage": true
    2966  },
    30   "license": "MIT",
    31   "engines": {
    32     "node": ">=10"
    33   }
     67  "version": "1.1.2"
    3468}
Note: See TracChangeset for help on using the changeset viewer.