Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / mimic-fn / package.json
1 {
2   "_from": "mimic-fn@^2.1.0",
3   "_id": "mimic-fn@2.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
6   "_location": "/mimic-fn",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "mimic-fn@^2.1.0",
12     "name": "mimic-fn",
13     "escapedName": "mimic-fn",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/mem",
20     "/onetime"
21   ],
22   "_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
23   "_shasum": "7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b",
24   "_spec": "mimic-fn@^2.1.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/onetime",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/mimic-fn/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Make a function mimic another one",
37   "devDependencies": {
38     "ava": "^1.4.1",
39     "tsd": "^0.7.1",
40     "xo": "^0.24.0"
41   },
42   "engines": {
43     "node": ">=6"
44   },
45   "files": [
46     "index.js",
47     "index.d.ts"
48   ],
49   "homepage": "https://github.com/sindresorhus/mimic-fn#readme",
50   "keywords": [
51     "function",
52     "mimic",
53     "imitate",
54     "rename",
55     "copy",
56     "inherit",
57     "properties",
58     "name",
59     "func",
60     "fn",
61     "set",
62     "infer",
63     "change"
64   ],
65   "license": "MIT",
66   "name": "mimic-fn",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/sindresorhus/mimic-fn.git"
70   },
71   "scripts": {
72     "test": "xo && ava && tsd"
73   },
74   "version": "2.1.0"
75 }