UNPKG

gawk

Version:

Observable JavaScript object model

47 lines (46 loc) 1.18 kB
{ "name": "gawk", "version": "6.0.0", "description": "Observable JavaScript object model", "type": "module", "exports": "./src/index.js", "author": "Chris Barber <chris@cb1inc.com> (https://github.com/cb1kenobi)", "license": "MIT", "keywords": [ "observable", "observe", "immutable", "watch", "notify", "json", "object", "model" ], "scripts": { "coverage": "c8 npm run test", "lint": "eslint src test", "prepack": "npm run lint", "test": "npm run lint && mocha test/**/test-*.js --require test/setup.js --reporter spec" }, "dependencies": { "fast-deep-equal": "^3.1.3" }, "devDependencies": { "c8": "^7.6.0", "chai": "^4.3.0", "eslint": "^7.20.0", "eslint-plugin-chai-expect": "^2.2.0", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-security": "^1.4.0", "mocha": "^8.3.0", "sinon": "^9.2.4", "sinon-chai": "^3.5.0" }, "homepage": "https://github.com/cb1kenobi/gawk", "bugs": "https://github.com/cb1kenobi/gawk/issues", "repository": "https://github.com/cb1kenobi/gawk", "engines": { "node": ">=12" } }