package.json
1.53 KB
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
{
"_from": "graceful-ncp@^3.0.0",
"_id": "graceful-ncp@3.0.0",
"_inBundle": false,
"_integrity": "sha1-WAXqJVhe+YTMyqgIajxTDuQSioo=",
"_location": "/graceful-ncp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "graceful-ncp@^3.0.0",
"name": "graceful-ncp",
"escapedName": "graceful-ncp",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/graceful-fs-extra"
],
"_resolved": "https://registry.npmjs.org/graceful-ncp/-/graceful-ncp-3.0.0.tgz",
"_shasum": "5805ea25585ef984cccaa8086a3c530ee4128a8a",
"_spec": "graceful-ncp@^3.0.0",
"_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/graceful-fs-extra",
"author": {
"name": "Adam Lynch",
"email": "contact@adamlynch.com"
},
"bugs": {
"url": "https://github.com/adam-lynch/graceful-ncp/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.4",
"ncp": "^2.0.0",
"proxyquire": "^1.4.0"
},
"deprecated": false,
"description": "Asynchronous recursive file copying (with graceful-fs)",
"homepage": "https://github.com/adam-lynch/graceful-ncp",
"keywords": [
"ncp",
"graceful",
"fs",
"copy"
],
"license": "MIT",
"main": "index.js",
"name": "graceful-ncp",
"repository": {
"type": "git",
"url": "git+https://github.com/adam-lynch/graceful-ncp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.0.0"
}