vendor/node_modules/mocha/node_modules/ms/package.json in stylus-source-0.32.0 vs vendor/node_modules/mocha/node_modules/ms/package.json in stylus-source-0.32.1

- old
+ new

@@ -9,11 +9,7 @@ "serve": "*" }, "readme": "# ms.js: miliseconds conversion utility\n\n```js\nms('1d') // 86400000\nms('10h') // 36000000\nms('2h') // 7200000\nms('1m') // 60000\nms('5s') // 5000\nms('100') // 100\nms(100) // 100\n```\n\n```js\nms(60000) // \"1 minute\"\nms(2 * 60000) // \"2 minutes\"\nms(ms('10 hours')) // \"10 hours\"\n```\n\n- Node/Browser compatible. Published as `ms` in NPM.\n- If a number is supplied to `ms`, it returns it immediately.\n- If a string that contains the number is supplied, it returns it as\na number (e.g: it returns `100` for `'100'`).\n- If you pass a string with a number and a valid unit, the number of\nequivalent ms is returned.\n", "readmeFilename": "README.md", "_id": "ms@0.3.0", - "dist": { - "shasum": "19514c89be7b422031f5dbb3b79538dc19de4d8b" - }, - "_from": "ms@0.3.0", - "_resolved": "https://registry.npmjs.org/ms/-/ms-0.3.0.tgz" + "_from": "ms@0.3.0" }