{
  "_args": [
    [
      "benchmark@2.1.4",
      "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks"
    ]
  ],
  "_from": "benchmark@2.1.4",
  "_id": "benchmark@2.1.4",
  "_inBundle": false,
  "_integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
  "_location": "/benchmark",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "benchmark@2.1.4",
    "name": "benchmark",
    "escapedName": "benchmark",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks",
  "author": {
    "name": "Mathias Bynens",
    "email": "mathias@qiwi.be",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/bestiejs/benchmark.js/issues"
  },
  "contributors": [
    {
      "name": "Mathias Bynens",
      "email": "mathias@qiwi.be",
      "url": "https://mathiasbynens.be/"
    },
    {
      "name": "John-David Dalton",
      "email": "john.david.dalton@gmail.com",
      "url": "http://allyoucanleet.com/"
    },
    {
      "name": "Kit Cambridge",
      "email": "github@kitcambridge.be",
      "url": "http://kitcambridge.be/"
    }
  ],
  "dependencies": {
    "lodash": "^4.17.4",
    "platform": "^1.3.3"
  },
  "description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
  "devDependencies": {
    "coveralls": "^2.12.0",
    "docdown": "~0.7.2",
    "istanbul": "0.4.5",
    "qunit-extras": "^3.0.0",
    "qunitjs": "^2.2.1",
    "requirejs": "^2.3.3"
  },
  "files": [
    "benchmark.js"
  ],
  "homepage": "https://benchmarkjs.com/",
  "keywords": [
    "benchmark",
    "performance",
    "speed"
  ],
  "license": "MIT",
  "main": "benchmark.js",
  "name": "benchmark",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bestiejs/benchmark.js.git"
  },
  "scripts": {
    "doc": "docdown benchmark.js doc/README.md style=github title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" toc=categories url=https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js",
    "test": "node test/test"
  },
  "version": "2.1.4"
}
