UNPKG

motion

Version:

motion - moving development forward

96 lines (95 loc) 2.94 kB
{ "_args": [ [ "xtend@https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "xtend@>=4.0.0 <5.0.0", "_id": "xtend@4.0.1", "_inCache": true, "_location": "/xtend", "_phantomChildren": {}, "_requested": { "name": "xtend", "raw": "xtend@https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "rawSpec": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "type": "remote" }, "_requiredBy": [ "/glob-stream/through2", "/gulp-concat/through2", "/gulp-plumber/through2", "/through2", "/vinyl-fs/through2" ], "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af", "_shrinkwrap": null, "_spec": "xtend@https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "raynos2@gmail.com", "name": "Raynos" }, "bugs": { "email": "raynos2@gmail.com", "url": "https://github.com/Raynos/xtend/issues" }, "contributors": [ { "name": "Jake Verbaten" }, { "name": "Matt Esch" } ], "dependencies": {}, "description": "extend like a boss", "devDependencies": { "tape": "~1.1.0" }, "engines": { "node": ">=0.4" }, "homepage": "https://github.com/Raynos/xtend", "keywords": [ "array", "extend", "merge", "object", "options", "opts" ], "license": "MIT", "main": "immutable", "name": "xtend", "optionalDependencies": {}, "readme": "# xtend\n\n[![browser support][3]][4]\n\n[![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)\n\nExtend like a boss\n\nxtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence.\n\n## Examples\n\n```js\nvar extend = require(\"xtend\")\n\n// extend returns a new object. Does not mutate arguments\nvar combination = extend({\n a: \"a\",\n b: 'c'\n}, {\n b: \"b\"\n})\n// { a: \"a\", b: \"b\" }\n```\n\n## Stability status: Locked\n\n## MIT Licenced\n\n\n [3]: http://ci.testling.com/Raynos/xtend.png\n [4]: http://ci.testling.com/Raynos/xtend\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/Raynos/xtend.git" }, "scripts": { "test": "node test" }, "testling": { "browsers": [ "chrome/22..latest", "chrome/canary", "firefox/16..latest", "firefox/nightly", "ie/7..latest", "ipad/6.0..latest", "iphone/6.0..latest", "opera/12..latest", "opera/next", "safari/5.1..latest" ], "files": "test.js" }, "version": "4.0.1" }