-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.43 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.43 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "fng-jq-upload",
"version": "0.12.0-beta.334",
"type": "module",
"author": {
"name": "Mark Chapman",
"email": "support@forms-angular.org"
},
"description": "jQuery file upload plugin for forms-angular, storing data in Mongo. Pretty much a wrapper for BlueImp jquery-file-upload",
"scripts": {
"test": "grunt test",
"postinstall": "patch-package"
},
"dependencies": {
"blueimp-file-upload": "^9.34.0",
"busboy": "^1.6.0",
"imagemagick-stream": "^4.1.1",
"jquery": "^3.7.1",
"lodash": "^4.18.1"
},
"devDependencies": {
"@types/busboy": "^1.5.4",
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-elastic": "^2.5.1",
"angular-messages": "^1.8.3",
"angular-mocks": "^1.8.3",
"angular-sanitize": "^1.8.3",
"angular-ui-bootstrap": "1.3.2 || 2.5.6",
"async": "^3.2.5",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"forms-angular": "0.12.0-beta.334",
"grunt": "^1.6.1",
"grunt-angular-templates": "^1.2.0",
"grunt-cli": "^1.5.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-karma": "^4.0.2",
"grunt-mocha-test": "^0.13.3",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"mocha": "^10.4.0",
"mongodb": "=5.9.1",
"mongoose": "=7.6.8",
"ng-infinite-scroll": "^1.3.0",
"patch-package": "^8.0.1",
"semver": "^7.6.2",
"supertest": "^7.0.0"
},
"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",
"isarray": "npm:@socketregistry/isarray@^1",
"object-assign": "npm:@socketregistry/object-assign@^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",
"isarray": "npm:@socketregistry/isarray@^1",
"object-assign": "npm:@socketregistry/object-assign@^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"
},
"main": "lib/fng-jq-upload.js",
"repository": {
"type": "git",
"url": "git+https://github.com/forms-angular/fng-jq-upload.git"
},
"keywords": [
"forms-angular",
"mongoose",
"file upload",
"upload",
"uploader"
],
"license": "MIT"
}