{
  "_from": "tdigest@^0.1.1",
  "_id": "tdigest@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-Ljyyw56kSeVdHmzZEReszKRYgCE=",
  "_location": "/tdigest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tdigest@^0.1.1",
    "name": "tdigest",
    "escapedName": "tdigest",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/prom-client"
  ],
  "_resolved": "https://registry.npmjs.org/tdigest/-/tdigest-0.1.1.tgz",
  "_shasum": "2e3cb2c39ea449e55d1e6cd91117accca4588021",
  "_spec": "tdigest@^0.1.1",
  "_where": "/Users/premkumar/Repos/observable-js/observable-js/express/example/node_modules/prom-client",
  "author": {
    "name": "Will Welch",
    "email": "welch@quietplease.com",
    "url": "http://quietplease.com/"
  },
  "bugs": {
    "url": "https://github.com/welch/tdigest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bintrees": "1.0.1"
  },
  "deprecated": false,
  "description": "javascript implementation of Dunning's T-Digest for streaming quantile approximation",
  "devDependencies": {
    "better-assert": "^1.0.2",
    "chai": "^3.0.0",
    "grunt": "^0.4.5",
    "grunt-pure-cjs": "^1.4.0",
    "mocha": "^2.1.0"
  },
  "homepage": "https://github.com/welch/tdigest",
  "keywords": [
    "tdigest",
    "percentile",
    "quantile",
    "histogram",
    "approximation"
  ],
  "license": "MIT",
  "main": "tdigest.js",
  "name": "tdigest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/welch/tdigest.git"
  },
  "scripts": {
    "test": "mocha specs"
  },
  "version": "0.1.1"
}
