{ "_from": "most@^1.7.2", "_id": "most@1.8.1", "_inBundle": false, "_integrity": "sha512-sN3lHtEvVNq5ay/pT93fKQ2XVW2uwbUypSWGt/DYCxGKuyvxaNd8mProK0M4k6irqeh1WD3pWrg4RdrCPohqDQ==", "_location": "/most", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "most@^1.7.2", "name": "most", "escapedName": "most", "rawSpec": "^1.7.2", "saveSpec": null, "fetchSpec": "^1.7.2" }, "_requiredBy": [ "/most-gestures" ], "_resolved": "https://registry.npmjs.org/most/-/most-1.8.1.tgz", "_shasum": "0c752d26017ddcd50429651665dc229dbef439da", "_spec": "most@^1.7.2", "_where": "C:\\Users\\tomate\\node_modules\\most-gestures", "author": { "name": "brian@hovercraftstudios.com" }, "bugs": { "url": "https://github.com/cujojs/most/issues" }, "bundleDependencies": false, "dependencies": { "@most/multicast": "^1.2.5", "@most/prelude": "^1.4.0", "symbol-observable": "^1.0.2" }, "deprecated": false, "description": "Monadic streams", "devDependencies": { "@most/hold": "^2.0.0", "babel-eslint": "^8.0.2", "babel-polyfill": "^6.20.0", "buba": "^4.0.1", "buster": "^0.7.18", "cpy-cli": "^1.0.1", "eslint-plugin-flowtype": "^2.39.1", "flow-bin": "^0.59.0", "markdown-doctest": "^0.9.1", "rollup": "^0.45.2", "rollup-plugin-buble": "^0.18.0", "rollup-plugin-node-resolve": "^3.0.0", "snazzy": "^7.0.0", "standard": "^10.0.3", "transducers-js": "^0.4.174", "uglify-js": "^3.0.11" }, "files": [ "src", "lib", "type-definitions", "dist" ], "homepage": "https://github.com/cujojs/most#readme", "jsnext:main": "src/index.js", "keywords": [ "reactive", "reactive programming", "reactive streams", "stream", "streams", "event stream", "promise", "promises", "promises-aplus", "fantasy-land", "monad", "monadic", "functional", "async", "cujojs", "cujo" ], "license": "MIT", "main": "lib/index.js", "module": "src/index.js", "name": "most", "repository": { "type": "git", "url": "git+https://github.com/cujojs/most.git" }, "scripts": { "build": "npm run build:dist && npm run build:min && npm run build:flow", "build:dist": "buba src -o lib && rollup -c", "build:flow": "cpy src/index.js.flow lib", "build:min": "uglifyjs dist/most.js -c \"warnings=false\" -m > dist/most.min.js", "doctest": "markdown-doctest", "lint": "standard --fix --verbose 'src/**/*.js' 'test/**/*.js' | snazzy", "preversion": "npm run build", "test": "npm run lint && flow check && npm run test:unit && npm run doctest", "test:unit": "buster-test" }, "standard": { "parser": "babel-eslint", "plugins": [ "flowtype" ], "ignore": [ "test/perf/" ] }, "typings": "type-definitions/most.d.ts", "version": "1.8.1" }