{
  "_args": [
    [
      {
        "raw": "rxjs@5.0.0-beta.12",
        "scope": null,
        "escapedName": "rxjs",
        "name": "rxjs",
        "rawSpec": "5.0.0-beta.12",
        "spec": "5.0.0-beta.12",
        "type": "version"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client"
    ]
  ],
  "_from": "rxjs@5.0.0-beta.12",
  "_id": "rxjs@5.0.0-beta.12",
  "_inCache": true,
  "_location": "/rxjs",
  "_nodeVersion": "5.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/rxjs-5.0.0-beta.12.tgz_1473443366415_0.7348345792852342"
  },
  "_npmUser": {
    "name": "blesh",
    "email": "ben@benlesh.com"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "rxjs@5.0.0-beta.12",
    "scope": null,
    "escapedName": "rxjs",
    "name": "rxjs",
    "rawSpec": "5.0.0-beta.12",
    "spec": "5.0.0-beta.12",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.12.tgz",
  "_shasum": "cdfde2d8c4639d20ae7794bff8fddf32da7ad337",
  "_shrinkwrap": null,
  "_spec": "rxjs@5.0.0-beta.12",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client",
  "author": {
    "name": "Ben Lesh",
    "email": "blesh@netflix.com"
  },
  "bugs": {
    "url": "https://github.com/ReactiveX/RxJS/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    },
    "ghooks": {
      "commit-msg": "node ./node_modules/validate-commit-msg/index.js",
      "pre-commit": "npm run lint_staged"
    }
  },
  "contributors": [
    {
      "name": "Ben Lesh",
      "email": "blesh@netflix.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"
    }
  ],
  "dependencies": {
    "symbol-observable": "^1.0.1"
  },
  "description": "Reactive Extensions for modern JavaScript",
  "devDependencies": {
    "babel-polyfill": "6.9.1",
    "benchmark": "^2.1.0",
    "benchpress": "2.0.0-beta.1",
    "browserify": "13.0.1",
    "chai": "^3.5.0",
    "color": "^0.11.1",
    "colors": "1.1.2",
    "commitizen": "^2.8.2",
    "coveralls": "^2.11.8",
    "cz-conventional-changelog": "1.1.6",
    "doctoc": "^1.0.0",
    "esdoc": "^0.4.7",
    "eslint": "^2.12.0",
    "fs-extra": "^0.30.0",
    "ghooks": "1.2.3",
    "glob": "^7.0.3",
    "gm": "^1.22.0",
    "google-closure-compiler": "20160517.1.0",
    "gzip-size": "^3.0.0",
    "http-server": "^0.9.0",
    "lint-staged": "^1.0.2",
    "lodash": "4.13.1",
    "madge": "^0.5.4",
    "markdown-doctest": "^0.7.0",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "mocha": "2.5.3",
    "mocha-in-sauce": "0.0.1",
    "npm-run-all": "^2.1.2",
    "npm-scripts-info": "^0.3.4",
    "nyc": "^6.6.1",
    "opn-cli": "^3.1.0",
    "platform": "^1.3.1",
    "promise": "^7.1.1",
    "protractor": "^3.1.1",
    "rx": "latest",
    "shx": "^0.1.2",
    "sinon": "^2.0.0-pre",
    "sinon-chai": "^2.8.0",
    "source-map-support": "^0.4.0",
    "tslint": "^3.11.0",
    "typescript": "^1.8.10",
    "typings": "^1.2.0",
    "validate-commit-msg": "^2.3.1",
    "watch": "^0.18.0",
    "watchify": "3.7.0",
    "webpack": "^1.13.1",
    "xmlhttprequest": "1.8.0"
  },
  "directories": {},
  "dist": {
    "shasum": "cdfde2d8c4639d20ae7794bff8fddf32da7ad337",
    "tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.12.tgz"
  },
  "engines": {
    "npm": ">=2.0.0"
  },
  "homepage": "https://github.com/ReactiveX/RxJS",
  "keywords": [
    "Rx",
    "RxJS",
    "ReactiveX",
    "ReactiveExtensions",
    "Streams",
    "Observables",
    "Observable",
    "Stream",
    "ES6",
    "ES2015"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "eslint": "*.@(js)",
    "tslint": "*.@(ts)"
  },
  "main": "Rx.js",
  "maintainers": [
    {
      "name": "blesh",
      "email": "ben@benlesh.com"
    },
    {
      "name": "jeffbcross",
      "email": "middlefloor@gmail.com"
    }
  ],
  "name": "rxjs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
  },
  "scripts": {},
  "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, copy source into dist",
    "build_es6": "Build ES6 package with clean up existing build, copy source into dist",
    "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_test": "Build CJS package & test spec, execute mocha test runner",
    "build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
    "build_docs": "Build ES6 & global package, create documentation using it",
    "build_spec": "Build test specs",
    "check_circular_dependencies": "Check codebase has circular dependencies",
    "clean_spec": "Clean up existing test spec build output",
    "clean_dist_cjs": "Clean up existing CJS package output",
    "clean_dist_es6": "Clean up existing ES6 package output",
    "commit": "Run git commit wizard",
    "compile_dist_cjs": "Compile codebase into CJS module",
    "compile_dist_es6": "Compile codebase into ES6",
    "cover": "Execute test coverage",
    "lint_perf": "Run lint against performance test suite",
    "lint_spec": "Run lint against test spec",
    "lint_src": "Run lint against source",
    "lint_staged": "Run lint against staged files",
    "lint": "Run lint against everything",
    "perf": "Run macro performance benchmark",
    "perf_micro": "Run micro performance benchmark",
    "test_mocha": "Execute mocha test runner against existing test spec build",
    "test_browser": "Execute mocha test runner on browser against existing test spec build",
    "test": "Clean up existing test spec build, build test spec and execute mocha test runner",
    "tests2png": "Generate marble diagram image from test spec",
    "watch": "Watch codebase, trigger compile when source code changes"
  },
  "typings": "Rx.d.ts",
  "version": "5.0.0-beta.12"
}
