UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

193 lines (192 loc) 5.36 kB
{ "keywords": [ "Rx", "RxJS", "ReactiveX", "ReactiveExtensions", "Streams", "Observables", "Observable", "Stream", "ES6", "ES2015" ], "lint-staged": { "*.@(js)": [ "eslint --fix", "git add" ], "*.@(ts)": [ "tslint --fix", "git add" ] }, "author": "Ben Lesh <ben@benlesh.com>", "nyc": { "include": [ "src/*.ts", "src/**/*.ts" ], "exclude": [ "node_modules", "dist", "*.d.ts", "src/**/MiscJSDoc.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "reporter": [ "html" ], "all": true }, "name": "rxjs", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "contributors": [ { "name": "Ben Lesh", "email": "ben@benlesh.com" }, { "name": "Paul Taylor", "email": "paul.e.taylor@me.com" }, { "name": "Jeff Cross", "email": "crossj@google.com" }, { "name": "Matthew Podwysocki", "email": "matthewp@microsoft.com" }, { "name": "OJ Kwon", "email": "kwon.ohjoong@gmail.com" }, { "name": "Andre Staltz", "email": "andre@staltz.com" } ], "repository": { "type": "git", "url": "git@github.com:youviewtv:rxjs-5.git" }, "main": "./Rx.js", "typings": "./Rx.d.ts", "devDependencies": { "@angular-devkit/build-optimizer": "0.0.24", "@types/chai": "^4.0.4", "@types/lodash": "^4.14.80", "@types/mocha": "^2.2.44", "@types/node": "^8.0.47", "@types/sinon": "^2.3.7", "@types/sinon-chai": "^2.7.29", "babel-polyfill": "^6.23.0", "benchmark": "^2.1.0", "benchpress": "2.0.0-beta.1", "chai": "^3.5.0", "color": "^0.11.1", "colors": "1.1.2", "commitizen": "^2.8.6", "coveralls": "^2.11.13", "cross-env": "^5.1.0", "cz-conventional-changelog": "^1.2.0", "danger": "^1.1.0", "dependency-cruiser": "^2.6.0", "doctoc": "^1.0.0", "escape-string-regexp": "^1.0.5 ", "esdoc": "^0.4.7", "eslint": "^3.8.0", "fs-extra": "^2.1.2", "get-folder-size": "^1.0.0", "glob": "^7.0.3", "gm": "^1.22.0", "google-closure-compiler-js": "^20170218.0.0", "gzip-size": "^3.0.0", "http-server": "^0.9.0", "husky": "^0.13.3", "klaw-sync": "^3.0.0", "lint-staged": "3.2.5", "lodash": "^4.15.0", "madge": "^1.4.3", "markdown-doctest": "^0.9.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "mocha": "^3.0.2", "mocha-in-sauce": "0.0.1", "npm-run-all": "^4.0.2", "npm-scripts-info": "^0.3.4", "nyc": "^11.3.0", "opn-cli": "^3.1.0", "platform": "^1.3.1", "promise": "^7.1.1", "protractor": "^3.1.1", "rollup": "0.36.3", "rollup-plugin-inject": "^2.0.0", "rollup-plugin-node-resolve": "^2.0.0", "rx": "latest", "rxjs": "latest", "shx": "^0.2.2", "sinon": "^2.1.0", "sinon-chai": "^2.9.0", "source-map-support": "^0.4.0", "symbol-observable": "^1.0.1", "ts-node": "^3.3.0", "tslib": "^1.5.0", "tslint": "^4.4.2", "typescript": "latest", "validate-commit-msg": "^2.14.0", "watch": "^1.0.1", "webpack": "^1.13.1", "xmlhttprequest": "1.8.0" }, "scripts-info": { "info": "List available script", "build_all": "Build all packages (ES6, CJS, UMD) and generate packages", "build_cjs": "Build CJS package with clean up existing build", "build_esm5": "Build ESM/ES5 package with clean up existing build", "build_esm2015": "Build ESM/ES2015 package with clean up existing build", "build_closure_core": "Minify Global core build using closure compiler", "build_global": "Build Global package, then minify build", "build_perf": "Build CJS & Global build, run macro performance test", "build_docs": "Build ESM2015 & global package, create documentation using it", "clean_dist_cjs": "Clean up existing CJS package output", "clean_dist_esm5": "Clean up existing ESM/ES5 package output", "clean_dist_esm2015": "Clean up existing ESM/ES2015 package output", "clean_dist_global": "Clean up existing Global package output", "commit": "Run git commit wizard", "compile_dist_cjs": "Compile codebase into CJS module", "compile_module_esm5": "Compile codebase into ESM/ES5", "compile_dist_esm2015": "Compile codebase into ESM/ES2015", "lint_perf": "Run lint against performance test suite", "lint_spec": "Run lint against test spec", "lint_src": "Run lint against source", "lint": "Run lint against everything", "perf": "Run macro performance benchmark", "perf_micro": "Run micro performance benchmark", "test_browser": "Execute mocha test runner on browser against existing test spec build", "test": "Execute mocha test runner", "test:cover": "Execute test coverage", "tests2png": "Generate marble diagram image from test spec", "watch": "Watch codebase, trigger compile when source code changes" }, "homepage": "https://github.com/youviewtv/rxjs-5/", "bugs": { "url": "https://github.com/youviewtv/rxjs-5/issues" }, "engines": { "npm": ">=2.0.0" }, "description": "Reactive Extensions for modern JavaScript", "license": "Apache-2.0", "version": "1.6.0" }