biofriction-wp-theme/node_modules/array-sort/package.json

143 lines
3.0 KiB
JSON

{
"_args": [
[
"array-sort@1.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "array-sort@1.0.0",
"_id": "array-sort@1.0.0",
"_inBundle": false,
"_integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==",
"_location": "/array-sort",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-sort@1.0.0",
"name": "array-sort",
"escapedName": "array-sort",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gulp-cli",
"/gulp/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-sort/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jan Stola",
"url": "https://github.com/iamstolis"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Kevin Ward",
"url": "https://github.com/wkevina"
}
],
"dependencies": {
"default-compare": "^1.0.0",
"get-value": "^2.0.6",
"kind-of": "^5.0.2"
},
"description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.",
"devDependencies": {
"ansi-bold": "^0.1.1",
"benchmarked": "^0.1.5",
"glob": "^7.0.3",
"gulp-format-md": "^0.1.8",
"lodash.sortbyorder": "^3.4.4",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/array-sort",
"keywords": [
"arr",
"array",
"asc",
"ascend",
"ascending",
"desc",
"descend",
"descending",
"dot",
"element",
"elements",
"get",
"multiple",
"nested",
"obj",
"object",
"order",
"ordered",
"path",
"prop",
"properties",
"property",
"sort",
"sorted",
"sorting"
],
"license": "MIT",
"main": "index.js",
"name": "array-sort",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/array-sort.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"reflinks": [
"verb"
],
"related": {
"list": [
"get-value",
"set-value",
"sort-asc",
"sort-desc",
"sort-object"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}