{
  "_from": "get-form-data@^2.0.0",
  "_id": "get-form-data@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-YUpw0aTWeGliifqMYrTohe/YdqVmKLmaNwuscd2WlRNGfba57JHGuuvvv2c6LiZdFys285POVWANTh6SqcwFag==",
  "_location": "/get-form-data",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-form-data@^2.0.0",
    "name": "get-form-data",
    "escapedName": "get-form-data",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@uppy/form"
  ],
  "_resolved": "https://registry.npmjs.org/get-form-data/-/get-form-data-2.0.0.tgz",
  "_shasum": "f211018ea617cc54678522235f0e2a9025d89411",
  "_spec": "get-form-data@^2.0.0",
  "_where": "C:\\xampp\\htdocs\\rnr\\node_modules\\@uppy\\form",
  "author": {
    "name": "Jonny Buchanan",
    "email": "jonathan.buchanan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/insin/get-form-data/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Gets form data via form.elements",
  "devDependencies": {
    "eslint-config-jonnybuchanan": "5.0.x",
    "karma-tap": "3.1.1",
    "nwb": "0.20.x",
    "tape": "4.8.0"
  },
  "files": [
    "es",
    "lib",
    "umd"
  ],
  "homepage": "https://github.com/insin/get-form-data",
  "keywords": [
    "data",
    "form",
    "forms"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "get-form-data",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/insin/get-form-data.git"
  },
  "scripts": {
    "build": "npm run lint && nwb test",
    "lint": "eslint src test",
    "test": "nwb build && nwb test",
    "test:watch": "nwb test --server"
  },
  "version": "2.0.0"
}
