{
  "_args": [
    [
      "stream-to-array@2.3.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "stream-to-array@2.3.0",
  "_id": "stream-to-array@2.3.0",
  "_inBundle": false,
  "_integrity": "sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M=",
  "_location": "/stream-to-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-to-array@2.3.0",
    "name": "stream-to-array",
    "escapedName": "stream-to-array",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/strapi-plugin-upload"
  ],
  "_resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/stream-utils/stream-to-array/issues"
  },
  "dependencies": {
    "any-promise": "^1.1.0"
  },
  "description": "Concatenate a readable stream's data into a single array",
  "devDependencies": {
    "bluebird": "^3.1.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.3"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stream-utils/stream-to-array#readme",
  "keywords": [
    "stream",
    "streams",
    "buffer",
    "array",
    "concat"
  ],
  "license": "MIT",
  "name": "stream-to-array",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stream-utils/stream-to-array.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "2.3.0"
}
