1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/get-stream/package.json
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

82 lines
1.8 KiB
JSON

{
"_from": "get-stream@^2.2.0",
"_id": "get-stream@2.3.1",
"_inBundle": false,
"_integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
"_location": "/get-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "get-stream@^2.2.0",
"name": "get-stream",
"escapedName": "get-stream",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz",
"_shasum": "5f38f93f346009666ee0150a054167f91bdd95de",
"_spec": "get-stream@^2.2.0",
"_where": "C:\\Users\\matia\\Musix\\node_modules\\decompress-unzip",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/get-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4.0.1",
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Get a stream as a string, buffer, or array",
"devDependencies": {
"ava": "*",
"buffer-equals": "^1.0.3",
"into-stream": "^2.0.1",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"buffer-stream.js"
],
"homepage": "https://github.com/sindresorhus/get-stream#readme",
"keywords": [
"get",
"stream",
"promise",
"concat",
"string",
"str",
"text",
"buffer",
"read",
"data",
"readable",
"readablestream",
"array",
"object",
"obj"
],
"license": "MIT",
"name": "get-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/get-stream.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.3.1"
}