UNPKG

pop-clone

Version:

A polymorphic clone operator for arbitrary object graphs

33 lines (32 loc) 711 B
{ "name": "pop-clone", "version": "1.0.1", "description": "A polymorphic clone operator for arbitrary object graphs", "main": "pop-clone.js", "scripts": { "test": "jasminum test" }, "repository": { "type": "git", "url": "https://github.com/kriskowal/pop-clone.git" }, "keywords": [ "pop", "polymorphic", "operator", "clone" ], "author": "Kris Kowal <kris@cixar.com>", "license": "BSD 3-Clause", "bugs": { "url": "https://github.com/kriskowal/pop-clone/issues" }, "homepage": "https://github.com/kriskowal/pop-clone", "dependencies": { "mini-map": "^1.0.0", "pop-equals": "^1.0.0" }, "devDependencies": { "jasminum": "^2.0.6" } }