fast-deepclone
Version:
Deep clone an object
44 lines (43 loc) • 968 B
JSON
{
"name": "fast-deepclone",
"main": "index.js",
"version": "1.0.1",
"author": "Sebastien Cottinet (https://github.com/scottinet)",
"description": "Deep clone an object",
"keywords": [
"deepclone",
"clonedeep",
"deep clone",
"deep",
"clone",
"copy",
"deep copy",
"clonecopy",
"deepcopy"
],
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"test": "npm run lint && npm run unit-tests",
"unit-tests": "mocha --recursive",
"lint": "eslint --max-warnings=0 *.js test/"
},
"repository": {
"type": "git",
"url": "git://github.com/scottinet/fast-deepclone.git"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.11.1"
},
"devDependencies": {
"benchmark": "^2.1.4",
"clone": "^2.1.2",
"eslint": "^5.9.0",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"node-gyp": "^3.8.0",
"random-object": "^1.3.4"
},
"license": "MIT"
}