UNPKG

wildboar-context

Version:

Library for constructing context objects for pure functional programming.

70 lines (69 loc) 2.27 kB
{ "bugs": { "email": "jonathan@wilbur.space" }, "contributors": [ { "email": "jonathan@wilbur.space", "name": "Jonathan M. Wilbur", "url": "https://github.com/JonathanWilbur" } ], "description": "Library for constructing context objects for pure functional programming.", "devDependencies": { "@babel/core": "^7.13.13", "@babel/preset-env": "^7.13.12", "@babel/preset-typescript": "^7.13.0", "@types/benchmark": "^2.1.0", "@types/i18next-fs-backend": "^1.0.0", "@types/lodash": "^4.14.168", "@types/node": "^14.14.37", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "babel-jest": "^26.6.3", "benchmark": "^2.1.4", "eslint": "^7.23.0", "jest": "^26.6.3", "jest-junit": "^12.0.0", "madge": "^4.0.2", "npm-check-updates": "^11.3.0", "sloc": "^0.2.1", "ts-loader": "^8.1.0", "typedoc": "^0.20.34", "typescript": "^4.2.3" }, "directories": { "doc": "documentation", "test": "test" }, "files": [ "dist/node/**/*", "locales/**/*", "schema/**/*" ], "keywords": [ "Wildboar", "Software", "Context" ], "license": "MIT", "name": "wildboar-context", "main": "dist/node/index.js", "scripts": { "benchmark": "node ./test/benchmark.js", "breaking-update": "npx ncu -u && npm install", "build": "npx tsc --incremental", "build-node": "npx tsc --incremental", "check-circular-deps": "npx madge --circular './source/index.ts'", "clean": "rm -rf dist; mkdir -p dist", "generate-docs": "npx typedoc --out ./documentation/jsdoc ./source", "line-count": "npx sloc source", "lint": "npx eslint --config .eslintrc.yml './source/**/*.ts' || true", "test": "npx jest --ci --reporters=default --reporters=jest-junit --coverage" }, "types": "./dist/node/index.d.ts", "version": "0.12.0", "dependencies": { "lodash": "^4.17.21" } }