Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

azuki-trusty / azk   deb

Repository URL to install this package:

/ usr / lib / azk / node_modules / memory-streams / package.json

{
  "name": "memory-streams",
  "description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
  "version": "0.0.3",
  "author": {
    "name": "Paul Jackson",
    "url": "http://paulj.me/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:paulja/memory-streams-js.git"
  },
  "homepage": "https://github.com/paulja/memory-streams-js",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "readable-stream": "~1.0.2"
  },
  "devDependencies": {
    "should": "~1.2.2"
  },
  "scripts": {
    "test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
  },
  "keywords": [
    "stream",
    "string",
    "memory",
    "Readable",
    "Writable"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paulja/memory-streams-js/issues"
  },
  "_id": "memory-streams@0.0.3",
  "dist": {
    "shasum": "89a890c39d1f9ba7d1cc54d05f93265dff62bfcd",
    "tarball": "http://registry.npmjs.org/memory-streams/-/memory-streams-0.0.3.tgz"
  },
  "_from": "memory-streams@0.0.3",
  "_npmVersion": "1.2.25",
  "_npmUser": {
    "name": "paulj",
    "email": "pjackson@gmail.com"
  },
  "maintainers": [
    {
      "name": "paulj",
      "email": "pjackson@gmail.com"
    }
  ],
  "_shasum": "89a890c39d1f9ba7d1cc54d05f93265dff62bfcd",
  "_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.0.3.tgz",
  "readme": "ERROR: No README data found!"
}