lml-main
Version:
This is now a mono repository published into many standalone packages.
59 lines (58 loc) • 1.66 kB
JSON
{
"_args": [
[
"javascript-natural-sort@0.7.1",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "javascript-natural-sort@0.7.1",
"_id": "javascript-natural-sort@0.7.1",
"_inBundle": false,
"_integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=",
"_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.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
"_spec": "0.7.1",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"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"
},
"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"
}