localscope
Version:
Add all of an object's values to the local scope, with the variable names of their keys
29 lines (28 loc) • 642 B
JSON
{
"name": "localscope",
"version": "1.0.2",
"description": "Add all of an object's values to the local scope, with the variable names of their keys",
"main": "local.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/414owen/LocalScope.git"
},
"keywords": [
"Scope",
"LocalScope",
"Meta",
"MetaProgramming"
],
"author": "Owen Shepherd",
"license": "MIT",
"bugs": {
"url": "https://github.com/414owen/LocalScope/issues"
},
"homepage": "https://github.com/414owen/LocalScope#readme"
}