package.json
2.16 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
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
{
"_from": "cp-file@^6.2.0",
"_id": "cp-file@6.2.0",
"_inBundle": false,
"_integrity": "sha1-QNXqSh3vKprN0HulwLAkbvc9wQ0=",
"_location": "/cp-file",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cp-file@^6.2.0",
"name": "cp-file",
"escapedName": "cp-file",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npm.taobao.org/cp-file/download/cp-file-6.2.0.tgz",
"_shasum": "40d5ea4a1def2a9acdd07ba5c0b0246ef73dc10d",
"_spec": "cp-file@^6.2.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\nyc",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cp-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"make-dir": "^2.0.0",
"nested-error-stacks": "^2.0.0",
"pify": "^4.0.1",
"safe-buffer": "^5.0.1"
},
"deprecated": false,
"description": "Copy a file",
"devDependencies": {
"ava": "^1.4.1",
"clear-module": "^3.1.0",
"coveralls": "^3.0.3",
"del": "^4.1.0",
"import-fresh": "^3.0.0",
"nyc": "^13.3.0",
"sinon": "^7.3.1",
"tsd": "^0.7.2",
"uuid": "^3.3.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"cp-file-error.js",
"fs.js",
"index.js",
"index.d.ts",
"progress-emitter.js"
],
"homepage": "https://github.com/sindresorhus/cp-file#readme",
"keywords": [
"copy",
"cp",
"file",
"clone",
"fs",
"stream",
"file-system",
"ncp",
"fast",
"quick",
"data",
"content",
"contents"
],
"license": "MIT",
"maintainers": [
{
"name": "Michael Mayer",
"email": "michael@schnittstabil.de",
"url": "schnittstabil.de"
}
],
"name": "cp-file",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cp-file.git"
},
"scripts": {
"test": "xo && nyc ava && tsd"
},
"version": "6.2.0"
}