Changeset 0c6b92a for imaps-frontend/node_modules/ms
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- Location:
- imaps-frontend/node_modules/ms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ms/index.js
rd565449 r0c6b92a 24 24 */ 25 25 26 module.exports = function (val, options) {26 module.exports = function (val, options) { 27 27 options = options || {}; 28 28 var type = typeof val; -
imaps-frontend/node_modules/ms/license.md
rd565449 r0c6b92a 1 1 The MIT License (MIT) 2 2 3 Copyright (c) 20 16 Zeit, Inc.3 Copyright (c) 2020 Vercel, Inc. 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy -
imaps-frontend/node_modules/ms/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "ms", 3 "version": "2.1. 2",3 "version": "2.1.3", 4 4 "description": "Tiny millisecond conversion utility", 5 "repository": " zeit/ms",5 "repository": "vercel/ms", 6 6 "main": "./index", 7 7 "files": [ … … 29 29 "license": "MIT", 30 30 "devDependencies": { 31 "eslint": "4.1 2.1",31 "eslint": "4.18.2", 32 32 "expect.js": "0.3.1", 33 33 "husky": "0.14.3", 34 34 "lint-staged": "5.0.0", 35 "mocha": "4.0.1" 35 "mocha": "4.0.1", 36 "prettier": "2.0.5" 36 37 } 37 38 } -
imaps-frontend/node_modules/ms/readme.md
rd565449 r0c6b92a 1 1 # ms 2 2 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) 5 4 6 5 Use this package to easily convert various time formats to milliseconds.
Note:
See TracChangeset
for help on using the changeset viewer.