summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-11 11:32:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-18 13:40:17 +0000
commit31ccca0778db85c159634478b4ec7997f6704860 (patch)
tree3d33fc3afd9d5ec95541e1bbe074a9cf8da12a0e /chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json
parent248b70b82a40964d5594eb04feca0fa36716185d (diff)
downloadqtwebengine-chromium-31ccca0778db85c159634478b4ec7997f6704860.tar.gz
BASELINE: Update Chromium to 80.0.3987.136
Change-Id: I98e1649aafae85ba3a83e67af00bb27ef301db7b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json b/chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json
new file mode 100644
index 00000000000..71aaa3b27cd
--- /dev/null
+++ b/chromium/third_party/devtools-frontend/src/node_modules/natural-compare/package.json
@@ -0,0 +1,42 @@
+{
+ "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)",
+ "bugs": {
+ "url": "https://github.com/litejs/natural-compare-lite/issues"
+ },
+ "buildman": {
+ "dist/index-min.js": {
+ "banner": "/*! litejs.com/MIT-LICENSE.txt */",
+ "input": "index.js"
+ }
+ },
+ "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
+ "devDependencies": {
+ "buildman": "*",
+ "testman": "*"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "string",
+ "natural",
+ "order",
+ "sort",
+ "natsort",
+ "natcmp",
+ "compare",
+ "alphanum",
+ "litejs"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "natural-compare",
+ "readmeFilename": "README.md",
+ "repository": "git://github.com/litejs/natural-compare-lite.git",
+ "scripts": {
+ "build": "node node_modules/buildman/index.js --all",
+ "test": "node tests/index.js"
+ },
+ "stability": 3,
+ "version": "1.4.0"
+} \ No newline at end of file