Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / benchmark   js

Repository URL to install this package:

/ package.json

{
  "name": "benchmark",
  "version": "2.1.0",
  "description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
  "homepage": "https://benchmarkjs.com/",
  "license": "MIT",
  "main": "benchmark.js",
  "keywords": [
    "benchmark",
    "performance",
    "speed"
  ],
  "author": {
    "name": "Mathias Bynens",
    "email": "mathias@qiwi.be",
    "url": "https://mathiasbynens.be/"
  },
  "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/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bestiejs/benchmark.js.git"
  },
  "scripts": {
    "docs": "docdown benchmark.js doc/README.md toc='categories' url=\"https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js\" title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" hash='github'",
    "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\""
  },
  "dependencies": {
    "lodash": "^4.0.1",
    "platform": "^1.3.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "docdown": "~0.3.0",
    "istanbul": "0.4.1",
    "qunit-extras": "^1.4.5",
    "qunitjs": "~1.20.0",
    "requirejs": "^2.1.22"
  },
  "files": [
    "benchmark.js"
  ],
  "bugs": {
    "url": "https://github.com/bestiejs/benchmark.js/issues"
  },
  "_id": "benchmark@2.1.0",
  "_shasum": "7d63c7bb43e45704e3e132baee0f48e770fea0b8",
  "_from": "benchmark@*",
  "_npmVersion": "2.14.15",
  "_nodeVersion": "5.4.0",
  "_npmUser": {
    "name": "jdalton",
    "email": "john.david.dalton@gmail.com"
  },
  "dist": {
    "shasum": "7d63c7bb43e45704e3e132baee0f48e770fea0b8",
    "tarball": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.0.tgz"
  },
  "maintainers": [
    {
      "name": "jdalton",
      "email": "john@fusejs.com"
    },
    {
      "name": "mathias",
      "email": "mathias@qiwi.be"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.0.tgz"
}