1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/bun/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-10 13:43:04 +00:00
{
"_from": "bun@^0.0.12",
"_id": "bun@0.0.12",
"_inBundle": false,
"_integrity": "sha512-Toms18J9DqnT+IfWkwxVTB2EaBprHvjlMWrTIsfX4xbu3ZBqVBwrERU0em1IgtRe04wT+wJxMlKHZok24hrcSQ==",
"_location": "/bun",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bun@^0.0.12",
"name": "bun",
"escapedName": "bun",
"rawSpec": "^0.0.12",
"saveSpec": null,
"fetchSpec": "^0.0.12"
},
"_requiredBy": [
"/@google-cloud/firestore"
],
"_resolved": "https://registry.npmjs.org/bun/-/bun-0.0.12.tgz",
"_shasum": "d54fae69f895557f275423bc14b404030b20a5fc",
"_spec": "bun@^0.0.12",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@google-cloud\\firestore",
"author": {
"name": "naomik",
"email": "naomi@fknsrs.biz"
},
"bugs": {
"url": "https://github.com/naomik/bun/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.0.32"
},
"deprecated": false,
"description": "A useful container for streams",
"devDependencies": {
"mocha": "~1.11.0"
},
"engines": {
"node": ">=0.10.12"
},
"homepage": "https://github.com/naomik/bun#readme",
"keywords": [
"stream",
"streams2",
"bun"
],
"license": "BSD",
"main": "lib/bun.js",
"name": "bun",
"repository": {
"type": "git",
"url": "git://github.com/naomik/bun.git"
},
"scripts": {
"test": "mocha -R tap"
},
"version": "0.0.12"
}