Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

Location:
imaps-frontend/node_modules/ms
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/ms/index.js

    rd565449 r0c6b92a  
    2424 */
    2525
    26 module.exports = function(val, options) {
     26module.exports = function (val, options) {
    2727  options = options || {};
    2828  var type = typeof val;
  • imaps-frontend/node_modules/ms/license.md

    rd565449 r0c6b92a  
    11The MIT License (MIT)
    22
    3 Copyright (c) 2016 Zeit, Inc.
     3Copyright (c) 2020 Vercel, Inc.
    44
    55Permission is hereby granted, free of charge, to any person obtaining a copy
  • imaps-frontend/node_modules/ms/package.json

    rd565449 r0c6b92a  
    11{
    22  "name": "ms",
    3   "version": "2.1.2",
     3  "version": "2.1.3",
    44  "description": "Tiny millisecond conversion utility",
    5   "repository": "zeit/ms",
     5  "repository": "vercel/ms",
    66  "main": "./index",
    77  "files": [
     
    2929  "license": "MIT",
    3030  "devDependencies": {
    31     "eslint": "4.12.1",
     31    "eslint": "4.18.2",
    3232    "expect.js": "0.3.1",
    3333    "husky": "0.14.3",
    3434    "lint-staged": "5.0.0",
    35     "mocha": "4.0.1"
     35    "mocha": "4.0.1",
     36    "prettier": "2.0.5"
    3637  }
    3738}
  • imaps-frontend/node_modules/ms/readme.md

    rd565449 r0c6b92a  
    11# ms
    22
    3 [![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
    4 [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit)
     3![CI](https://github.com/vercel/ms/workflows/CI/badge.svg)
    54
    65Use this package to easily convert various time formats to milliseconds.
Note: See TracChangeset for help on using the changeset viewer.