suppplant
Version:
Crockford's .supplant method but with support for multiple level objects
32 lines (31 loc) • 724 B
JSON
{
"name": "suppplant",
"version": "1.1.1",
"description": "Crockford's .supplant method but with support for multiple level objects",
"main": "index.js",
"engines": {
"node": ">=4.4.5"
},
"scripts": {
"pretest": "eslint --ext=.js .",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devotis/suppplant.git"
},
"keywords": [
"supplant",
"suppplant"
],
"author": "Christiaan Westerbeek <chris@devotis.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devotis/suppplant/issues"
},
"homepage": "https://github.com/devotis/suppplant#readme",
"devDependencies": {
"eslint": "7.1.0",
"tape": "5.0.1"
}
}