56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"_from": "javascript-natural-sort@0.7.1",
|
|
"_id": "javascript-natural-sort@0.7.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==",
|
|
"_location": "/javascript-natural-sort",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/mathjs"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
|
|
"_shasum": "f9e2303d4507f6d74355a73664d1440fb5a0ef59",
|
|
"_spec": "javascript-natural-sort@0.7.1",
|
|
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
|
|
"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"
|
|
}
|