{
  "name": "fng-jq-upload",
  "version": "0.12.0-beta.337",
  "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.337",
    "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"
}