alicezetion 1.8.7 → 1.8.9
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/modules/{nodejs-20:v25-20240206-fdbd396.res → nodejs-20:v28-20240213-3f08513.res} +1 -1
- package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
- package/.cache/typescript/5.3/node_modules/.package-lock.json +32 -3
- package/.cache/typescript/5.3/node_modules/@types/prop-types/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/index.d.ts +98 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/package.json +35 -0
- package/.cache/typescript/5.3/node_modules/@types/react/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/react/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/react/canary.d.ts +112 -0
- package/.cache/typescript/5.3/node_modules/@types/react/experimental.d.ts +126 -0
- package/.cache/typescript/5.3/node_modules/@types/react/global.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/react/index.d.ts +4351 -0
- package/.cache/typescript/5.3/node_modules/@types/react/jsx-dev-runtime.d.ts +13 -0
- package/.cache/typescript/5.3/node_modules/@types/react/jsx-runtime.d.ts +13 -0
- package/.cache/typescript/5.3/node_modules/@types/react/package.json +206 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/canary.d.ts +112 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/experimental.d.ts +126 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/global.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/index.d.ts +4333 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/index.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/package.json +30 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/tracing.d.ts +127 -0
- package/.cache/typescript/5.3/node_modules/csstype/LICENSE +19 -0
- package/.cache/typescript/5.3/node_modules/csstype/README.md +277 -0
- package/.cache/typescript/5.3/node_modules/csstype/index.d.ts +21297 -0
- package/.cache/typescript/5.3/node_modules/csstype/index.js.flow +6612 -0
- package/.cache/typescript/5.3/node_modules/csstype/package.json +66 -0
- package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -1
- package/.cache/typescript/5.3/node_modules/types-registry/package.json +2 -2
- package/.cache/typescript/5.3/package-lock.json +34 -4
- package/.cache/typescript/5.3/package.json +1 -1
- package/leiamnash/listenMqtt.js +823 -814
- package/package.json +1 -1
- package/.cache/replit/modules/replit:v4-20240206-fdbd396.res +0 -1
@@ -0,0 +1,66 @@
|
|
1
|
+
{
|
2
|
+
"name": "csstype",
|
3
|
+
"version": "3.1.3",
|
4
|
+
"main": "",
|
5
|
+
"types": "index.d.ts",
|
6
|
+
"description": "Strict TypeScript and Flow types for style based on MDN data",
|
7
|
+
"repository": "https://github.com/frenic/csstype",
|
8
|
+
"author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
|
9
|
+
"license": "MIT",
|
10
|
+
"devDependencies": {
|
11
|
+
"@types/chokidar": "^2.1.3",
|
12
|
+
"@types/css-tree": "^2.3.1",
|
13
|
+
"@types/jest": "^29.5.0",
|
14
|
+
"@types/jsdom": "^21.1.1",
|
15
|
+
"@types/node": "^16.18.23",
|
16
|
+
"@types/prettier": "^2.7.2",
|
17
|
+
"@types/request": "^2.48.8",
|
18
|
+
"@types/turndown": "^5.0.1",
|
19
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
20
|
+
"@typescript-eslint/parser": "^5.57.0",
|
21
|
+
"chalk": "^4.1.2",
|
22
|
+
"chokidar": "^3.5.3",
|
23
|
+
"eslint": "^8.37.0",
|
24
|
+
"css-tree": "^2.3.1",
|
25
|
+
"eslint-config-prettier": "^8.8.0",
|
26
|
+
"eslint-plugin-prettier": "^4.2.1",
|
27
|
+
"fast-glob": "^3.2.12",
|
28
|
+
"flow-bin": "^0.203.1",
|
29
|
+
"jest": "^29.5.0",
|
30
|
+
"jsdom": "^21.1.1",
|
31
|
+
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#1bf44517bd08de735e9ec20dbfe8e86c96341054",
|
32
|
+
"mdn-data": "git+https://github.com/mdn/data.git#7f0c865a3c4b5d891285c93308ee5c25cb5cfee8",
|
33
|
+
"prettier": "^2.8.7",
|
34
|
+
"request": "^2.88.2",
|
35
|
+
"ts-jest": "^29.0.5",
|
36
|
+
"ts-node": "^10.9.1",
|
37
|
+
"turndown": "^7.1.2",
|
38
|
+
"typescript": "~5.0.3"
|
39
|
+
},
|
40
|
+
"scripts": {
|
41
|
+
"prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
|
42
|
+
"prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
|
43
|
+
"update": "ts-node --files update.ts",
|
44
|
+
"build": "ts-node --files build.ts --start",
|
45
|
+
"watch": "ts-node --files build.ts --watch",
|
46
|
+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
47
|
+
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
|
48
|
+
"lazy": "tsc && npm run lint",
|
49
|
+
"test": "jest --runInBand",
|
50
|
+
"test:src": "jest src.*.ts",
|
51
|
+
"test:dist": "jest dist.*.ts --runInBand"
|
52
|
+
},
|
53
|
+
"files": [
|
54
|
+
"index.d.ts",
|
55
|
+
"index.js.flow"
|
56
|
+
],
|
57
|
+
"keywords": [
|
58
|
+
"css",
|
59
|
+
"style",
|
60
|
+
"typescript",
|
61
|
+
"flow",
|
62
|
+
"typings",
|
63
|
+
"types",
|
64
|
+
"definitions"
|
65
|
+
]
|
66
|
+
}
|