UNPKG

2.32 kBJSONView Raw
1{
2 "name": "@daybrush/utils",
3 "version": "1.4.0",
4 "description": "utils for daybrush",
5 "main": "dist/utils.js",
6 "module": "dist/utils.esm.js",
7 "sideEffects": false,
8 "types": "declaration/index.d.ts",
9 "keywords": [
10 "daybrush",
11 "utils",
12 "dom",
13 "css",
14 "color",
15 "rgba",
16 "hsla",
17 "splitSpace",
18 "splitQuoto",
19 "splitComma",
20 "splitBracket",
21 "camelize",
22 "decamelize",
23 "now",
24 "requestAnimationFrame",
25 "cancelAnimationFrame",
26 "transform",
27 "filter",
28 "animation",
29 "crossbrowser",
30 "rgb",
31 "hsl",
32 "isUndefined",
33 "isFunction",
34 "isString",
35 "isNumber",
36 "dot",
37 "find",
38 "findIndx"
39 ],
40 "scripts": {
41 "coverage": "karma start --coverage && print-coveralls --sort=desc",
42 "test": "karma start",
43 "build": "npm run build:rollup && npm run declaration",
44 "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
45 "build:rollup": "rollup -c",
46 "coveralls": "cat ./coverage/lcov.info | coveralls",
47 "doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
48 "release": "npm run build && npm run doc && release --dirs=dist,doc"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/daybrush/utils"
53 },
54 "author": "Daybrush",
55 "license": "MIT",
56 "bugs": {
57 "url": "https://github.com/daybrush/utils/issues"
58 },
59 "homepage": "https://github.com/daybrush/utils#readme",
60 "devDependencies": {
61 "@daybrush/jsdoc": "^0.3.6",
62 "@daybrush/release": "^0.2.4",
63 "@types/karma-chai": "^0.1.2",
64 "@types/mocha": "^7.0.2",
65 "@types/node": "^14.0.27",
66 "@types/sinon": "^9.0.0",
67 "chai": "^4.2.0",
68 "coveralls": "^3.1.0",
69 "daybrush-jsdoc-template": "^1.5.0",
70 "gh-pages": "^2.0.1",
71 "karma": "^5.0.2",
72 "karma-chai": "^0.1.0",
73 "karma-chrome-launcher": "^3.1.0",
74 "karma-mocha": "^2.0.0",
75 "karma-mocha-reporter": "^2.2.5",
76 "karma-typescript": "^5.0.2",
77 "mocha": "^7.1.2",
78 "print-coveralls": "^1.2.2",
79 "rollup": "^0.66.6",
80 "rollup-plugin-es3": "^1.1.0",
81 "rollup-plugin-prototype-minify": "^1.0.4",
82 "rollup-plugin-replace": "^2.1.0",
83 "rollup-plugin-typescript": "^1.0.0",
84 "rollup-plugin-uglify": "^6.0.0",
85 "string-replace": "^0.2.0",
86 "tslint": "^5.11.0",
87 "typescript": "^3.9.5"
88 }
89}