{
  "_from": "ms@^0.7.1",
  "_id": "ms@0.7.3",
  "_inBundle": false,
  "_integrity": "sha1-cIFVpeROM/X9D8U+gdDUCpG+H/8=",
  "_location": "/ms",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ms@^0.7.1",
    "name": "ms",
    "escapedName": "ms",
    "rawSpec": "^0.7.1",
    "saveSpec": null,
    "fetchSpec": "^0.7.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "http://registry.drp.su:8080/ms/-/ms-0.7.3.tgz",
  "_shasum": "708155a5e44e33f5fd0fc53e81d0d40a91be1fff",
  "_spec": "ms@^0.7.1",
  "_where": "/home/ubuntu/dev/delorean",
  "bugs": {
    "url": "https://github.com/zeit/ms/issues"
  },
  "bundleDependencies": false,
  "component": {
    "scripts": {
      "ms/index.js": "index.js"
    }
  },
  "deprecated": false,
  "description": "Tiny milisecond conversion utility",
  "devDependencies": {
    "expect.js": "0.3.1",
    "mocha": "3.0.2",
    "serve": "5.0.1",
    "xo": "0.17.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/zeit/ms#readme",
  "license": "MIT",
  "main": "./index",
  "name": "ms",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeit/ms.git"
  },
  "scripts": {
    "test": "xo && mocha test/index.js",
    "test-browser": "serve ./test"
  },
  "version": "0.7.3",
  "xo": {
    "space": true,
    "semicolon": false,
    "envs": [
      "mocha"
    ],
    "rules": {
      "complexity": 0
    }
  }
}
