65da70b5f947e2d3536d769925eb4f3752743c82
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / xtend / package.json
1 {
2   "_from": "xtend@^4.0.1",
3   "_id": "xtend@4.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
6   "_location": "/xtend",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "xtend@^4.0.1",
12     "name": "xtend",
13     "escapedName": "xtend",
14     "rawSpec": "^4.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.1"
17   },
18   "_requiredBy": [
19     "/remark-parse",
20     "/remark-stringify",
21     "/stream-http",
22     "/through2",
23     "/unherit"
24   ],
25   "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
26   "_shasum": "bb72779f5fa465186b1f438f674fa347fdb5db54",
27   "_spec": "xtend@^4.0.1",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/remark-parse",
29   "author": {
30     "name": "Raynos",
31     "email": "raynos2@gmail.com"
32   },
33   "bugs": {
34     "url": "https://github.com/Raynos/xtend/issues",
35     "email": "raynos2@gmail.com"
36   },
37   "bundleDependencies": false,
38   "contributors": [
39     {
40       "name": "Jake Verbaten"
41     },
42     {
43       "name": "Matt Esch"
44     }
45   ],
46   "dependencies": {},
47   "deprecated": false,
48   "description": "extend like a boss",
49   "devDependencies": {
50     "tape": "~1.1.0"
51   },
52   "engines": {
53     "node": ">=0.4"
54   },
55   "homepage": "https://github.com/Raynos/xtend",
56   "keywords": [
57     "extend",
58     "merge",
59     "options",
60     "opts",
61     "object",
62     "array"
63   ],
64   "license": "MIT",
65   "main": "immutable",
66   "name": "xtend",
67   "repository": {
68     "type": "git",
69     "url": "git://github.com/Raynos/xtend.git"
70   },
71   "scripts": {
72     "test": "node test"
73   },
74   "testling": {
75     "files": "test.js",
76     "browsers": [
77       "ie/7..latest",
78       "firefox/16..latest",
79       "firefox/nightly",
80       "chrome/22..latest",
81       "chrome/canary",
82       "opera/12..latest",
83       "opera/next",
84       "safari/5.1..latest",
85       "ipad/6.0..latest",
86       "iphone/6.0..latest"
87     ]
88   },
89   "version": "4.0.2"
90 }