Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / object-assign / package.json
1 {
2   "_from": "object-assign@^4.0.1",
3   "_id": "object-assign@4.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
6   "_location": "/object-assign",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "object-assign@^4.0.1",
12     "name": "object-assign",
13     "escapedName": "object-assign",
14     "rawSpec": "^4.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.1"
17   },
18   "_requiredBy": [
19     "/globby",
20     "/meow",
21     "/stylelint/file-entry-cache"
22   ],
23   "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
24   "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
25   "_spec": "object-assign@^4.0.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/globby",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/object-assign/issues"
34   },
35   "bundleDependencies": false,
36   "deprecated": false,
37   "description": "ES2015 `Object.assign()` ponyfill",
38   "devDependencies": {
39     "ava": "^0.16.0",
40     "lodash": "^4.16.4",
41     "matcha": "^0.7.0",
42     "xo": "^0.16.0"
43   },
44   "engines": {
45     "node": ">=0.10.0"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/sindresorhus/object-assign#readme",
51   "keywords": [
52     "object",
53     "assign",
54     "extend",
55     "properties",
56     "es2015",
57     "ecmascript",
58     "harmony",
59     "ponyfill",
60     "prollyfill",
61     "polyfill",
62     "shim",
63     "browser"
64   ],
65   "license": "MIT",
66   "name": "object-assign",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/sindresorhus/object-assign.git"
70   },
71   "scripts": {
72     "bench": "matcha bench.js",
73     "test": "xo && ava"
74   },
75   "version": "4.1.1"
76 }