2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"default-compare@1.0.0" ,
"F:\\laragon\\www\\wishthis"
]
] ,
"_from" : "default-compare@1.0.0" ,
"_id" : "default-compare@1.0.0" ,
"_inBundle" : false ,
"_integrity" : "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==" ,
"_location" : "/default-compare" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "default-compare@1.0.0" ,
"name" : "default-compare" ,
"escapedName" : "default-compare" ,
"rawSpec" : "1.0.0" ,
"saveSpec" : null ,
"fetchSpec" : "1.0.0"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"_requiredBy" : [
"/array-sort"
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_resolved" : "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz" ,
"_spec" : "1.0.0" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
"author" : {
"name" : "Brian Woodward" ,
"url" : "https://doowb.com"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"bugs" : {
"url" : "https://github.com/doowb/default-compare/issues"
2022-01-21 08:28:41 +00:00
} ,
"dependencies" : {
"kind-of" : "^5.0.2"
} ,
2022-02-23 16:41:13 +00:00
"description" : "Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property." ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"gulp-format-md" : "^1.0.0" ,
"mocha" : "^3.5.2"
} ,
2022-02-23 16:41:13 +00:00
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/doowb/default-compare" ,
2022-01-21 08:28:41 +00:00
"keywords" : [
"compare" ,
"default"
] ,
2022-02-23 16:41:13 +00:00
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "default-compare" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/doowb/default-compare.git"
} ,
"scripts" : {
"test" : "mocha"
} ,
2022-01-21 08:28:41 +00:00
"verb" : {
"toc" : false ,
"layout" : "default" ,
"tasks" : [
"readme"
] ,
"plugins" : [
"gulp-format-md"
] ,
"lint" : {
"reflinks" : true
}
2022-02-23 16:41:13 +00:00
} ,
"version" : "1.0.0"
2022-01-21 08:28:41 +00:00
}