GT2/GT2-Android/node_modules/xtend/package.json

124 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "xtend@~2.1.1",
"scope": null,
"escapedName": "xtend",
"name": "xtend",
"rawSpec": "~2.1.1",
"spec": ">=2.1.1 <2.2.0",
"type": "range"
},
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/auth0-js"
]
],
"_from": "xtend@>=2.1.1 <2.2.0",
"_id": "xtend@2.1.2",
"_inCache": true,
"_location": "/xtend",
"_npmUser": {
"name": "raynos",
"email": "raynos2@gmail.com"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"raw": "xtend@~2.1.1",
"scope": null,
"escapedName": "xtend",
"name": "xtend",
"rawSpec": "~2.1.1",
"spec": ">=2.1.1 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/auth0-js"
],
"_resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz",
"_shasum": "6efecc2a4dad8e6962c4901b337ce7ba87b5d28b",
"_shrinkwrap": null,
"_spec": "xtend@~2.1.1",
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/auth0-js",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/Raynos/xtend/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Jake Verbaten"
},
{
"name": "Matt Esch"
}
],
"dependencies": {
"object-keys": "~0.4.0"
},
"description": "extend like a boss",
"devDependencies": {
"tape": "~1.1.0"
},
"directories": {},
"dist": {
"shasum": "6efecc2a4dad8e6962c4901b337ce7ba87b5d28b",
"tarball": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz"
},
"engines": {
"node": ">=0.4"
},
"homepage": "https://github.com/Raynos/xtend",
"keywords": [
"extend",
"merge",
"options",
"opts",
"object",
"array"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/raynos/xtend/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
}
],
"name": "xtend",
"optionalDependencies": {},
"readme": "# xtend\n\n[![browser support][3]][4]\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 presedence.\n\n## Examples\n\n```js\nvar extend = require(\"xtend\")\n\nvar combination = extend({\n a: \"a\"\n}, {\n b: \"b\"\n})\n// { a: \"a\", b: \"b\" }\n```\n\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": {
"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"
]
},
"version": "2.1.2"
}