69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "parse-ms@^0.1.0",
|
||
|
"_id": "parse-ms@0.1.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-3T+iXtbC78e93hKtm0bBY6opIk4=",
|
||
|
"_location": "/parse-ms",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "parse-ms@^0.1.0",
|
||
|
"name": "parse-ms",
|
||
|
"escapedName": "parse-ms",
|
||
|
"rawSpec": "^0.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pretty-ms"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-0.1.2.tgz",
|
||
|
"_shasum": "dd3fa25ed6c2efc7bdde12ad9b46c163aa29224e",
|
||
|
"_spec": "parse-ms@^0.1.0",
|
||
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/pretty-ms",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "http://sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/parse-ms/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Parse milliseconds into an object",
|
||
|
"devDependencies": {
|
||
|
"browserify": "^3.0.0",
|
||
|
"mocha": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/sindresorhus/parse-ms#readme",
|
||
|
"keywords": [
|
||
|
"browser",
|
||
|
"parse",
|
||
|
"time",
|
||
|
"ms",
|
||
|
"milliseconds",
|
||
|
"duration",
|
||
|
"period",
|
||
|
"range"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "parse-ms",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/parse-ms.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"browser": "browserify -s $npm_package_name -o browser.js .",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.1.2"
|
||
|
}
|