arr
Version:
JavaScript utilities for arrays.
72 lines (71 loc) • 1.27 kB
JSON
{
"name": "arr",
"description": "JavaScript utilities for arrays.",
"version": "0.1.5",
"homepage": "https://github.com/jonschlinkert/arr",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/arr.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/arr/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/arr/blob/master/LICENSE-MIT"
}
],
"keywords": [
"array",
"arrays",
"filter",
"filterType",
"fn",
"functions",
"is",
"javascript",
"js",
"kind-of",
"last",
"map",
"match",
"node",
"node.js",
"numbers",
"obj",
"object",
"objects",
"sort",
"str",
"string",
"strings",
"type",
"type-of",
"typeof",
"util",
"utils",
"val"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4",
"verb": ">= 0.2.6",
"verb-tag-jscomments": "^0.2.2"
},
"dependencies": {
"kind-of": "^0.1.0",
"make-iterator": "^0.1.0"
}
}