2021-02-11 21:31:41 +08:00

100 lines
2.1 KiB
JSON

{
"_from": "pretty-time@^1.1.0",
"_id": "pretty-time@1.1.0",
"_inBundle": false,
"_integrity": "sha1-/7dCmvq7hTXDRqNOQYc63z103Q4=",
"_location": "/pretty-time",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pretty-time@^1.1.0",
"name": "pretty-time",
"escapedName": "pretty-time",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/webpackbar"
],
"_resolved": "https://registry.npm.taobao.org/pretty-time/download/pretty-time-1.1.0.tgz",
"_shasum": "ffb7429afabb8535c346a34e41873adf3d74dd0e",
"_spec": "pretty-time@^1.1.0",
"_where": "E:\\GreateCommunity\\node_modules\\webpackbar",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pretty-time/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/pretty-time",
"keywords": [
"convert",
"date",
"format",
"formatting",
"hour",
"hrtime",
"micro",
"milli",
"minute",
"nano",
"nanosecond",
"pretty",
"second",
"time",
"week"
],
"license": "MIT",
"main": "index.js",
"name": "pretty-time",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pretty-time.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"o-clock",
"seconds",
"time-stamp",
"timescale",
"week",
"weekday",
"year"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.1.0"
}