123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_from": "pretty-time@^1.1.0",
- "_id": "pretty-time@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==",
- "_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": [
- "/composer"
- ],
- "_resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz",
- "_shasum": "ffb7429afabb8535c346a34e41873adf3d74dd0e",
- "_spec": "pretty-time@^1.1.0",
- "_where": "/home/kevin/Documents/Developer/docker/Popsu_colloque/wwwroot/html/web/themes/custom/popsu_colloque/node_modules/composer",
- "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"
- }
|