]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / har-validator / node_modules / is-my-json-valid / node_modules / xtend / package.json
1 {
2   "name": "xtend",
3   "version": "4.0.1",
4   "description": "extend like a boss",
5   "keywords": [
6     "extend",
7     "merge",
8     "options",
9     "opts",
10     "object",
11     "array"
12   ],
13   "author": {
14     "name": "Raynos",
15     "email": "raynos2@gmail.com"
16   },
17   "repository": {
18     "type": "git",
19     "url": "git://github.com/Raynos/xtend.git"
20   },
21   "main": "immutable",
22   "scripts": {
23     "test": "node test"
24   },
25   "dependencies": {},
26   "devDependencies": {
27     "tape": "~1.1.0"
28   },
29   "homepage": "https://github.com/Raynos/xtend",
30   "contributors": [
31     {
32       "name": "Jake Verbaten"
33     },
34     {
35       "name": "Matt Esch"
36     }
37   ],
38   "bugs": {
39     "url": "https://github.com/Raynos/xtend/issues",
40     "email": "raynos2@gmail.com"
41   },
42   "license": "MIT",
43   "testling": {
44     "files": "test.js",
45     "browsers": [
46       "ie/7..latest",
47       "firefox/16..latest",
48       "firefox/nightly",
49       "chrome/22..latest",
50       "chrome/canary",
51       "opera/12..latest",
52       "opera/next",
53       "safari/5.1..latest",
54       "ipad/6.0..latest",
55       "iphone/6.0..latest"
56     ]
57   },
58   "engines": {
59     "node": ">=0.4"
60   },
61   "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",
62   "readmeFilename": "README.md",
63   "_id": "xtend@4.0.1",
64   "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
65   "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
66   "_from": "xtend@>=4.0.0 <5.0.0"
67 }