@ajoelp/json-to-formdata
Version:
Convert json data to a FormData object
58 lines (57 loc) • 1.54 kB
JSON
{
"name": "@ajoelp/json-to-formdata",
"version": "1.5.0",
"description": "Convert json data to a FormData object",
"keywords": [
"formdata",
"form",
"data",
"form-data",
"object",
"json",
"json-to-formdata"
],
"homepage": "https://github.com/ajoelp/json-to-formdata#readme",
"scripts": {
"test": "jest",
"build": "microbundle",
"dev": "microbundle watch",
"lint": "eslint \"src/**.ts\"",
"lint-fix": "eslint \"src/**.ts\" --fix"
},
"author": "Joel Podrebarac <joelpodrebar@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ajoelp/json-to-formdata.git"
},
"bugs": {
"url": "https://github.com/ajoelp/json-to-formdata/issues"
},
"dependencies": {
"lodash": "4.17.21"
},
"devDependencies": {
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "29.5.0",
"jest-environment-jsdom": "^29.5.0",
"microbundle": "0.15.1",
"ts-jest": "29.0.5",
"typescript": "^5.0.2"
},
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.umd.js"
}