You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.5 KiB
64 lines
1.5 KiB
{
|
|
"_from": "busboy@^0.3.1",
|
|
"_id": "busboy@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==",
|
|
"_location": "/busboy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "busboy@^0.3.1",
|
|
"name": "busboy",
|
|
"escapedName": "busboy",
|
|
"rawSpec": "^0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/express-fileupload"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz",
|
|
"_shasum": "170899274c5bf38aae27d5c62b71268cd585fd1b",
|
|
"_spec": "busboy@^0.3.1",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/express-fileupload",
|
|
"author": {
|
|
"name": "Brian White",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mscdex/busboy/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"dicer": "0.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A streaming parser for HTML form data for node.js",
|
|
"engines": {
|
|
"node": ">=4.5.0"
|
|
},
|
|
"homepage": "https://github.com/mscdex/busboy#readme",
|
|
"keywords": [
|
|
"uploads",
|
|
"forms",
|
|
"multipart",
|
|
"form-data"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/main",
|
|
"name": "busboy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mscdex/busboy.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"version": "0.3.1"
|
|
}
|
|
|