bigint-crypto-utils/node_modules/sort-array/package.json

73 lines
1.7 KiB
JSON
Raw Normal View History

{
"_from": "sort-array@^2.0.0",
"_id": "sort-array@2.0.0",
"_inBundle": false,
"_integrity": "sha1-OKnG2if9fRR7QuYFVPKBGHtN9HI=",
"_location": "/sort-array",
"_phantomChildren": {
"typical": "2.6.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "sort-array@^2.0.0",
"name": "sort-array",
"escapedName": "sort-array",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/jsdoc-parse"
],
"_resolved": "https://registry.npmjs.org/sort-array/-/sort-array-2.0.0.tgz",
"_shasum": "38a9c6da27fd7d147b42e60554f281187b4df472",
"_spec": "sort-array@^2.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-parse",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/sort-array/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-back": "^1.0.4",
"object-get": "^2.1.0",
"typical": "^2.6.0"
},
"deprecated": false,
"description": "Sort an array of objects by any property value, at any depth, in any custom order.",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.3.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/75lb/sort-array#readme",
"keywords": [
"sort",
"by",
"array",
"recordset",
"objects",
"sorted",
"asc",
"desc"
],
"license": "MIT",
"main": "./lib/sort-array.js",
"name": "sort-array",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/sort-array.git"
},
"scripts": {
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
"test": "test-runner test/*.js"
},
"version": "2.0.0"
}