UNPKG

inspect-property

Version:

Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)

33 lines (32 loc) 813 B
{ "name": "inspect-property", "version": "0.0.7", "description": "Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)", "main": "lib/inspect-property.js", "author": { "name": "Diego ZoracKy", "email": "diego.zoracky@gmail.com", "url": "https://github.com/DiegoZoracKy/" }, "keywords": [ "inspect", "property", "api", "methods", "properties" ], "scripts": { "test": "mocha ./test/main.test.js", "test:all": "mocha ./test -b" }, "license": "MIT", "devDependencies": { "chai": "^3.5.0", "mocha": "^5.2.0" }, "dependencies": { "for-each-property": "0.0.4", "for-each-property-deep": "0.0.3", "inspect-function": "^0.4.0" } }