@web-native-js/observer
Version:
A simple set of functions for intercepting and observing JavaScript objects and arrays.
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "@web-native-js/observer",
"title": "Observer",
"description": "A simple set of functions for intercepting and observing JavaScript objects and arrays.",
"keywords": [
"reflection",
"interception",
"events",
"observer",
"pub/sub pattern",
"object.observe",
"array.observe"
],
"homepage": "https://web-native.dev/package/observer",
"version": "1.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/web-native/observer.git"
},
"bugs": {
"url": "https://github.com/web-native/observer/issues"
},
"type": "module",
"main": "src/index.js",
"scripts": {
"watch": "webpack --watch",
"test": "node ./.tests/index.js",
"build-dev": "webpack --config ./webpack.config.dev.cjs",
"build": "webpack --config ./webpack.config.cjs"
},
"dependencies": {
"@webqit/util": "^0.7.0"
},
"devDependencies": {
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"author": "Oxford Harrison <oxharris.dev@gmail.com>",
"maintainers": [
"Oxford Harrison <oxharris.dev@gmail.com>"
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
},
"badges": {
"list": [
"npmversion",
"npmdownloads",
"patreon"
],
"config": {
"patreonUsername": "ox_harris",
"githubUsername": "web-native",
"githubRepository": "observer",
"githubSlug": "web-native/observer",
"npmPackageName": "@web-native-js/observer"
}
}
}