biofriction-wp-theme/node_modules/default-compare/package.json

82 lines
2.0 KiB
JSON

{
"_args": [
[
"default-compare@1.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_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"
},
"_requiredBy": [
"/array-sort"
],
"_resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Brian Woodward",
"url": "https://doowb.com"
},
"bugs": {
"url": "https://github.com/doowb/default-compare/issues"
},
"dependencies": {
"kind-of": "^5.0.2"
},
"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"
}