old-input
Version:
Middleware to recall previously submitted form values in Node.js and Express.
31 lines (30 loc) • 690 B
JSON
{
"name": "old-input",
"version": "1.1.0",
"description": "Middleware to recall previously submitted form values in Node.js and Express.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreybutov/old-input.git"
},
"keywords": [
"form",
"post",
"values",
"previous",
"old",
"input"
],
"author": "Andrey Butov",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreybutov/old-input/issues"
},
"homepage": "https://github.com/andreybutov/old-input#readme",
"dependencies": {
"sanitizer": "^0.1.3"
}
}