source: imaps-frontend/node_modules/natural-compare/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[d565449]1{
[79a0317]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,
[d565449]40 "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
[79a0317]41 "devDependencies": {
42 "buildman": "*",
43 "testman": "*"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/litejs/natural-compare-lite#readme",
[d565449]49 "keywords": [
50 "string",
51 "natural",
52 "order",
53 "sort",
54 "natsort",
55 "natcmp",
56 "compare",
57 "alphanum",
58 "litejs"
59 ],
[79a0317]60 "license": "MIT",
[d565449]61 "main": "index.js",
[79a0317]62 "name": "natural-compare",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/litejs/natural-compare-lite.git"
66 },
[d565449]67 "scripts": {
68 "build": "node node_modules/buildman/index.js --all",
69 "test": "node tests/index.js"
70 },
[79a0317]71 "stability": 3,
72 "version": "1.4.0"
[d565449]73}
Note: See TracBrowser for help on using the repository browser.