UNPKG

atomic-fns

Version:

Like Lodash, but for ESNext and with types. Stop shipping code built for browsers from 2015.

75 lines (74 loc) 1.94 kB
{ "name": "atomic-fns", "description": "Like Lodash, but for ESNext and with types. Stop shipping code built for browsers from 2015.", "version": "1.1.6", "files": [ "dist/*" ], "type": "module", "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "preversion": "npm test", "version": "npm run build && npm run docs && git add -A dist", "postversion": "git push && git push --tags", "prepublishOnly": "npm run build", "test": "NODE_OPTIONS=--loader=ts-node/esm jasmine --config=jasmine.json", "tsc": "tsc -p . --declaration", "tsc:w": "tsc -p . --declaration --watch", "lint": "eslint src/**/*.ts --fix", "build": "npm run lint && npm test && npm run tsc && npm run docs", "docs": "typedoc" }, "devDependencies": { "@types/jasmine": "^4.3.0", "@typescript-eslint/eslint-plugin": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^23.0.0", "eslint-plugin-n": "^15.3.0", "eslint-plugin-prettier": "^4.2.1", "jasmine": "^4.4.0", "jasmine-spec-reporter": "^7.0.0", "prettier": "^2.7.1", "ts-node": "^10.9.1", "typedoc": "^0.23.16", "typescript": "^4.8.4" }, "repository": { "type": "git", "url": "https://github.com/adrian2x/atomic-fns.git" }, "keywords": [ "modules", "stdlib", "util", "fp", "lazy", "itertools", "core-js", "lodash", "lodash-es", "es6", "es7", "es8", "es9", "es2020", "es2021", "es2022", "esnext", "es-next", "@esnext", "@es-next", "atomicfns", "atomic-fns" ], "author": "Adrian Cruz <kangoonie@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/adrian2x/atomic-fns/issues" }, "homepage": "https://atomic-stack.github.io/atomic-fns/" }