-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
{
"_from": "drupal-node.js@~1.0.12",
"_id": "drupal-node.js@1.0.12",
"_inBundle": false,
"_integrity": "sha512-reIClnYZv4PCwe+RuvGvCj+587tdIkKNs7KuuM2XvPpYgHvhjHNFm3q68o7ySCCqSkF3TxbEoZ63Z6/C7lRAng==",
"_location": "/drupal-node.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "drupal-node.js@~1.0.12",
"name": "drupal-node.js",
"escapedName": "drupal-node.js",
"rawSpec": "~1.0.12",
"saveSpec": null,
"fetchSpec": "~1.0.12"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/drupal-node.js/-/drupal-node.js-1.0.12.tgz",
"_shasum": "32b96dd331d2a2259125a702761c67d4222e9434",
"_spec": "drupal-node.js@~1.0.12",
"_where": "/usr/src/app",
"bugs": {
"url": "https://github.com/beejeebus/drupal-nodejs/issues"
},
"bundleDependencies": false,
"dependencies": {
"body-parser": "1.19.x",
"express": "4.17.x",
"request": "2.88.x",
"socket.io": "2.3.x"
},
"deprecated": false,
"description": "Push notifications from Drupal.",
"devDependencies": {
"mocha": "^7.2.0",
"nock": "10.0.x",
"socket.io-client": "2.2.x"
},
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/beejeebus/drupal-nodejs",
"license": "GPL-2.0",
"name": "drupal-node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/beejeebus/drupal-nodejs.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.12"
}