Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / extend / package.json
1 {
2   "_from": "extend@^3.0.0",
3   "_id": "extend@3.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
6   "_location": "/extend",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "extend@^3.0.0",
12     "name": "extend",
13     "escapedName": "extend",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/unified"
20   ],
21   "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
22   "_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
23   "_spec": "extend@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unified",
25   "author": {
26     "name": "Stefan Thomas",
27     "email": "justmoon@members.fsf.org",
28     "url": "http://www.justmoon.net"
29   },
30   "bugs": {
31     "url": "https://github.com/justmoon/node-extend/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Jordan Harband",
37       "url": "https://github.com/ljharb"
38     }
39   ],
40   "dependencies": {},
41   "deprecated": false,
42   "description": "Port of jQuery.extend for node.js and the browser",
43   "devDependencies": {
44     "@ljharb/eslint-config": "^12.2.1",
45     "covert": "^1.1.0",
46     "eslint": "^4.19.1",
47     "jscs": "^3.0.7",
48     "tape": "^4.9.1"
49   },
50   "homepage": "https://github.com/justmoon/node-extend#readme",
51   "keywords": [
52     "extend",
53     "clone",
54     "merge"
55   ],
56   "license": "MIT",
57   "main": "index",
58   "name": "extend",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/justmoon/node-extend.git"
62   },
63   "scripts": {
64     "coverage": "covert test/index.js",
65     "coverage-quiet": "covert test/index.js --quiet",
66     "eslint": "eslint *.js */*.js",
67     "jscs": "jscs *.js */*.js",
68     "lint": "npm run jscs && npm run eslint",
69     "posttest": "npm run coverage-quiet",
70     "pretest": "npm run lint",
71     "test": "npm run tests-only",
72     "tests-only": "node test"
73   },
74   "version": "3.0.2"
75 }