Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/stream-to-array/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/stream-to-array/package.json

{
  "_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": "range",
    "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": [
    "/stream-to-promise"
  ],
  "_resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz",
  "_shasum": "bbf6b39f5f43ec30bc71babcb37557acecf34353",
  "_spec": "stream-to-array@~2.3.0",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/stream-to-promise",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/stream-utils/stream-to-array/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "any-promise": "^1.1.0"
  },
  "deprecated": false,
  "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"
}