{
  "_args": [
    [
      "nanotiming@7.3.1",
      "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription"
    ]
  ],
  "_development": true,
  "_from": "nanotiming@7.3.1",
  "_id": "nanotiming@7.3.1",
  "_inBundle": false,
  "_integrity": "sha512-l3lC7v/PfOuRWQa8vV29Jo6TG10wHtnthLElFXs4Te4Aas57Fo4n1Q8LH9n+NDh9riOzTVvb2QNBhTS4JUKNjw==",
  "_location": "/nanotiming",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nanotiming@7.3.1",
    "name": "nanotiming",
    "escapedName": "nanotiming",
    "rawSpec": "7.3.1",
    "saveSpec": null,
    "fetchSpec": "7.3.1"
  },
  "_requiredBy": [
    "/nanobus"
  ],
  "_resolved": "https://registry.npmjs.org/nanotiming/-/nanotiming-7.3.1.tgz",
  "_spec": "7.3.1",
  "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription",
  "browser": {
    "./index.js": "./browser.js",
    "assert": "nanoassert"
  },
  "bugs": {
    "url": "https://github.com/choojs/nanotiming/issues"
  },
  "dependencies": {
    "nanoassert": "^1.1.0",
    "nanoscheduler": "^1.0.2"
  },
  "description": "Small timing library",
  "devDependencies": {
    "dependency-check": "^2.8.0",
    "nyc": "^10.2.0",
    "standard": "^10.0.1",
    "tape": "^4.6.3"
  },
  "homepage": "https://github.com/choojs/nanotiming#readme",
  "keywords": [
    "browser",
    "timing",
    "mark",
    "measure",
    "performance"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "nanotiming",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/choojs/nanotiming.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov",
    "start": "node .",
    "test": "standard"
  },
  "version": "7.3.1"
}
