source: imaps-frontend/node_modules/@parcel/watcher/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[0c6b92a]1{
[79a0317]2 "_from": "@parcel/watcher@2.5.0",
3 "_id": "@parcel/watcher@2.5.0",
4 "_inBundle": false,
5 "_integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==",
6 "_location": "/@parcel/watcher",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@parcel/watcher@2.5.0",
12 "name": "@parcel/watcher",
13 "escapedName": "@parcel%2fwatcher",
14 "scope": "@parcel",
15 "rawSpec": "2.5.0",
16 "saveSpec": null,
17 "fetchSpec": "2.5.0"
18 },
19 "_requiredBy": [
20 "/sass"
21 ],
22 "_resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz",
23 "_shasum": "5c88818b12b8de4307a9d3e6dc3e28eba0dfbd10",
24 "_spec": "@parcel/watcher@2.5.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/sass",
26 "binary": {
27 "napi_versions": [
28 3
29 ]
30 },
31 "bugs": {
32 "url": "https://github.com/parcel-bundler/watcher/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "@parcel/watcher-android-arm64": "2.5.0",
37 "@parcel/watcher-darwin-arm64": "2.5.0",
38 "@parcel/watcher-darwin-x64": "2.5.0",
39 "@parcel/watcher-freebsd-x64": "2.5.0",
40 "@parcel/watcher-linux-arm-glibc": "2.5.0",
41 "@parcel/watcher-linux-arm-musl": "2.5.0",
42 "@parcel/watcher-linux-arm64-glibc": "2.5.0",
43 "@parcel/watcher-linux-arm64-musl": "2.5.0",
44 "@parcel/watcher-linux-x64-glibc": "2.5.0",
45 "@parcel/watcher-linux-x64-musl": "2.5.0",
46 "@parcel/watcher-win32-arm64": "2.5.0",
47 "@parcel/watcher-win32-ia32": "2.5.0",
48 "@parcel/watcher-win32-x64": "2.5.0",
49 "detect-libc": "^1.0.3",
50 "is-glob": "^4.0.3",
51 "micromatch": "^4.0.5",
52 "node-addon-api": "^7.0.0"
[0c6b92a]53 },
[79a0317]54 "deprecated": false,
[0c6b92a]55 "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
[79a0317]56 "devDependencies": {
57 "esbuild": "^0.19.8",
58 "fs-extra": "^10.0.0",
59 "husky": "^7.0.2",
60 "lint-staged": "^11.1.2",
61 "mocha": "^9.1.1",
62 "napi-wasm": "^1.1.0",
63 "prebuildify": "^6.0.1",
64 "prettier": "^2.3.2"
[0c6b92a]65 },
[79a0317]66 "engines": {
67 "node": ">= 10.0.0"
[0c6b92a]68 },
69 "files": [
70 "index.js",
71 "index.js.flow",
72 "index.d.ts",
73 "wrapper.js",
74 "package.json",
75 "README.md",
76 "LICENSE",
77 "src",
78 "scripts/build-from-source.js",
79 "binding.gyp"
80 ],
[79a0317]81 "funding": {
82 "type": "opencollective",
83 "url": "https://opencollective.com/parcel"
[0c6b92a]84 },
[79a0317]85 "homepage": "https://github.com/parcel-bundler/watcher#readme",
[0c6b92a]86 "husky": {
87 "hooks": {
88 "pre-commit": "lint-staged"
89 }
90 },
[79a0317]91 "license": "MIT",
[0c6b92a]92 "lint-staged": {
93 "*.{js,json,md}": [
94 "prettier --write",
95 "git add"
96 ]
97 },
[79a0317]98 "main": "index.js",
99 "name": "@parcel/watcher",
[0c6b92a]100 "optionalDependencies": {
[79a0317]101 "@parcel/watcher-android-arm64": "2.5.0",
[0c6b92a]102 "@parcel/watcher-darwin-arm64": "2.5.0",
[79a0317]103 "@parcel/watcher-darwin-x64": "2.5.0",
104 "@parcel/watcher-freebsd-x64": "2.5.0",
[0c6b92a]105 "@parcel/watcher-linux-arm-glibc": "2.5.0",
106 "@parcel/watcher-linux-arm-musl": "2.5.0",
[79a0317]107 "@parcel/watcher-linux-arm64-glibc": "2.5.0",
108 "@parcel/watcher-linux-arm64-musl": "2.5.0",
109 "@parcel/watcher-linux-x64-glibc": "2.5.0",
110 "@parcel/watcher-linux-x64-musl": "2.5.0",
111 "@parcel/watcher-win32-arm64": "2.5.0",
112 "@parcel/watcher-win32-ia32": "2.5.0",
113 "@parcel/watcher-win32-x64": "2.5.0"
114 },
115 "publishConfig": {
116 "access": "public"
117 },
118 "repository": {
119 "type": "git",
120 "url": "git+https://github.com/parcel-bundler/watcher.git"
121 },
122 "scripts": {
123 "build": "node-gyp rebuild",
124 "format": "prettier --write \"./**/*.{js,json,md}\"",
125 "install": "node scripts/build-from-source.js",
126 "prebuild": "prebuildify --napi --strip --tag-libc",
127 "test": "mocha"
128 },
129 "types": "index.d.ts",
130 "version": "2.5.0"
[0c6b92a]131}
Note: See TracBrowser for help on using the repository browser.