{
  "_from": "@parcel/watcher@2.0.4",
  "_id": "@parcel/watcher@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==",
  "_location": "/@parcel/watcher",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@parcel/watcher@2.0.4",
    "name": "@parcel/watcher",
    "escapedName": "@parcel%2fwatcher",
    "scope": "@parcel",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/@nrwl/js",
    "/@nrwl/nest/@nrwl/js",
    "/@nrwl/nest/@nrwl/workspace",
    "/@nrwl/nest/nx",
    "/@nrwl/tao/nx",
    "/@nrwl/webpack/@nrwl/js",
    "/@nrwl/webpack/@nrwl/workspace",
    "/@nrwl/webpack/nx",
    "/@nrwl/workspace",
    "/nx"
  ],
  "_resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.4.tgz",
  "_shasum": "f300fef4cc38008ff4b8c29d92588eced3ce014b",
  "_spec": "@parcel/watcher@2.0.4",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@nrwl/nest/node_modules/@nrwl/js",
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "bugs": {
    "url": "https://github.com/parcel-bundler/watcher/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-addon-api": "^3.2.1",
    "node-gyp-build": "^4.3.0"
  },
  "deprecated": false,
  "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
  "devDependencies": {
    "fs-extra": "^10.0.0",
    "husky": "^7.0.2",
    "lint-staged": "^11.1.2",
    "mocha": "^9.1.1",
    "prebuildify": "^4.2.1",
    "prettier": "^2.3.2"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "files": [
    "src",
    "prebuilds",
    "index.js",
    "index.js.flow",
    "index.d.ts",
    "package.json",
    "binding.gyp",
    "README.md"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/parcel"
  },
  "homepage": "https://github.com/parcel-bundler/watcher#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "@parcel/watcher",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parcel-bundler/watcher.git"
  },
  "scripts": {
    "format": "prettier --write \"./**/*.{js,json,md}\"",
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi --strip --tag-libc -t 10.0.0",
    "rebuild": "node-gyp rebuild -j 8 --debug --verbose",
    "test": "mocha"
  },
  "types": "index.d.ts",
  "version": "2.0.4"
}
