Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

form-to-request-object

zeke17MIT1.0.0

Create a request-ready JSON payload from a submitted HTML form

form, html, jquery, nets, request, xhr

readme

form-to-request-object

Create a request-ready JSON payload from a submitted HTML form

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install form-to-request-object --save

Tests

npm install
npm test

Dependencies

  • steeltoe: Don't shoot yourself in the foot while traversing JavaScript objects.

Dev Dependencies

  • brfs: browserify fs.readFileSync() static asset inliner
  • browserify: browser-side require() the node way
  • domify: turn HTML into DOM elements
  • faucet: human-readable TAP summarizer
  • jquery: JavaScript library for DOM operations
  • smokestack: Pipe your JavaScript into a browser, logging console output in Node
  • tap: A Test-Anything-Protocol library
  • tap-closer: Simple JS "transform" tool that will call window.close or process.exit when TAP output is complete
  • tape: tap-producing test harness for node and browsers

License

MIT

Generated by package-json-to-readme