All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.callback-stream.package.json Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
{
  "_from": "callback-stream@^1.0.2",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-RwGlEmbwbgbqpx/BcjOCLYdfSQg=",
  "_location": "/callback-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "callback-stream@^1.0.2",
    "name": "callback-stream",
    "escapedName": "callback-stream",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/help-me"
  ],
  "_resolved": "https://registry.npmjs.org/callback-stream/-/callback-stream-1.1.0.tgz",
  "_shasum": "4701a51266f06e06eaa71fc17233822d875f4908",
  "_spec": "callback-stream@^1.0.2",
  "_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js/node_modules/help-me",
  "author": {
    "name": "Matteo Collina",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "http://github.com/mcollina/callback-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "inherits": "^2.0.1",
    "readable-stream": "> 1.0.0 < 3.0.0"
  },
  "deprecated": false,
  "description": "A pipeable stream that calls your callback",
  "devDependencies": {
    "pre-commit": "^1.1.1",
    "standard": "^5.0.0",
    "tap": "~0.4.2",
    "tape": "^4.0.2"
  },
  "homepage": "https://github.com/mcollina/callback-stream#readme",
  "keywords": [
    "callback",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "callback-stream",
  "precommit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/callback-stream.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "tap test.js"
  },
  "version": "1.1.0",
  "website": "https://github.com/mcollina/callback-stream"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy