| { | 
 |   "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",  | 
 |   "contributors": [ | 
 |     { | 
 |       "name": "Jordan Harband",  | 
 |       "url": "https://github.com/ljharb" | 
 |     } | 
 |   ],  | 
 |   "dependencies": {},  | 
 |   "description": "Port of jQuery.extend for node.js and the browser",  | 
 |   "devDependencies": { | 
 |     "@ljharb/eslint-config": "^12.2.1",  | 
 |     "covert": "^1.1.0",  | 
 |     "eslint": "^4.19.1",  | 
 |     "jscs": "^3.0.7",  | 
 |     "tape": "^4.9.1" | 
 |   },  | 
 |   "keywords": [ | 
 |     "extend",  | 
 |     "clone",  | 
 |     "merge" | 
 |   ],  | 
 |   "license": "MIT",  | 
 |   "main": "index",  | 
 |   "name": "extend",  | 
 |   "repository": { | 
 |     "type": "git",  | 
 |     "url": "https://github.com/justmoon/node-extend.git" | 
 |   },  | 
 |   "scripts": { | 
 |     "coverage": "covert test/index.js",  | 
 |     "coverage-quiet": "covert test/index.js --quiet",  | 
 |     "eslint": "eslint *.js */*.js",  | 
 |     "jscs": "jscs *.js */*.js",  | 
 |     "lint": "npm run jscs && npm run eslint",  | 
 |     "posttest": "npm run coverage-quiet",  | 
 |     "pretest": "npm run lint",  | 
 |     "test": "npm run tests-only",  | 
 |     "tests-only": "node test" | 
 |   },  | 
 |   "version": "3.0.2" | 
 | } |