-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.61 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.61 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
{
"name": "fng-audit",
"version": "0.12.0-beta.328",
"type": "module",
"description": "Client part of forms-angular audit plugin",
"homepage": "https://www.forms-angular.org/#/plugins",
"files": [
"dist"
],
"dependencies": {
"async": "^3.2.5",
"colors": "^1.4.0",
"jsondiffpatch": "=0.5.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
},
"scripts": {
"test": "mocha --exit",
"build": "grunt --gruntfile Gruntfile.cjs"
},
"main": "./dist/server/fng-audit.js",
"devDependencies": {
"@types/angular": "^1.8.9",
"@types/async": "^3.2.24",
"@types/chai": "^4.3.16",
"@types/express": "^4.17.21",
"@types/lodash.clonedeep": "^4.5.9",
"@types/mocha": "^10.0.7",
"angular": "^1.8.3",
"chai": "=4.3.10",
"forms-angular": "0.12.0-beta.328",
"grunt": "^1.6.1",
"grunt-angular-templates": "^1.2.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-legacy-log": "^3.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-umd": "^3.0.0",
"mocha": "^10.4.0",
"mongodb": "=5.9.1",
"mongoose": "=7.6.8"
},
"overrides": {
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
},
"resolutions": {
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
},
"license": "MIT",
"authors": [
"Mark Chapman <mark.chapman@gmail.com>"
],
"keywords": [
"forms-angular",
"mongoose",
"audit",
"history"
]
}