package.json
2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_from": "string-natural-compare@^3.0.1",
"_id": "string-natural-compare@3.0.1",
"_inBundle": false,
"_integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
"_location": "/string-natural-compare",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "string-natural-compare@^3.0.1",
"name": "string-natural-compare",
"escapedName": "string-natural-compare",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/eslint-plugin-flowtype"
],
"_resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
"_shasum": "7a42d58474454963759e8e8b7ae63d71c1e7fdf4",
"_spec": "string-natural-compare@^3.0.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\eslint-plugin-flowtype",
"author": {
"name": "Nathan Woltman",
"email": "nwoltman@outlook.com"
},
"bugs": {
"url": "https://github.com/nwoltman/string-natural-compare/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",
"devDependencies": {
"@nwoltman/eslint-config": "^0.6.0",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"should": "^13.2.3"
},
"eslintIgnore": [
"benchmark/node_modules/",
"coverage/"
],
"files": [
"natural-compare.js"
],
"homepage": "https://github.com/nwoltman/string-natural-compare",
"keywords": [
"string",
"natural",
"compare",
"comparison",
"order",
"natcmp",
"strnatcmp",
"sort",
"natsort",
"alphanum",
"alphanumeric"
],
"license": "MIT",
"main": "natural-compare.js",
"name": "string-natural-compare",
"nyc": {
"reporter": [
"html",
"text-summary"
],
"check-coverage": true,
"branches": 100,
"lines": 100,
"statements": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/nwoltman/string-natural-compare.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"test": "eslint . && nyc mocha"
},
"version": "3.0.1"
}