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

    r0c6b92a r79a0317  
    11{
    2   "name": "natural-compare",
    3   "version": "1.4.0",
    4   "stability": 3,
    5   "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)",
    6   "license": "MIT",
     2  "_from": "natural-compare@1.4.0",
     3  "_id": "natural-compare@1.4.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
     6  "_location": "/natural-compare",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "natural-compare@1.4.0",
     12    "name": "natural-compare",
     13    "escapedName": "natural-compare",
     14    "rawSpec": "1.4.0",
     15    "saveSpec": null,
     16    "fetchSpec": "1.4.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
     22  "_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
     23  "_spec": "natural-compare@1.4.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "author": {
     26    "name": "Lauri Rooden",
     27    "url": "https://github.com/litejs/natural-compare-lite"
     28  },
     29  "bugs": {
     30    "url": "https://github.com/litejs/natural-compare-lite/issues"
     31  },
     32  "buildman": {
     33    "dist/index-min.js": {
     34      "banner": "/*! litejs.com/MIT-LICENSE.txt */",
     35      "input": "index.js"
     36    }
     37  },
     38  "bundleDependencies": false,
     39  "deprecated": false,
    740  "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
     41  "devDependencies": {
     42    "buildman": "*",
     43    "testman": "*"
     44  },
     45  "files": [
     46    "index.js"
     47  ],
     48  "homepage": "https://github.com/litejs/natural-compare-lite#readme",
    849  "keywords": [
    950    "string",
     
    1758    "litejs"
    1859  ],
     60  "license": "MIT",
    1961  "main": "index.js",
    20   "readmeFilename": "README.md",
    21   "files": [
    22     "index.js"
    23   ],
     62  "name": "natural-compare",
     63  "repository": {
     64    "type": "git",
     65    "url": "git://github.com/litejs/natural-compare-lite.git"
     66  },
    2467  "scripts": {
    2568    "build": "node node_modules/buildman/index.js --all",
    2669    "test": "node tests/index.js"
    2770  },
    28   "repository": "git://github.com/litejs/natural-compare-lite.git",
    29   "bugs": {
    30     "url": "https://github.com/litejs/natural-compare-lite/issues"
    31   },
    32   "devDependencies": {
    33     "buildman": "*",
    34     "testman": "*"
    35   },
    36   "buildman": {
    37     "dist/index-min.js": {
    38       "banner": "/*! litejs.com/MIT-LICENSE.txt */",
    39       "input": "index.js"
    40     }
    41   }
     71  "stability": 3,
     72  "version": "1.4.0"
    4273}
Note: See TracChangeset for help on using the changeset viewer.