UNPKG

@zodash/onion

Version:
74 lines (73 loc) 1.47 kB
{ "name": "@zodash/onion", "version": "0.1.10", "description": "simple onion model", "keywords": [ "cache", "onion", "map" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/zcorky/zodash#readme", "license": "MIT", "main": "lib/onion.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 75, "functions": 90, "lines": 80, "statements": -10 } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zcorky/zodash.git" }, "scripts": { "build": "yarn clean && tsc", "watch": "yarn clean && tsc -w", "clean": "rm -rf lib", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/zcorky/zodash/issues" }, "dependencies": { "@zodash/compose": "^0.1.7" }, "gitHead": "0380215b1bed3268d7ab000f842e24357eaf6d3a" }