bifocal/node_modules/@stdlib/utils-copy/package.json

140 lines
3.4 KiB
JSON

{
"name": "@stdlib/utils-copy",
"version": "0.0.7",
"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",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"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.0.x",
"@stdlib/array-float64": "^0.0.x",
"@stdlib/array-int16": "^0.0.x",
"@stdlib/array-int32": "^0.0.x",
"@stdlib/array-int8": "^0.0.x",
"@stdlib/array-uint16": "^0.0.x",
"@stdlib/array-uint32": "^0.0.x",
"@stdlib/array-uint8": "^0.0.x",
"@stdlib/array-uint8c": "^0.0.x",
"@stdlib/assert-has-own-property": "^0.0.x",
"@stdlib/assert-is-array": "^0.0.x",
"@stdlib/assert-is-buffer": "^0.0.x",
"@stdlib/assert-is-error": "^0.0.x",
"@stdlib/assert-is-nonnegative-integer": "^0.0.x",
"@stdlib/buffer-from-buffer": "^0.0.x",
"@stdlib/constants-float64-pinf": "^0.0.x",
"@stdlib/utils-define-property": "^0.0.x",
"@stdlib/utils-get-prototype-of": "^0.0.x",
"@stdlib/utils-index-of": "^0.0.x",
"@stdlib/utils-keys": "^0.0.x",
"@stdlib/utils-property-descriptor": "^0.0.x",
"@stdlib/utils-property-names": "^0.0.x",
"@stdlib/utils-regexp-from-string": "^0.0.x",
"@stdlib/utils-type-of": "^0.0.x"
},
"devDependencies": {
"@stdlib/assert-has-class-support": "^0.0.x",
"@stdlib/assert-has-map-support": "^0.0.x",
"@stdlib/assert-has-set-support": "^0.0.x",
"@stdlib/assert-is-node": "^0.0.x",
"@stdlib/bench": "^0.0.x",
"@stdlib/buffer-ctor": "^0.0.x",
"@stdlib/constants-float64-pi": "^0.0.x",
"@stdlib/number-ctor": "^0.0.x",
"@stdlib/process-env": "^0.0.x",
"@stdlib/random-base-randu": "^0.0.x",
"@stdlib/utils-noop": "^0.0.x",
"chai": "^3.5.0",
"semver": "^6.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"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": "patreon",
"url": "https://www.patreon.com/athan"
}
}