main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
640 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@parcel/watcher-linux-x64-glibc",
|
---|
3 | "version": "2.5.0",
|
---|
4 | "main": "watcher.node",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "https://github.com/parcel-bundler/watcher.git"
|
---|
8 | },
|
---|
9 | "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
|
---|
10 | "license": "MIT",
|
---|
11 | "publishConfig": {
|
---|
12 | "access": "public"
|
---|
13 | },
|
---|
14 | "funding": {
|
---|
15 | "type": "opencollective",
|
---|
16 | "url": "https://opencollective.com/parcel"
|
---|
17 | },
|
---|
18 | "files": [
|
---|
19 | "watcher.node"
|
---|
20 | ],
|
---|
21 | "engines": {
|
---|
22 | "node": ">= 10.0.0"
|
---|
23 | },
|
---|
24 | "os": [
|
---|
25 | "linux"
|
---|
26 | ],
|
---|
27 | "cpu": [
|
---|
28 | "x64"
|
---|
29 | ],
|
---|
30 | "libc": [
|
---|
31 | "glibc"
|
---|
32 | ]
|
---|
33 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.