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