object-copy
Version:
Copy static properties, prototype properties, and descriptors from one object to another.
52 lines (51 loc) • 1.06 kB
JSON
{
"name": "object-copy",
"description": "Copy static properties, prototype properties, and descriptors from one object to another.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/object-copy",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/object-copy",
"bugs": {
"url": "https://github.com/jonschlinkert/object-copy/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"copy-descriptor": "^0.1.1",
"define-property": "^1.0.0",
"kind-of": "^5.0.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"keywords": [
"copy",
"object"
],
"verb": {
"layout": "default",
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"copy-descriptor",
"define-property",
"kind-of"
]
},
"reflinks": [
"verb"
]
}
}