{
  "name": "ms",
  "description": "Tiny millisecond conversion utility",
  "dist-tags": {
    "latest": "2.1.2"
  },
  "versions": {
    "2.1.2": {
      "name": "ms",
      "version": "2.1.2",
      "description": "Tiny millisecond conversion utility",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/zeit/ms.git"
      },
      "main": "./index",
      "scripts": {
        "precommit": "lint-staged",
        "lint": "eslint lib/* bin/*",
        "test": "mocha tests.js"
      },
      "eslintConfig": {
        "extends": "eslint:recommended",
        "env": {
          "node": true,
          "es6": true
        }
      },
      "lint-staged": {
        "*.js": [
          "npm run lint",
          "prettier --single-quote --write",
          "git add"
        ]
      },
      "license": "MIT",
      "devDependencies": {
        "eslint": "4.12.1",
        "expect.js": "0.3.1",
        "husky": "0.14.3",
        "lint-staged": "5.0.0",
        "mocha": "4.0.1"
      },
      "gitHead": "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
      "bugs": {
        "url": "https://github.com/zeit/ms/issues"
      },
      "_id": "ms@2.1.2",
      "_npmVersion": "6.4.1",
      "_nodeVersion": "10.15.3",
      "dist": {
        "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
        "shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
        "tarball": "http://localhost:4260/ms/ms-2.1.2.tgz",
        "fileCount": 4,
        "unpackedSize": 6842
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/ms.git"
  },
  "bugs": {
    "url": "https://github.com/vercel/ms/issues"
  },
  "readmeFilename": "readme.md",
  "homepage": "https://github.com/vercel/ms#readme",
  "license": "MIT"
}