{
  "_args": [
    [
      "pdfast@0.2.0",
      "D:\\jenkins\\workspace\\examine-fvue"
    ]
  ],
  "_from": "pdfast@0.2.0",
  "_id": "pdfast@0.2.0",
  "_inBundle": false,
  "_integrity": "sha512-cq6TTu6qKSFUHwEahi68k/kqN2mfepjkGrG9Un70cgdRRKLKY6Rf8P8uvP2NvZktaQZNF3YE7agEkLj0vGK9bA==",
  "_location": "/pdfast",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pdfast@0.2.0",
    "name": "pdfast",
    "escapedName": "pdfast",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/@antv/g2plot"
  ],
  "_resolved": "https://registry.npmmirror.com/pdfast/-/pdfast-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "D:\\jenkins\\workspace\\examine-fvue",
  "author": {
    "name": "William Gozali",
    "email": "will.gozali@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gyosh/pdfast"
  },
  "description": "Fast kernel density estimation library",
  "devDependencies": {
    "chai": "^3.5.0",
    "lodash": "^4.14.2",
    "mocha": "^3.0.2",
    "rewire": "^2.5.2"
  },
  "homepage": "https://github.com/gyosh/pdfast",
  "keywords": [
    "pdf",
    "kde",
    "probabilty",
    "density",
    "function",
    "estimation",
    "kernel",
    "estimator"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "pdfast",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gyosh/pdfast.git"
  },
  "scripts": {
    "test": "mocha --timeout 10000 $(find tests -name *.spec.js)"
  },
  "version": "0.2.0"
}
