{
  "_from": "millisecond@~0.1.2",
  "_id": "millisecond@0.1.2",
  "_inBundle": false,
  "_integrity": "sha1-bMWtOGJByrjniv+WT4cCjuyS2sU=",
  "_location": "/millisecond",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "millisecond@~0.1.2",
    "name": "millisecond",
    "escapedName": "millisecond",
    "rawSpec": "~0.1.2",
    "saveSpec": null,
    "fetchSpec": "~0.1.2"
  },
  "_requiredBy": [
    "/access-control"
  ],
  "_resolved": "https://registry.npmjs.org/millisecond/-/millisecond-0.1.2.tgz",
  "_shasum": "6cc5ad386241cab8e78aff964f87028eec92dac5",
  "_spec": "millisecond@~0.1.2",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/access-control",
  "author": {
    "name": "Arnout Kazemier"
  },
  "bugs": {
    "url": "https://github.com/unshiftio/millisecond/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert time strings to milliseconds",
  "devDependencies": {
    "assume": "1.1.x",
    "istanbul": "0.3.x",
    "mocha": "2.1.x",
    "pre-commit": "1.0.x"
  },
  "homepage": "https://github.com/unshiftio/millisecond",
  "keywords": [
    "ms",
    "millisecond",
    "milisecond",
    "mili",
    "milli",
    "second",
    "parse",
    "time",
    "string"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "millisecond",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unshiftio/millisecond.git"
  },
  "scripts": {
    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
    "watch": "mocha --watch test.js"
  },
  "version": "0.1.2"
}
