| { | |
| "author": "", | |
| "description": "Node's internal object extension function", | |
| "license": "MIT", | |
| "main": "extend.js", | |
| "name": "util-extend", | |
| "readmeFilename": "README.md", | |
| "repository": { | |
| "type": "git", | |
| "url": "git://github.com/isaacs/util-extend" | |
| }, | |
| "scripts": { | |
| "test": "node test.js" | |
| }, | |
| "version": "1.0.3" | |
| } |