Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / object.omit / package.json
1 {
2   "_from": "object.omit@^2.0.0",
3   "_id": "object.omit@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
6   "_location": "/object.omit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "object.omit@^2.0.0",
12     "name": "object.omit",
13     "escapedName": "object.omit",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
22   "_shasum": "1a9c744829f39dbb858c76ca3579ae2a54ebd1fa",
23   "_spec": "object.omit@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/object.omit/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "for-own": "^0.1.4",
35     "is-extendable": "^0.1.1"
36   },
37   "deprecated": false,
38   "description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
39   "devDependencies": {
40     "gulp-format-md": "^0.1.11",
41     "mocha": "^3.1.2",
42     "should": "^11.1.1"
43   },
44   "engines": {
45     "node": ">=0.10.0"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/jonschlinkert/object.omit",
51   "keywords": [
52     "clear",
53     "delete",
54     "key",
55     "object",
56     "omit",
57     "property",
58     "remove",
59     "value"
60   ],
61   "license": "MIT",
62   "main": "index.js",
63   "name": "object.omit",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/jonschlinkert/object.omit.git"
67   },
68   "scripts": {
69     "test": "mocha"
70   },
71   "verb": {
72     "related": {
73       "list": [
74         "object.defaults",
75         "object.filter",
76         "object.pick",
77         "object.pluck",
78         "object.reduce"
79       ]
80     },
81     "toc": false,
82     "layout": "default",
83     "tasks": [
84       "readme"
85     ],
86     "plugins": [
87       "gulp-format-md"
88     ],
89     "lint": {
90       "reflinks": true
91     },
92     "reflinks": [
93       "verb",
94       "verb-generate-readme"
95     ]
96   },
97   "version": "2.0.1"
98 }