UNPKG

request-text

Version:
32 lines (31 loc) 627 B
{ "name": "request-text", "version": "1.0.1", "description": "Parse text/plain requests", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/tether/request-text.git" }, "keywords": [ "request", "text", "body", "http" ], "author": "Petrofeed Inc", "license": "MIT", "bugs": { "url": "https://github.com/tether/request-text/issues" }, "homepage": "https://github.com/tether/request-text#readme", "devDependencies": { "tape": "*" }, "dependencies": { "inflate-body": "^1.0.1" } }