프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / mv / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.54 KB)

1
{
2
  "_args": [
3
    [
4
      "mv@2.1.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "mv@2.1.1",
9
  "_id": "mv@2.1.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-rmzg1vbV4KT32JN5jQPB6pVZtqI=",
12
  "_location": "/mv",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "mv@2.1.1",
19
    "name": "mv",
20
    "escapedName": "mv",
21
    "rawSpec": "2.1.1",
22
    "saveSpec": null,
23
    "fetchSpec": "2.1.1"
24
  },
25
  "_requiredBy": [
26
    "/bunyan"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz",
29
  "_spec": "2.1.1",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Andrew Kelley"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/andrewrk/node-mv/issues"
36
  },
37
  "dependencies": {
38
    "mkdirp": "~0.5.1",
39
    "ncp": "~2.0.0",
40
    "rimraf": "~2.4.0"
41
  },
42
  "description": "fs.rename but works across devices. same as the unix utility 'mv'",
43
  "devDependencies": {
44
    "mocha": "~2.2.5"
45
  },
46
  "directories": {
47
    "test": "test"
48
  },
49
  "engines": {
50
    "node": ">=0.8.0"
51
  },
52
  "homepage": "https://github.com/andrewrk/node-mv",
53
  "keywords": [
54
    "mv",
55
    "move",
56
    "rename",
57
    "device",
58
    "recursive",
59
    "folder"
60
  ],
61
  "license": "MIT",
62
  "main": "index.js",
63
  "name": "mv",
64
  "repository": {
65
    "type": "git",
66
    "url": "git://github.com/andrewrk/node-mv.git"
67
  },
68
  "scripts": {
69
    "test": "mocha test/test.js --reporter spec"
70
  },
71
  "version": "2.1.1"
72
}