Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / for-own / package.json
1 {
2   "_from": "for-own@^0.1.4",
3   "_id": "for-own@0.1.5",
4   "_inBundle": false,
5   "_integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
6   "_location": "/for-own",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "for-own@^0.1.4",
12     "name": "for-own",
13     "escapedName": "for-own",
14     "rawSpec": "^0.1.4",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.4"
17   },
18   "_requiredBy": [
19     "/object.omit"
20   ],
21   "_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
22   "_shasum": "5265c681a4f294dabbf17c9509b6763aa84510ce",
23   "_spec": "for-own@^0.1.4",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/object.omit",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/for-own/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Javier Cejudo",
36       "email": "javier@javiercejudo.com",
37       "url": "https://www.javiercejudo.com"
38     },
39     {
40       "name": "Jon Schlinkert",
41       "email": "jon.schlinkert@sellside.com",
42       "url": "http://twitter.com/jonschlinkert"
43     }
44   ],
45   "dependencies": {
46     "for-in": "^1.0.1"
47   },
48   "deprecated": false,
49   "description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.",
50   "devDependencies": {
51     "gulp-format-md": "^0.1.11",
52     "mocha": "^3.2.0"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "homepage": "https://github.com/jonschlinkert/for-own",
61   "keywords": [
62     "for",
63     "for-in",
64     "for-own",
65     "has",
66     "has-own",
67     "hasOwn",
68     "key",
69     "keys",
70     "object",
71     "own",
72     "value"
73   ],
74   "license": "MIT",
75   "main": "index.js",
76   "name": "for-own",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/jonschlinkert/for-own.git"
80   },
81   "scripts": {
82     "test": "mocha"
83   },
84   "verb": {
85     "run": true,
86     "toc": false,
87     "layout": "default",
88     "tasks": [
89       "readme"
90     ],
91     "plugins": [
92       "gulp-format-md"
93     ],
94     "related": {
95       "list": [
96         "arr-flatten",
97         "collection-map",
98         "for-in"
99       ]
100     },
101     "reflinks": [
102       "verb"
103     ],
104     "lint": {
105       "reflinks": true
106     }
107   },
108   "version": "0.1.5"
109 }