{
  "_from": "on-change@^6.0.2",
  "_id": "on-change@6.0.2",
  "_inBundle": false,
  "_integrity": "sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==",
  "_location": "/on-change",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "on-change@^6.0.2",
    "name": "on-change",
    "escapedName": "on-change",
    "rawSpec": "^6.0.2",
    "saveSpec": null,
    "fetchSpec": "^6.0.2"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.2.tgz",
  "_shasum": "8593ca2df07a9c33898fdc92aa15b1f5a86923d9",
  "_spec": "on-change@^6.0.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/on-change/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Watch an object or array for changes",
  "devDependencies": {
    "ava": "^6.4.1",
    "display-value": "^3.1.0",
    "expect-type": "^1.2.2",
    "powerset": "0.0.1",
    "tinybench": "^5.0.1",
    "typescript": "^5.9.2",
    "xo": "^1.2.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./source/index.d.ts",
    "default": "./source/index.js"
  },
  "files": [
    "source"
  ],
  "funding": "https://github.com/sindresorhus/on-change?sponsor=1",
  "homepage": "https://github.com/sindresorhus/on-change#readme",
  "keywords": [
    "on",
    "change",
    "watch",
    "object",
    "array",
    "changes",
    "observe",
    "watcher",
    "observer",
    "proxy",
    "proxies",
    "es2015",
    "event",
    "listener"
  ],
  "license": "MIT",
  "name": "on-change",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/on-change.git"
  },
  "scripts": {
    "bench": "node bench/index.bench.js",
    "test": "xo && ava"
  },
  "sideEffects": false,
  "type": "module",
  "version": "6.0.2"
}
