revere.dev/safelock/dashboard/node_modules/dicer/package.json

18 lines
623 B
JSON
Raw Normal View History

2024-07-01 21:55:25 +02:00
{ "name": "dicer",
"version": "0.2.5",
"author": "Brian White <mscdex@mscdex.net>",
"description": "A very fast streaming multipart parser for node.js",
"main": "./lib/Dicer",
"dependencies": {
"streamsearch": "0.1.2",
"readable-stream": "1.1.x"
},
"scripts": {
"test": "node test/test.js"
},
"engines": { "node": ">=0.8.0" },
"keywords": [ "parser", "parse", "parsing", "multipart", "form-data", "streaming" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/dicer/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/dicer.git" }
}