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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
| {
| "_from": "gridstack@^0.6.4",
| "_id": "gridstack@0.6.4",
| "_inBundle": false,
| "_integrity": "sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==",
| "_location": "/gridstack",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "gridstack@^0.6.4",
| "name": "gridstack",
| "escapedName": "gridstack",
| "rawSpec": "^0.6.4",
| "saveSpec": null,
| "fetchSpec": "^0.6.4"
| },
| "_requiredBy": [
| "/node-red-dashboard"
| ],
| "_resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz",
| "_shasum": "f832903a1323a0e536348dd926d7b5d084ca88eb",
| "_spec": "gridstack@^0.6.4",
| "_where": "/home/l/plc/node-red/node_modules/node-red-dashboard",
| "author": {
| "name": "Pavel Reznikov",
| "email": "pashka.reznikov@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/gridstack/gridstack.js/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Dylan Weiss",
| "email": "dylan.weiss@gmail.com",
| "url": "https://dylandreams.com"
| },
| {
| "name": "Alain Dumesny",
| "email": "alaind831+github@gmail.com",
| "url": "https://github.com/adumesny"
| }
| ],
| "dependencies": {
| "jquery": "^1.8 || 2 || 3"
| },
| "deprecated": false,
| "description": "gridstack.js for dashboard layout and creation, with many wrappers (React, Angular, Ember, knockout...)",
| "devDependencies": {
| "connect": "^3.6.6",
| "core-js": "^3.0.0",
| "coveralls": "^3.0.3",
| "doctoc": "^1.4.0",
| "grunt": "^1.0.4",
| "grunt-cli": "^1.3.2",
| "grunt-contrib-connect": "^2.0.0",
| "grunt-contrib-copy": "^1.0.0",
| "grunt-contrib-cssmin": "^3.0.0",
| "grunt-contrib-uglify": "^4.0.1",
| "grunt-contrib-watch": "^1.1.0",
| "grunt-eslint": "^20.1.0",
| "grunt-protractor-runner": "^5.0.0",
| "grunt-protractor-webdriver": "^0.2.5",
| "grunt-sass": "2.1.0",
| "jasmine-core": "^3.3.0",
| "karma": "^4.0.1",
| "karma-chrome-launcher": "^2.2.0",
| "karma-coverage": "^1.1.2",
| "karma-coveralls": "^2.1.0",
| "karma-jasmine": "^2.0.1",
| "puppeteer": "^1.13.0",
| "serve-static": "^1.13.2"
| },
| "homepage": "http://gridstack.github.io/gridstack.js/",
| "keywords": [
| "gridstack.js",
| "grid",
| "gridster",
| "layout",
| "responsive",
| "dashboard",
| "resize",
| "drag&drop",
| "widgets",
| "Angular",
| "React",
| "Typescript"
| ],
| "license": "MIT",
| "main": "dist/gridstack.js",
| "name": "gridstack",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gridstack/gridstack.js.git"
| },
| "resolutions": {
| "lodash": "^4.17.13",
| "js-yaml": "^3.13.1"
| },
| "scripts": {
| "build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
| "lint": "grunt lint",
| "prepublishOnly": "yarn build",
| "reset": "rm -rf dist node_modules",
| "test": "grunt lint && karma start karma.conf.js"
| },
| "version": "0.6.4"
| }
|
|