overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
73 lines (72 loc) • 1.72 kB
JSON
{
"_from": "parse-ms@^2.1.0",
"_id": "parse-ms@2.1.0",
"_inBundle": false,
"_integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==",
"_location": "/parse-ms",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-ms@^2.1.0",
"name": "parse-ms",
"escapedName": "parse-ms",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/pretty-ms"
],
"_resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz",
"_shasum": "348565a753d4391fa524029956b172cb7753097d",
"_spec": "parse-ms@^2.1.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\pretty-ms",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/parse-ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parse milliseconds into an object",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/parse-ms#readme",
"keywords": [
"browser",
"parse",
"time",
"ms",
"milliseconds",
"microseconds",
"nanoseconds",
"duration",
"period",
"range",
"interval"
],
"license": "MIT",
"name": "parse-ms",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/parse-ms.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}