Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /lib/node_modules/gulp/node_modules/default-compare/ |
{
"_from": "default-compare@^1.0.0",
"_id": "default-compare@1.0.0",
"_inBundle": false,
"_integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==",
"_location": "/gulp/default-compare",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "default-compare@^1.0.0",
"name": "default-compare",
"escapedName": "default-compare",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gulp/array-sort"
],
"_resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
"_shasum": "cb61131844ad84d84788fb68fd01681ca7781a2f",
"_spec": "default-compare@^1.0.0",
"_where": "/usr/lib/node_modules/gulp/node_modules/array-sort",
"author": {
"name": "Brian Woodward",
"url": "https://doowb.com"
},
"bugs": {
"url": "https://github.com/doowb/default-compare/issues"
},
"bundleDependencies": false,
"dependencies": {
"kind-of": "^5.0.2"
},
"deprecated": false,
"description": "Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/doowb/default-compare",
"keywords": [
"compare",
"default"
],
"license": "MIT",
"main": "index.js",
"name": "default-compare",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/default-compare.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}