UNPKG

@spacet.me/chain

Version:

Like `_.chain` but only contains `thru` and `value` methods. Comes with TypeScript typings.

53 lines (52 loc) 1.41 kB
{ "devDependencies": { "@rushstack/heft": "0.44.2", "@rushstack/heft-web-rig": "0.7.2", "@spacet.me/news-fragments": "1.15.2-1", "@types/heft-jest": "1.0.2", "lodash": "^4.17.11", "prettier": "2.5.1", "release-it": "15.0.0-esm.3", "@microsoft/api-documenter": "7.14.1", "api-documenter-yaml-to-antora-asciidoc": "0.0.0-11" }, "name": "@spacet.me/chain", "description": "Like `_.chain` but only contains `thru` and `value` methods. Comes with TypeScript typings.", "version": "2.0.2", "main": "./lib-commonjs/index.js", "scripts": { "prepare": "heft build && ./scripts/generate-api-docs", "build": "heft build", "test": "heft test", "release": "release-it", "format": "prettier --write .", "api": "./scripts/generate-api-docs" }, "repository": { "type": "git", "url": "git+https://github.com/dtinth/chain.git" }, "keywords": [ "lodash", "chain", "fp", "functional programming", "pipeline", "thru" ], "author": "Thai Pangsakulyanont <org.yi.dttvb@gmail.com> (http://dt.in.th/)", "license": "MIT", "bugs": { "url": "https://github.com/dtinth/chain/issues" }, "homepage": "https://github.com/dtinth/chain#readme", "files": [ "src", "lib", "lib-commonjs", "dist" ], "module": "./lib/index.js", "types": "./dist/chain.d.ts", "docModel": "./dist/chain.api.json" }