method-names
Version:
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
56 lines (55 loc) • 1.15 kB
JSON
{
"name": "method-names",
"description": "Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/method-names",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/method-names.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/method-names/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/method-names/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "^5.2.0"
},
"keywords": [
"enumerable",
"fn",
"fns",
"function",
"functions",
"enumerable",
"inherited",
"object",
"own",
"array",
"method",
"method-names",
"methods",
"name",
"names",
"properties",
"property",
"prototype"
]
}