wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      {
        "raw": "mv@~2",
        "scope": null,
        "escapedName": "mv",
        "name": "mv",
        "rawSpec": "~2",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/root/rushmail/node_modules/bunyan"
    ]
  ],
  "_from": "mv@>=2.0.0 <3.0.0",
  "_id": "mv@2.1.1",
  "_inCache": true,
  "_location": "/mv",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "superjoe",
    "email": "superjoe30@gmail.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mv@~2",
    "scope": null,
    "escapedName": "mv",
    "name": "mv",
    "rawSpec": "~2",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/bunyan"
  ],
  "_resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz",
  "_shasum": "ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2",
  "_shrinkwrap": null,
  "_spec": "mv@~2",
  "_where": "/root/rushmail/node_modules/bunyan",
  "author": {
    "name": "Andrew Kelley"
  },
  "bugs": {
    "url": "https://github.com/andrewrk/node-mv/issues"
  },
  "dependencies": {
    "mkdirp": "~0.5.1",
    "ncp": "~2.0.0",
    "rimraf": "~2.4.0"
  },
  "description": "fs.rename but works across devices. same as the unix utility 'mv'",
  "devDependencies": {
    "mocha": "~2.2.5"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2",
    "tarball": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "645d8f4c783abf84204be704098fdd41f36ab195",
  "homepage": "https://github.com/andrewrk/node-mv",
  "keywords": [
    "mv",
    "move",
    "rename",
    "device",
    "recursive",
    "folder"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    }
  ],
  "name": "mv",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/andrewrk/node-mv.git"
  },
  "scripts": {
    "test": "mocha test/test.js --reporter spec"
  },
  "version": "2.1.1"
}