Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « move-file « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35a25410e86e17ecca8d4f90ed46109ab6daa242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_from": "move-file@^2.0.0",
  "_id": "move-file@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cdkdhNCgbP5dvS4tlGxZbD+nloio9GIimP57EjqFhwLcMjnU+XJKAZzlmg/TN/AK1LuNAdTSvm3CPPP4Xkv0iQ==",
  "_location": "/move-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "move-file@^2.0.0",
    "name": "move-file",
    "escapedName": "move-file",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@npmcli/arborist/cacache"
  ],
  "_resolved": "https://registry.npmjs.org/move-file/-/move-file-2.0.0.tgz",
  "_shasum": "83ffa309b5d7f69d518b28e1333e2ffadf331e3e",
  "_spec": "move-file@^2.0.0",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist/node_modules/cacache",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/move-file/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "path-exists": "^4.0.0"
  },
  "deprecated": false,
  "description": "Move a file - Even works across devices",
  "devDependencies": {
    "ava": "^1.4.1",
    "sinon": "^9.0.2",
    "temp-write": "^4.0.0",
    "tempy": "^0.5.0",
    "tsd": "^0.11.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=10.17"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/move-file#readme",
  "keywords": [
    "move",
    "file",
    "mv",
    "fs",
    "stream",
    "file-system",
    "ncp",
    "fast",
    "quick",
    "data",
    "content",
    "contents",
    "devices",
    "partitions"
  ],
  "license": "MIT",
  "name": "move-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/move-file.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "2.0.0"
}