-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·81 lines (81 loc) · 2.14 KB
/
package.json
File metadata and controls
executable file
·81 lines (81 loc) · 2.14 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_from": "node-reqs",
"_id": "node-reqs@5.0.0",
"_inBundle": false,
"_integrity": "sha1-oPimFjUK+ytsegUMk1h9mjkBx2c=",
"_location": "/node-reqs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-reqs",
"name": "node-reqs",
"escapedName": "node-reqs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-reqs/-/node-reqs-4.2.2.tgz",
"_shasum": "a0f8a616350afb2b6c7a050c93587d9a3901c767",
"_spec": "node-reqs",
"_where": "/home/me/projects/vvr",
"author": {
"name": "Void Volker",
"email": "vvr@tutanota.com",
"url": "https://github.com/VoidVolker"
},
"bugs": {
"url": "https://github.com/VoidVolker/reqs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "REQuest jSon interface for WebSockets, HTTP and any other protocols",
"homepage": "https://github.com/VoidVolker/reqs#readme",
"keywords": [
"reqs",
"node-reqs",
"request",
"json",
"websockets",
"API",
"WS API",
"HTTP API",
"Web API"
],
"license": "MIT",
"main": "dist/node/index.js",
"name": "node-reqs",
"repository": {
"type": "git",
"url": "git+https://github.com/VoidVolker/reqs.git"
},
"scripts": {
"b": "coffee -c -b -m ./ && ./scripts/build.sh",
"build": "coffee -c -b -m ./ && ./scripts/build.sh",
"major": "git status & npm version major",
"minor": "git status & npm version minor",
"patch": "git status & npm version patch",
"test": "node ./test/test",
"w": "./scripts/coffee.sh",
"watch": "./scripts/coffee.sh"
},
"version": "5.0.2",
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.7.4",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.5.1",
"babel-register": "^6.26.0",
"core-js": "^3.4.4",
"express": "^4.17.1",
"nodejs-websocket": "^1.7.2"
},
"type": "commonjs"
}