UNPKG

deca-method-lister

Version:

A utility to extract and list all methods from JavaScript objects, including inherited methods from the prototype chain

32 lines (31 loc) 803 B
{ "name": "deca-method-lister", "version": "1.0.1", "description": "A utility to extract and list all methods from JavaScript objects, including inherited methods from the prototype chain", "main": "index.js", "bin": { "deca-method-lister": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "javascript", "methods", "object", "prototype", "introspection", "utility", "deca" ], "author": "Tom Tarpey", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/decagondev/deca-method-lister.git" }, "bugs": { "url": "https://github.com/decagondev/deca-method-lister/issues" }, "homepage": "https://github.com/decagondev/deca-method-lister#readme" }