UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@lskjs/utils",
3 "version": "3.18.0",
4 "description": "LSK.js – utils – helpers and functions",
5 "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
6 "contributors": [
7 "Andrey Kondalov <andrey@kondalov.com> (https://github.com/yukioru)"
8 ],
9 "files": [
10 "lib"
11 ],
12 "main": "lib/index.js",
13 "types": "lib/index.d.ts",
14 "exports": {
15 ".": {
16 "import": "./lib/index.mjs",
17 "types": "./lib/index.d.ts",
18 "default": "./lib/index.js"
19 },
20 "./*": {
21 "import": "./lib/*.mjs",
22 "types": "./lib/*.d.ts",
23 "default": "./lib/*.js"
24 }
25 },
26 "repository": "https://github.com/lskjs/lskjs/tree/master//libs-core/utils",
27 "homepage": "https://github.com/lskjs/lskjs/tree/master//libs-core/utils",
28 "bugs": "https://github.com/lskjs/lskjs/issues",
29 "license": "MIT",
30 "publishConfig": {
31 "access": "public",
32 "registry": "https://registry.npmjs.org/"
33 },
34 "optionalDeps": {
35 "lodash": "4.17.x",
36 "bluebird": "3.7.x",
37 "normalize-unicode-text": "0.x"
38 },
39 "gitHead": "a9303d99ba4a4f203420697c833b2aaaffa6e33b"
40}