File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/busboy/package.json
{
"_args": [
[
"busboy@0.3.1",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "busboy@0.3.1",
"_id": "busboy@0.3.1",
"_inBundle": false,
"_integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==",
"_location": "/busboy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "busboy@0.3.1",
"name": "busboy",
"escapedName": "busboy",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/graphql-upload"
],
"_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/busboy/issues"
},
"dependencies": {
"dicer": "0.3.0"
},
"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"
}