UNPKG

@stdlib/utils-copy

Version:

Copy or deep clone a value to an arbitrary depth.

121 lines (120 loc) 2.8 kB
{ "name": "@stdlib/utils-copy", "version": "0.2.2", "description": "Copy or deep clone a value to an arbitrary depth.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "browser": { "process": "process/" }, "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/utils-copy.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-float32": "^0.2.2", "@stdlib/array-float64": "^0.2.2", "@stdlib/array-int16": "^0.2.2", "@stdlib/array-int32": "^0.2.2", "@stdlib/array-int8": "^0.2.2", "@stdlib/array-uint16": "^0.2.2", "@stdlib/array-uint32": "^0.2.2", "@stdlib/array-uint8": "^0.2.2", "@stdlib/array-uint8c": "^0.2.2", "@stdlib/assert-has-own-property": "^0.2.2", "@stdlib/assert-is-array": "^0.2.2", "@stdlib/assert-is-buffer": "^0.2.2", "@stdlib/assert-is-error": "^0.2.2", "@stdlib/assert-is-nonnegative-integer": "^0.2.2", "@stdlib/buffer-from-buffer": "^0.2.2", "@stdlib/constants-float64-pinf": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/utils-define-property": "^0.2.4", "@stdlib/utils-get-prototype-of": "^0.2.2", "@stdlib/utils-index-of": "^0.2.2", "@stdlib/utils-keys": "^0.2.2", "@stdlib/utils-property-descriptor": "^0.2.2", "@stdlib/utils-property-names": "^0.2.2", "@stdlib/utils-regexp-from-string": "^0.2.2", "@stdlib/utils-type-of": "^0.2.2", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdutils", "stdutil", "utilities", "utils", "util", "copy", "cp", "clone", "deep", "deepcopy", "deepclone", "shallow", "shallowcopy", "array", "object", "date", "regexp", "typed array", "set", "map", "error", "err", "uri", "urierror", "syntax", "syntaxerror", "reference", "referenceerror", "type", "typeerror", "eval", "evalerror", "range", "rangeerror" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }