1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/busboy/package.json

94 lines
2.1 KiB
JSON

{
"_args": [
[
"busboy@^0.2.11",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/multer"
]
],
"_from": "busboy@>=0.2.11 <0.3.0",
"_id": "busboy@0.2.12",
"_inCache": true,
"_installable": true,
"_location": "/busboy",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "mscdex@mscdex.net",
"name": "mscdex"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"name": "busboy",
"raw": "busboy@^0.2.11",
"rawSpec": "^0.2.11",
"scope": null,
"spec": ">=0.2.11 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/multer"
],
"_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz",
"_shasum": "bf3f080dede87c72a028a3938081f3b1adf0b3ba",
"_shrinkwrap": null,
"_spec": "busboy@^0.2.11",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/multer",
"author": {
"email": "mscdex@mscdex.net",
"name": "Brian White"
},
"bugs": {
"url": "https://github.com/mscdex/busboy/issues"
},
"dependencies": {
"dicer": "0.2.5",
"readable-stream": "1.1.x"
},
"description": "A streaming parser for HTML form data for node.js",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "bf3f080dede87c72a028a3938081f3b1adf0b3ba",
"tarball": "http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/busboy#readme",
"keywords": [
"form-data",
"forms",
"multipart",
"uploads"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
}
],
"main": "./lib/main",
"maintainers": [
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
}
],
"name": "busboy",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/busboy.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.2.12"
}