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/semver/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "semver",
    3   "version": "6.3.1",
     2  "_from": "semver@^6.3.1",
     3  "_id": "semver@6.3.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
     6  "_location": "/semver",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "semver@^6.3.1",
     12    "name": "semver",
     13    "escapedName": "semver",
     14    "rawSpec": "^6.3.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^6.3.1"
     17  },
     18  "_requiredBy": [
     19    "/@babel/core",
     20    "/@babel/helper-compilation-targets"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
     23  "_shasum": "556d2ef8689146e46dcea4bfdd095f3434dffcb4",
     24  "_spec": "semver@^6.3.1",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
     26  "author": {
     27    "name": "GitHub Inc."
     28  },
     29  "bin": {
     30    "semver": "bin/semver.js"
     31  },
     32  "bugs": {
     33    "url": "https://github.com/npm/node-semver/issues"
     34  },
     35  "bundleDependencies": false,
     36  "deprecated": false,
    437  "description": "The semantic version parser used by npm.",
    5   "main": "semver.js",
    6   "scripts": {
    7     "test": "tap test/ --100 --timeout=30",
    8     "lint": "echo linting disabled",
    9     "postlint": "template-oss-check",
    10     "template-oss-apply": "template-oss-apply --force",
    11     "lintfix": "npm run lint -- --fix",
    12     "snap": "tap test/ --100 --timeout=30",
    13     "posttest": "npm run lint"
    14   },
    1538  "devDependencies": {
    1639    "@npmcli/template-oss": "4.17.0",
    1740    "tap": "^12.7.0"
    18   },
    19   "license": "ISC",
    20   "repository": {
    21     "type": "git",
    22     "url": "https://github.com/npm/node-semver.git"
    23   },
    24   "bin": {
    25     "semver": "./bin/semver.js"
    2641  },
    2742  "files": [
     
    3045    "semver.js"
    3146  ],
    32   "author": "GitHub Inc.",
     47  "homepage": "https://github.com/npm/node-semver#readme",
     48  "license": "ISC",
     49  "main": "semver.js",
     50  "name": "semver",
     51  "repository": {
     52    "type": "git",
     53    "url": "git+https://github.com/npm/node-semver.git"
     54  },
     55  "scripts": {
     56    "lint": "echo linting disabled",
     57    "lintfix": "npm run lint -- --fix",
     58    "postlint": "template-oss-check",
     59    "posttest": "npm run lint",
     60    "snap": "tap test/ --100 --timeout=30",
     61    "template-oss-apply": "template-oss-apply --force",
     62    "test": "tap test/ --100 --timeout=30"
     63  },
    3364  "templateOSS": {
    3465    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    3566    "content": "./scripts/template-oss",
    3667    "version": "4.17.0"
    37   }
     68  },
     69  "version": "6.3.1"
    3870}
Note: See TracChangeset for help on using the changeset viewer.