UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

149 lines (148 loc) 5.07 kB
{ "_args": [ [ { "raw": "@most/multicast@^1.2.5", "scope": "@most", "escapedName": "@most%2fmulticast", "name": "@most/multicast", "rawSpec": "^1.2.5", "spec": ">=1.2.5 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/most" ] ], "_from": "@most/multicast@>=1.2.5 <2.0.0", "_id": "@most/multicast@1.3.0", "_inCache": true, "_location": "/@most/multicast", "_nodeVersion": "8.5.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/multicast-1.3.0.tgz_1506563910460_0.3689682297408581" }, "_npmUser": { "name": "briancavalier", "email": "brian@hovercraftstudios.com" }, "_npmVersion": "5.3.0", "_phantomChildren": {}, "_requested": { "raw": "@most/multicast@^1.2.5", "scope": "@most", "escapedName": "@most%2fmulticast", "name": "@most/multicast", "rawSpec": "^1.2.5", "spec": ">=1.2.5 <2.0.0", "type": "range" }, "_requiredBy": [ "/most" ], "_resolved": "https://registry.npmjs.org/@most/multicast/-/multicast-1.3.0.tgz", "_shasum": "e01574840df634478ac3fabd164c6e830fb3b966", "_shrinkwrap": null, "_spec": "@most/multicast@^1.2.5", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/most", "author": { "name": "Tylor Steinberer", "email": "tlsteinberger167@gmail.com", "url": "github.com/TylorS" }, "bugs": { "url": "https://github.com/mostjs/multicast/issues" }, "dependencies": { "@most/prelude": "^1.4.0" }, "description": "Efficient stream sharing for most.js", "devDependencies": { "@most/eslint-config-most": "^1.0.3", "assert": "^1.4.1", "buba": "^2.0.2", "cpy-cli": "^1.0.1", "eslint": "^3.3.1", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.1", "eslint-plugin-standard": "^2.0.0", "flow-bin": "^0.53.1", "istanbul": "^1.1.0-alpha.1", "jsinspect": "^0.8.0", "mocha": "^3.0.2", "most": "^1.0.1", "rollup": "^0.34.9", "rollup-plugin-buble": "^0.12.1", "sinon": "^1.17.5", "uglify-js": "^2.7.1" }, "directories": {}, "dist": { "integrity": "sha512-DWH8AShgp5bXn+auGzf5tzPxvpmEvQJd0CNsApOci1LDF4eAEcnw4HQOr2Jaa+L92NbDYFKBSXxll+i7r1ikvw==", "shasum": "e01574840df634478ac3fabd164c6e830fb3b966", "tarball": "https://registry.npmjs.org/@most/multicast/-/multicast-1.3.0.tgz" }, "files": [ "src/*", "dist/*", "type-definitions/index.d.ts" ], "gitHead": "a2ce6d72d4ac8ccc651c4cd31bc6adbe4b04625a", "homepage": "https://github.com/mostjs/multicast#readme", "jsnext:main": "dist/multicast.es.js", "keywords": [ "most", "mostjs", "reactive", "event", "async", "streams", "multicast" ], "license": "MIT", "main": "dist/multicast.js", "maintainers": [ { "name": "davidchase", "email": "davidchase03@gmail.com" }, { "name": "tylors", "email": "tlsteinberger167@gmail.com" }, { "name": "briancavalier", "email": "brian@hovercraftstudios.com" }, { "name": "most", "email": "brian@hovercraftstudios.com" } ], "module": "dist/multicast.es.js", "name": "@most/multicast", "optionalDependencies": {}, "peerDependencies": { "most": "^1.0.1" }, "readme": "# ⚠️ Deprecated ⚠️\n \n`@most/multicast` is deprecated.\n\nSupport and maintenance will cease when `@most/core` 1.0 is released. Meanwhile, only critical bug fixes will be released. \n\nIts functionality is currently available in [@most/core](http://mostcore.readthedocs.io/en/latest/api.html#multicast) and will also be available in most 2.0.\n\n# @most/multicast\n\nEfficient source sharing of an underlying stream to multiple observers.\n\n## API\n\n### multicast :: Stream a &rarr; Stream a\nReturns a stream equivalent to the original, but which can be shared more efficiently among multiple consumers.\n\n```\nstream: -a-b-c-d->\nmulticast(stream): -a-b-c-d->\n```\n\nUsing multicast allows you to build up a stream of maps, filters, and other transformations, and then share it efficiently with multiple observers.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/mostjs/multicast.git" }, "scripts": { "build": "npm run build:dist && npm run build:min && npm run build:flow", "build:dist": "rollup -c && rollup -c rollup.es.js", "build:flow": "cpy src/index.js.flow dist --rename multicast.js.flow", "build:min": "uglifyjs dist/multicast.js -o dist/multicast.min.js", "prepublish": "npm run build", "preversion": "npm run build", "test": "npm run test:lint && npm run test:unit && npm run test:flow", "test:flow": "flow check", "test:lint": "jsinspect src && jsinspect test && eslint src test --ignore-pattern flow", "test:unit": "istanbul cover _mocha -- -r buba/register" }, "typings": "type-definitions/index.d.ts", "version": "1.3.0" }