diff default/node_modules/javascript-natural-sort/package.json @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/default/node_modules/javascript-natural-sort/package.json	Sat May 31 09:21:51 2025 +0800
@@ -0,0 +1,55 @@
+{
+  "_from": "javascript-natural-sort@^0.7.1",
+  "_id": "[email protected]",
+  "_inBundle": false,
+  "_integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=",
+  "_location": "/javascript-natural-sort",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "javascript-natural-sort@^0.7.1",
+    "name": "javascript-natural-sort",
+    "escapedName": "javascript-natural-sort",
+    "rawSpec": "^0.7.1",
+    "saveSpec": null,
+    "fetchSpec": "^0.7.1"
+  },
+  "_requiredBy": [
+    "/tablesaw"
+  ],
+  "_resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
+  "_shasum": "f9e2303d4507f6d74355a73664d1440fb5a0ef59",
+  "_spec": "javascript-natural-sort@^0.7.1",
+  "_where": "/srv/http/premieradmin-bs4/dist/node_modules/tablesaw",
+  "author": {
+    "name": "Jim Palmer",
+    "url": "based on chunking idea from Dave Koelle, packaged by @khous of Bill4Time"
+  },
+  "bugs": {
+    "url": "https://github.com/Bill4Time/javascript-natural-sort/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license",
+  "homepage": "https://github.com/Bill4Time/javascript-natural-sort",
+  "keywords": [
+    "natural",
+    "sort",
+    "javascript",
+    "array",
+    "sort",
+    "sorting"
+  ],
+  "license": "MIT",
+  "main": "naturalSort.js",
+  "name": "javascript-natural-sort",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/Bill4Time/javascript-natural-sort.git"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "version": "0.7.1"
+}