This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/@most/multicast/package.json

101 lines
2.9 KiB
JSON

{
"_from": "@most/multicast@^1.2.5",
"_id": "@most/multicast@1.3.0",
"_inBundle": false,
"_integrity": "sha512-DWH8AShgp5bXn+auGzf5tzPxvpmEvQJd0CNsApOci1LDF4eAEcnw4HQOr2Jaa+L92NbDYFKBSXxll+i7r1ikvw==",
"_location": "/@most/multicast",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@most/multicast@^1.2.5",
"name": "@most/multicast",
"escapedName": "@most%2fmulticast",
"scope": "@most",
"rawSpec": "^1.2.5",
"saveSpec": null,
"fetchSpec": "^1.2.5"
},
"_requiredBy": [
"/most"
],
"_resolved": "https://registry.npmjs.org/@most/multicast/-/multicast-1.3.0.tgz",
"_shasum": "e01574840df634478ac3fabd164c6e830fb3b966",
"_spec": "@most/multicast@^1.2.5",
"_where": "C:\\Users\\tomate\\node_modules\\most",
"author": {
"name": "Tylor Steinberer",
"email": "tlsteinberger167@gmail.com",
"url": "github.com/TylorS"
},
"bugs": {
"url": "https://github.com/mostjs/multicast/issues"
},
"bundleDependencies": false,
"dependencies": {
"@most/prelude": "^1.4.0"
},
"deprecated": false,
"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"
},
"files": [
"src/*",
"dist/*",
"type-definitions/index.d.ts"
],
"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",
"module": "dist/multicast.es.js",
"name": "@most/multicast",
"peerDependencies": {
"most": "^1.0.1"
},
"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"
}