UNPKG

node.extend.without.arrays

Version:

A port of jQuery.extend that actually works on node.js

66 lines (65 loc) 1.55 kB
{ "name": "node.extend.without.arrays", "version": "1.1.6", "description": "A port of jQuery.extend that actually works on node.js", "keywords": [ "extend", "jQuery", "jQuery extend", "clone", "copy", "inherit" ], "author": "dreamerslab <ben@dreamerslab.com>", "dependencies": { "is": "^3.1.0" }, "devDependencies": { "@ljharb/eslint-config": "^1.4.1", "covert": "^1.1.0", "eslint": "^1.7.1", "jscs": "^2.3.4", "tape": "^4.2.1" }, "repository": { "type": "git", "url": "https://github.com/dreamerslab/node.extend.git" }, "contributors": [ { "name": "Jordan Harband", "twitter": "https://twitter.com/ljharb" } ], "main": "index", "scripts": { "test-only": "node test/index.js", "test": "npm run lint && node test/index.js && npm run coverage-quiet", "coverage": "covert test/index.js", "coverage-quiet": "covert test/index.js --quiet", "lint": "npm run jscs && npm run eslint", "jscs": "jscs *.js */*.js", "eslint": "eslint *.js */*.js" }, "engines": { "node": ">=0.4.0" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/4.0..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] }, "license": "(MIT OR GPL-2.0)" }