object-length
Version:
Get the length of an object's properties, excluding prototype properties. Works with dontEnum bugs.
40 lines (39 loc) • 893 B
JSON
{
"name": "object-length",
"description": "Get the length of an object's properties, excluding prototype properties. Works with dontEnum bugs.",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/object-length",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/object-length.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/object-length/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/object-length/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "^5.2.0"
},
"keywords": [
"length",
"object"
]
}