functional-is-sorted
Version:
A small module to check if an Array is sorted
41 lines (40 loc) • 894 B
JSON
{
"name": "functional-is-sorted",
"version": "2.0.2",
"description": "A small module to check if an Array is sorted",
"main": "index.js",
"scripts": {
"standard": "semistandard",
"test": "npm run-script unit",
"unit": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/javiercejudo/is-sorted.git"
},
"bugs": {
"url": "https://github.com/javiercejudo/is-sorted/issues"
},
"homepage": "https://github.com/javiercejudo/is-sorted",
"keywords": [
"is-sorted",
"sorting",
"sort",
"sorted",
"array",
"list",
"comparison"
],
"author": "Daniel Cousens",
"license": "MIT",
"devDependencies": {
"lodash.gte": "^3.9.0",
"mocha": "^2.3.3",
"semistandard": "^7.0.2"
},
"dependencies": {
"every2": "^2.0.0",
"lodash.lte": "^3.9.0",
"unary-with-optional-callback": "^1.0.0"
}
}