/var/www/greso.tech/server/nsm/node_modules/static-module/node_modules/xtend
NameSizeModeActions
.npmignore130644editdlrm
has-keys.js1620644editdlrm
index.js4740644editdlrm
LICENCE10500644editdlrm
Makefile490644editdlrm
mutable.js5020644editdlrm
package.json11820644editdlrm
README.md5130644editdlrm
test.js13560644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/static-module/node_modules/xtend/package.json (1182B)
{ "name": "xtend", "version": "2.1.2", "description": "extend like a boss", "keywords": [ "extend", "merge", "options", "opts", "object", "array" ], "author": "Raynos ", "repository": "git://github.com/Raynos/xtend.git", "main": "index", "scripts": { "test": "node test" }, "dependencies": { "object-keys": "~0.4.0" }, "devDependencies": { "tape": "~1.1.0" }, "homepage": "https://github.com/Raynos/xtend", "contributors": [ { "name": "Jake Verbaten" }, { "name": "Matt Esch" } ], "bugs": { "url": "https://github.com/Raynos/xtend/issues", "email": "raynos2@gmail.com" }, "licenses": [ { "type": "MIT", "url": "http://github.com/raynos/xtend/raw/master/LICENSE" } ], "testling": { "files": "test.js", "browsers": [ "ie/7..latest", "firefox/16..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] }, "engines": { "node": ">=0.4" } }