UNPKG

@openinf/util-object

Version:

Common JavaScript Object type-related utilities

37 lines (36 loc) 932 B
{ "name": "@openinf/util-object", "version": "2.0.1", "main": "./index.js", "types": "./index.d.ts", "scripts": { "compile": "npm run compile-src && npm run compile-doc", "compile-src": "tsc --project ./", "compile-doc": "jsdoc2md --template README.hbs --files index.js > ./README.md" }, "repository": { "type": "git", "url": "git+https://github.com/openinf/util-types.git" }, "keywords": [ "JavaScript", "Object", "type", "utilities" ], "author": "The OpenINF Authors", "license": "MIT", "bugs": { "url": "https://github.com/openinf/util-types/issues" }, "homepage": "https://github.com/openinf/util-types#readme", "description": "Common JavaScript Object type-related utilities ", "devDependencies": { "jasmine": "^3.6.4", "jsdoc-to-markdown": "^6.0.1", "typescript": "^4.1.3" }, "dependencies": { "@openinf/util-types": "^2.0.2" } }