Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unherit / package.json
1 {
2   "_from": "unherit@^1.0.4",
3   "_id": "unherit@1.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
6   "_location": "/unherit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unherit@^1.0.4",
12     "name": "unherit",
13     "escapedName": "unherit",
14     "rawSpec": "^1.0.4",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.4"
17   },
18   "_requiredBy": [
19     "/remark-parse",
20     "/remark-stringify"
21   ],
22   "_resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
23   "_shasum": "6c9b503f2b41b262330c80e91c8614abdaa69c22",
24   "_spec": "unherit@^1.0.4",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-parse",
26   "author": {
27     "name": "Titus Wormer",
28     "email": "tituswormer@gmail.com",
29     "url": "https://wooorm.com"
30   },
31   "bugs": {
32     "url": "https://github.com/wooorm/unherit/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Titus Wormer",
38       "email": "tituswormer@gmail.com",
39       "url": "https://wooorm.com"
40     }
41   ],
42   "dependencies": {
43     "inherits": "^2.0.0",
44     "xtend": "^4.0.0"
45   },
46   "deprecated": false,
47   "description": "Clone a constructor without affecting the super-class",
48   "devDependencies": {
49     "browserify": "^16.0.0",
50     "nyc": "^15.0.0",
51     "prettier": "^1.0.0",
52     "remark-cli": "^7.0.0",
53     "remark-preset-wooorm": "^6.0.0",
54     "tape": "^4.0.0",
55     "tinyify": "^2.0.0",
56     "xo": "^0.25.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "funding": {
62     "type": "github",
63     "url": "https://github.com/sponsors/wooorm"
64   },
65   "homepage": "https://github.com/wooorm/unherit#readme",
66   "keywords": [
67     "clone",
68     "super",
69     "class",
70     "constructor"
71   ],
72   "license": "MIT",
73   "name": "unherit",
74   "prettier": {
75     "tabWidth": 2,
76     "useTabs": false,
77     "singleQuote": true,
78     "bracketSpacing": false,
79     "semi": false,
80     "trailingComma": "none"
81   },
82   "remarkConfig": {
83     "plugins": [
84       "preset-wooorm"
85     ]
86   },
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/wooorm/unherit.git"
90   },
91   "scripts": {
92     "build": "npm run build-bundle && npm run build-mangle",
93     "build-bundle": "browserify . -s unherit -o unherit.js",
94     "build-mangle": "browserify . -s unherit -p tinyify -o unherit.min.js",
95     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
96     "test": "npm run format && npm run build && npm run test-coverage",
97     "test-api": "node test",
98     "test-coverage": "nyc --reporter lcov tape test.js"
99   },
100   "version": "1.1.3",
101   "xo": {
102     "prettier": true,
103     "esnext": false,
104     "rules": {
105       "unicorn/prefer-reflect-apply": "off",
106       "guard-for-in": "off"
107     },
108     "ignores": [
109       "unherit.js"
110     ]
111   }
112 }