프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "ncp@2.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "ncp@2.0.0",
9
  "_id": "ncp@2.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
12
  "_location": "/ncp",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "ncp@2.0.0",
19
    "name": "ncp",
20
    "escapedName": "ncp",
21
    "rawSpec": "2.0.0",
22
    "saveSpec": null,
23
    "fetchSpec": "2.0.0"
24
  },
25
  "_requiredBy": [
26
    "/mv"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
29
  "_spec": "2.0.0",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "AvianFlu",
33
    "email": "charlie@charlieistheman.com"
34
  },
35
  "bin": {
36
    "ncp": "./bin/ncp"
37
  },
38
  "bugs": {
39
    "url": "https://github.com/AvianFlu/ncp/issues"
40
  },
41
  "description": "Asynchronous recursive file copy utility.",
42
  "devDependencies": {
43
    "mocha": "1.15.x",
44
    "read-dir-files": "0.0.x",
45
    "rimraf": "1.0.x"
46
  },
47
  "engine": {
48
    "node": ">=0.10"
49
  },
50
  "homepage": "https://github.com/AvianFlu/ncp#readme",
51
  "keywords": [
52
    "cli",
53
    "copy"
54
  ],
55
  "license": "MIT",
56
  "main": "./lib/ncp.js",
57
  "name": "ncp",
58
  "repository": {
59
    "type": "git",
60
    "url": "git+https://github.com/AvianFlu/ncp.git"
61
  },
62
  "scripts": {
63
    "test": "mocha -R spec"
64
  },
65
  "version": "2.0.0"
66
}