NewsBlur-viq/node/node_modules/connect-busboy/package.json
2019-04-13 16:45:13 -04:00

66 lines
1.5 KiB
JSON

{
"_args": [
[
"connect-busboy@0.0.2",
"/Users/sclay/projects/newsblur/node"
]
],
"_from": "connect-busboy@0.0.2",
"_id": "connect-busboy@0.0.2",
"_inBundle": false,
"_integrity": "sha1-rFyclmchcYheV2xmsr/ZXTuxEJc=",
"_location": "/connect-busboy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect-busboy@0.0.2",
"name": "connect-busboy",
"escapedName": "connect-busboy",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/connect-busboy/-/connect-busboy-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "/Users/sclay/projects/newsblur/node",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/connect-busboy/issues"
},
"dependencies": {
"busboy": "*"
},
"description": "Connect middleware for busboy",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/connect-busboy#readme",
"keywords": [
"connect",
"middleware",
"uploads",
"forms",
"multipart",
"form-data"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/connect-busboy/raw/master/LICENSE"
}
],
"main": "./index",
"name": "connect-busboy",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/connect-busboy.git"
},
"version": "0.0.2"
}