Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/ms/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "ms",
    3   "version": "2.1.3",
     2  "_from": "ms@^2.1.3",
     3  "_id": "ms@2.1.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
     6  "_location": "/ms",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "ms@^2.1.3",
     12    "name": "ms",
     13    "escapedName": "ms",
     14    "rawSpec": "^2.1.3",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.1.3"
     17  },
     18  "_requiredBy": [
     19    "/debug"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
     22  "_shasum": "574c8138ce1d2b5861f0b44579dbadd60c6615b2",
     23  "_spec": "ms@^2.1.3",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/debug",
     25  "bugs": {
     26    "url": "https://github.com/vercel/ms/issues"
     27  },
     28  "bundleDependencies": false,
     29  "deprecated": false,
    430  "description": "Tiny millisecond conversion utility",
    5   "repository": "vercel/ms",
    6   "main": "./index",
    7   "files": [
    8     "index.js"
    9   ],
    10   "scripts": {
    11     "precommit": "lint-staged",
    12     "lint": "eslint lib/* bin/*",
    13     "test": "mocha tests.js"
     31  "devDependencies": {
     32    "eslint": "4.18.2",
     33    "expect.js": "0.3.1",
     34    "husky": "0.14.3",
     35    "lint-staged": "5.0.0",
     36    "mocha": "4.0.1",
     37    "prettier": "2.0.5"
    1438  },
    1539  "eslintConfig": {
     
    2044    }
    2145  },
     46  "files": [
     47    "index.js"
     48  ],
     49  "homepage": "https://github.com/vercel/ms#readme",
     50  "license": "MIT",
    2251  "lint-staged": {
    2352    "*.js": [
     
    2756    ]
    2857  },
    29   "license": "MIT",
    30   "devDependencies": {
    31     "eslint": "4.18.2",
    32     "expect.js": "0.3.1",
    33     "husky": "0.14.3",
    34     "lint-staged": "5.0.0",
    35     "mocha": "4.0.1",
    36     "prettier": "2.0.5"
    37   }
     58  "main": "./index",
     59  "name": "ms",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/vercel/ms.git"
     63  },
     64  "scripts": {
     65    "lint": "eslint lib/* bin/*",
     66    "precommit": "lint-staged",
     67    "test": "mocha tests.js"
     68  },
     69  "version": "2.1.3"
    3870}
Note: See TracChangeset for help on using the changeset viewer.