UNPKG

object-key-mirror

Version:

Object key mirror is a zero-dependency Node.js module that lets you easily create objects with values equal to their key names.

32 lines (31 loc) 989 B
{ "name": "object-key-mirror", "version": "1.0.5", "main": "lib/index.js", "description": "Object key mirror is a zero-dependency Node.js module that lets you easily create objects with values equal to their key names. ", "homepage": "https://temilajumoke.com", "repository": "https://github.com/temilaj/object-key-mirror.git", "scripts": { "test": "node_modules/mocha/bin/mocha --compilers js:babel-register", "build": "rm -rf ./lib && babel --watch src/ --out-dir lib/", "prepublish": "rm -rf ./lib && babel src/ --out-dir lib/", "coverage": "NODE_ENV=test nyc npm test" }, "keywords": [ "Object", "Key", "Array", "mirror", "Temilaj" ], "author": "Temi Lajumoke <temi@temilajumoke.com> (https://temilajumoke.com)", "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "mocha": "^4.0.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^11.2.1" } }