70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"_from": "busboy@1.6.0",
|
|
"_id": "busboy@1.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
|
|
"_location": "/busboy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "busboy@1.6.0",
|
|
"name": "busboy",
|
|
"escapedName": "busboy",
|
|
"rawSpec": "1.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/multer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
|
|
"_shasum": "966ea36a9502e43cdb9146962523b92f531f6893",
|
|
"_spec": "busboy@1.6.0",
|
|
"_where": "/home/cek/workspace-new/ruscomap/node_modules/multer",
|
|
"author": {
|
|
"name": "Brian White",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mscdex/busboy/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A streaming parser for HTML form data for node.js",
|
|
"devDependencies": {
|
|
"@mscdex/eslint-config": "^1.1.0",
|
|
"eslint": "^7.32.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.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/index.js",
|
|
"name": "busboy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mscdex/busboy.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js lib test bench",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"test": "node test/test.js"
|
|
},
|
|
"version": "1.6.0"
|
|
}
|