is-sorted-g
Version:
A small module to check if an Array is sorted, study from dcousens/is-sorted
37 lines (36 loc) • 822 B
JSON
{
"name": "is-sorted-g",
"version": "1.0.0",
"description": "A small module to check if an Array is sorted, study from dcousens/is-sorted",
"main": "index.js",
"scripts": {
"standard": "standard",
"standard:fix": "standard --fix",
"test": "npm run unit",
"unit": "tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/targeral/is-sorted.git"
},
"keywords": [
"is-sorted",
"sorting",
"sort",
"sorted",
"array",
"list",
"comparison"
],
"author": "targeral",
"license": "MIT",
"bugs": {
"url": "https://github.com/targeral/is-sorted/issues"
},
"homepage": "https://github.com/targeral/is-sorted#readme",
"devDependencies": {
"standard": "*",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
}
}