UNPKG

@ctx-core/nanostores

Version:
83 lines 1.91 kB
{ "name": "@ctx-core/nanostores", "version": "10.0.157", "description": "ctx-core nanostores", "keywords": [ "ctx-core", "nanostores", "pnpm" ], "homepage": "https://github.com/ctx-core/nanostores#readme", "bugs": { "url": "https://github.com/ctx-core/nanostores/issues" }, "repository": { "type": "git", "url": "https://github.com/ctx-core/nanostores.git" }, "license": "Apache-2.0", "author": { "name": "Brian Takita", "url": "https://briantakita.me", "email": "info+ctx-core-nanostores@briantakita.me" }, "type": "module", "files": [ "*.d.ts", "*.js", "*.json", "_nanostores", "_types", "atom", "atom_pair", "be_atom_triple", "be_computed_pair", "computed", "computed__set_a", "computed__set_o", "computed_set_a", "computed_set_o", "listen_change", "listen_once", "listen_prev", "neq_atom", "neql_atom", "readable_fn", "setter_computed", "subscribe_wait", "subscribe_wait_timeout", "writable_atom___mix" ], "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "dependencies": { "ctx-core": "^7.2.32", "nanostores": "btakita/nanostores#9f42323d8ddfa65a76851085f6a46a5e2fa51f1e" }, "devDependencies": { "@sinonjs/fake-timers": "^13.0.1", "@types/sinonjs__fake-timers": "^8.1.5", "c8": "^10.1.2", "check-dts": "^0.8.2", "eslint": "^9.9.1", "tsx": "^4.19.0", "typescript": "^5.5.4", "uvu": "^0.5.6" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": ":", "clean": ":", "exec": "$@", "test": "pnpm run /^test:/", "test:types": "check-dts", "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", "disable:test:unit:coverage": "c8 pnpm test:unit" } }