is-sorted
Version:
A small module to check if an Array is sorted
35 lines (34 loc) • 716 B
JSON
{
"name": "is-sorted",
"version": "1.0.5",
"description": "A small module to check if an Array is sorted",
"main": "index.js",
"scripts": {
"standard": "standard",
"test": "npm run-script unit",
"unit": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dcousens/is-sorted.git"
},
"bugs": {
"url": "https://github.com/dcousens/is-sorted/issues"
},
"homepage": "https://github.com/dcousens/is-sorted",
"keywords": [
"is-sorted",
"sorting",
"sort",
"sorted",
"array",
"list",
"comparison"
],
"author": "Daniel Cousens",
"license": "MIT",
"devDependencies": {
"standard": "*",
"tape": "^4.8.0"
}
}