UNPKG

spica

Version:

Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.

96 lines (95 loc) 2.42 kB
{ "name": "spica", "version": "0.0.804", "description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.", "private": false, "homepage": "https://github.com/falsandtru/spica", "repository": { "type": "git", "url": "https://github.com/falsandtru/spica" }, "keywords": [ "supervisor", "observer", "coroutine", "channel", "select", "cancellation", "sequence", "maybe", "either", "monad", "arrow", "cache", "list", "heap", "queue", "stack", "uuid", "pcg", "random", "counter" ], "main": "./dist/index.js", "files": [ "dist", "index.*", "src", "test", "helper", "list", "dict", "monad", "url", "*.ts", "*.js", "*.json", "*.map", "*.md", "NOTICE", "LICENSE" ], "devDependencies": { "@types/benchmark": "2.1.5", "@types/bluebird": "3.5.42", "@types/lru-cache": "7.10.9", "@types/mocha": "10.0.7", "@types/power-assert": "1.5.12", "@types/yallist": "4.0.4", "@typescript-eslint/parser": "^8.0.0", "babel-loader": "^9.1.3", "babel-plugin-unassert": "^3.2.0", "bluebird": "^3.7.2", "concurrently": "^8.2.2", "eslint": "^9.8.0", "eslint-plugin-redos": "^4.4.5", "eslint-webpack-plugin": "^4.2.0", "glob": "^11.0.0", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "^2.2.1", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-power-assert": "^1.0.0", "lru-cache": "^11.0.0", "mocha": "^10.7.0", "npm-check-updates": "^17.0.2", "ts-loader": "^9.5.1", "typescript": "5.4.5", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-merge": "^6.0.1", "yallist": "^5.0.0", "zipfian-integer": "^1.0.1" }, "scripts": { "update": "ncu -u && npm i --no-shrinkwrap", "dev": "concurrently \"webpack --env mode=test -w\" \"karma start --auto-watch\"", "test": "webpack --env mode=test && karma start --single-run --concurrency 1 --reporters dots,coverage", "lint": "webpack --env mode=lint", "bench": "webpack --env mode=bench && karma start --single-run --concurrency 1 --browsers Chrome_bench", "dist": "webpack --env mode=dist" }, "author": "falsandtru", "license": "(Apache-2.0 AND MPL-2.0)" }