UNPKG
my-opendir-watcher
Version:
latest (1.0.0)
1.0.0
A custom watcher that emits 'opendir' events when directories are opened
my-opendir-watcher
/
package.json
15 lines
(14 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"my-opendir-watcher"
,
"version"
:
"1.0.0"
,
"description"
:
"A custom watcher that emits 'opendir' events when directories are opened"
,
"main"
:
"index.js"
,
"keywords"
:
[
"watcher"
,
"directory"
,
"opendir"
,
"events"
]
,
"author"
:
"Your Name"
,
"license"
:
"MIT"
}