54 lines
993 B
JSON
54 lines
993 B
JSON
{
|
|
"name": "on-change",
|
|
"version": "6.0.1",
|
|
"description": "Watch an object or array for changes",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/on-change",
|
|
"funding": "https://github.com/sindresorhus/on-change?sponsor=1",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"types": "./source/index.d.ts",
|
|
"default": "./source/index.js"
|
|
},
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava",
|
|
"bench": "node bench/index.bench.js"
|
|
},
|
|
"files": [
|
|
"source"
|
|
],
|
|
"keywords": [
|
|
"on",
|
|
"change",
|
|
"watch",
|
|
"object",
|
|
"array",
|
|
"changes",
|
|
"observe",
|
|
"watcher",
|
|
"observer",
|
|
"proxy",
|
|
"proxies",
|
|
"es2015",
|
|
"event",
|
|
"listener"
|
|
],
|
|
"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"
|
|
}
|
|
}
|