Package Exports
- form-to-request-object
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (form-to-request-object) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 --saveTests
npm install
npm testDependencies
- 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