mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "dicer@^0.3.0",
|
||
|
"_id": "dicer@0.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==",
|
||
|
"_location": "/dicer",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"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",
|
||
|
"_shasum": "eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872",
|
||
|
"_spec": "dicer@^0.3.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\firebase-admin",
|
||
|
"author": {
|
||
|
"name": "Brian White",
|
||
|
"email": "mscdex@mscdex.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mscdex/dicer/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"streamsearch": "0.1.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|