1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/dicer/package.json
2020-03-03 22:30:50 +02:00

70 lines
1.5 KiB
JSON

{
"_args": [
[
"dicer@0.3.0",
"C:\\Users\\matia\\Musix"
]
],
"_from": "dicer@0.3.0",
"_id": "dicer@0.3.0",
"_inBundle": false,
"_integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==",
"_location": "/dicer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dicer@0.3.0",
"name": "dicer",
"escapedName": "dicer",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/firebase-admin"
],
"_resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz",
"_spec": "0.3.0",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/dicer/issues"
},
"dependencies": {
"streamsearch": "0.1.2"
},
"description": "A very fast streaming multipart parser for node.js",
"engines": {
"node": ">=4.5.0"
},
"homepage": "https://github.com/mscdex/dicer#readme",
"keywords": [
"parser",
"parse",
"parsing",
"multipart",
"form-data",
"streaming"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/dicer/raw/master/LICENSE"
}
],
"main": "./lib/Dicer",
"name": "dicer",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/dicer.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.3.0"
}