Initial commit
[yaffs-website] / node_modules / xtend / package.json
1 {
2   "_args": [
3     [
4       "xtend@~4.0.1",
5       "/var/www/yaffs/node_modules/through2"
6     ]
7   ],
8   "_from": "xtend@>=4.0.1 <4.1.0",
9   "_id": "xtend@4.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/xtend",
13   "_nodeVersion": "0.10.32",
14   "_npmUser": {
15     "email": "raynos2@gmail.com",
16     "name": "raynos"
17   },
18   "_npmVersion": "2.14.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "xtend",
22     "raw": "xtend@~4.0.1",
23     "rawSpec": "~4.0.1",
24     "scope": null,
25     "spec": ">=4.0.1 <4.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/glob-stream/through2",
30     "/gulp/through2",
31     "/through2"
32   ],
33   "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
34   "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
35   "_shrinkwrap": null,
36   "_spec": "xtend@~4.0.1",
37   "_where": "/var/www/yaffs/node_modules/through2",
38   "author": {
39     "email": "raynos2@gmail.com",
40     "name": "Raynos"
41   },
42   "bugs": {
43     "email": "raynos2@gmail.com",
44     "url": "https://github.com/Raynos/xtend/issues"
45   },
46   "contributors": [
47     {
48       "name": "Jake Verbaten"
49     },
50     {
51       "name": "Matt Esch"
52     }
53   ],
54   "dependencies": {},
55   "description": "extend like a boss",
56   "devDependencies": {
57     "tape": "~1.1.0"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
62     "tarball": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
63   },
64   "engines": {
65     "node": ">=0.4"
66   },
67   "gitHead": "23dc302a89756da89c1897bc732a752317e35390",
68   "homepage": "https://github.com/Raynos/xtend",
69   "keywords": [
70     "array",
71     "extend",
72     "merge",
73     "object",
74     "options",
75     "opts"
76   ],
77   "license": "MIT",
78   "main": "immutable",
79   "maintainers": [
80     {
81       "name": "raynos",
82       "email": "raynos2@gmail.com"
83     }
84   ],
85   "name": "xtend",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git://github.com/Raynos/xtend.git"
91   },
92   "scripts": {
93     "test": "node test"
94   },
95   "testling": {
96     "browsers": [
97       "chrome/22..latest",
98       "chrome/canary",
99       "firefox/16..latest",
100       "firefox/nightly",
101       "ie/7..latest",
102       "ipad/6.0..latest",
103       "iphone/6.0..latest",
104       "opera/12..latest",
105       "opera/next",
106       "safari/5.1..latest"
107     ],
108     "files": "test.js"
109   },
110   "version": "4.0.1"
111 }