-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"_from": "hackchat-engine@^1.0.9",
"_inBundle": false,
"_integrity": "sha512-uxyU4HBAs8L4hQktdtvTP/3drbJHQvjkeQDdonglAffHIPtZ1pgU9W/ScNXNCFEyqDAo/QSVikfXp0wMmLtzeQ==",
"_location": "/hackchat-engine",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hackchat-engine@^1.0.9",
"name": "hackchat-engine",
"escapedName": "hackchat-engine",
"rawSpec": "^1.0.9",
"saveSpec": null,
"fetchSpec": "^1.0.9"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hackchat-engine/-/hackchat-engine-1.0.9.tgz",
"_shasum": "536ea142dbfca44d3853c5767b7797c303642cdb",
"_spec": "hackchat-engine@^1.0.9",
"_where": "C:\\Users\\Owner\\Documents\\GitHub\\hcClientBeta",
"author": {
"name": "Marzavec"
},
"bugs": {
"url": "https://github.com/hack-chat/hackchat-engine/issues"
},
"bundleDependencies": [],
"dependencies": {
"node-fetch": "^2.6.0",
"ws": "^7.2.0"
},
"deprecated": false,
"description": "hack.chat chat engine",
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
},
"homepage": "https://github.com/hack-chat/hackchat-engine#readme",
"keywords": [
"hack.chat",
"chat",
"client"
],
"type": "module",
"license": "WTFPL",
"main": "index.js",
"name": "hackchat-engine",
"repository": {
"type": "git",
"url": "git+https://github.com/hack-chat/hackchat-engine.git"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"lintfix": "eslint --fix --ignore-path .gitignore .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.6"
}