{
  "_args": [
    [
      "duration@0.2.2",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "duration@0.2.2",
  "_id": "duration@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-06kgtea+bGreF5eKYgI/36A6pLXggY7oR4p1pq4SmdFBn1ReOL5D8RhG64VrqfTTKNucqqtBAwEj8aB88mcqrg==",
  "_location": "/duration",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "duration@0.2.2",
    "name": "duration",
    "escapedName": "duration",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/log"
  ],
  "_resolved": "https://registry.npmjs.org/duration/-/duration-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/duration/issues"
  },
  "dependencies": {
    "d": "1",
    "es5-ext": "~0.10.46"
  },
  "description": "Time duration utilities",
  "devDependencies": {
    "eslint": "^5.8",
    "eslint-config-medikoo-es5": "^1.7.2",
    "tad": "~0.2.8"
  },
  "eslintConfig": {
    "extends": "medikoo-es5",
    "root": true,
    "rules": {
      "consistent-return": "off",
      "id-length": "off"
    },
    "overrides": [
      {
        "files": "test/**",
        "rules": {
          "max-lines": "off",
          "max-statements": "off"
        }
      }
    ]
  },
  "homepage": "https://github.com/medikoo/duration#readme",
  "keywords": [
    "date",
    "duration",
    "time"
  ],
  "license": "ISC",
  "name": "duration",
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/duration.git"
  },
  "scripts": {
    "lint": "eslint --ignore-path=.gitignore .",
    "test": "node ./node_modules/tad/bin/tad"
  },
  "version": "0.2.2"
}
