| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "copy-to",
- "version": "2.0.1",
- "description": "copy an object's properties to another object",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "make test"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/copy-to.git"
- },
- "keywords": [
- "copy",
- "object",
- "properties",
- "setter",
- "getter"
- ],
- "author": "dead_horse <dead_horse@qq.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/node-modules/copy-to/issues"
- },
- "homepage": "https://github.com/node-modules/copy-to",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
- "_from": "copy-to@2.0.1",
- "_resolved": "https://registry.npm.taobao.org/copy-to/download/copy-to-2.0.1.tgz"
- }
|