UNPKG
sx-grab-files
Version:
latest (0.0.1)
0.0.1
文件抓取
sx-grab-files
/
package.json
13 lines
(12 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"sx-grab-files"
,
"version"
:
"0.0.1"
,
"description"
:
"文件抓取"
,
"main"
:
"index.js"
,
"author"
:
"zkboys"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"chokidar"
:
"^2.0.4"
,
"globby"
:
"^8.0.1"
}
}