Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / normalize-package-data / package.json
1 {
2   "_from": "normalize-package-data@^2.3.4",
3   "_id": "normalize-package-data@2.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
6   "_location": "/normalize-package-data",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "normalize-package-data@^2.3.4",
12     "name": "normalize-package-data",
13     "escapedName": "normalize-package-data",
14     "rawSpec": "^2.3.4",
15     "saveSpec": null,
16     "fetchSpec": "^2.3.4"
17   },
18   "_requiredBy": [
19     "/meow",
20     "/read-pkg",
21     "/stylelint/meow",
22     "/stylelint/read-pkg"
23   ],
24   "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
25   "_shasum": "e66db1838b200c1dfc233225d12cb36520e234a8",
26   "_spec": "normalize-package-data@^2.3.4",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/meow",
28   "author": {
29     "name": "Meryn Stol",
30     "email": "merynstol@gmail.com"
31   },
32   "bugs": {
33     "url": "https://github.com/npm/normalize-package-data/issues"
34   },
35   "bundleDependencies": false,
36   "contributors": [
37     {
38       "name": "Isaac Z. Schlueter",
39       "email": "i@izs.me"
40     },
41     {
42       "name": "Meryn Stol",
43       "email": "merynstol@gmail.com"
44     },
45     {
46       "name": "Robert Kowalski",
47       "email": "rok@kowalski.gd"
48     }
49   ],
50   "dependencies": {
51     "hosted-git-info": "^2.1.4",
52     "resolve": "^1.10.0",
53     "semver": "2 || 3 || 4 || 5",
54     "validate-npm-package-license": "^3.0.1"
55   },
56   "deprecated": false,
57   "description": "Normalizes data that can be found in package.json files.",
58   "devDependencies": {
59     "async": "^2.6.1",
60     "tap": "^12.4.0",
61     "underscore": "^1.8.3"
62   },
63   "files": [
64     "lib/*.js",
65     "lib/*.json",
66     "AUTHORS"
67   ],
68   "homepage": "https://github.com/npm/normalize-package-data#readme",
69   "license": "BSD-2-Clause",
70   "main": "lib/normalize.js",
71   "name": "normalize-package-data",
72   "repository": {
73     "type": "git",
74     "url": "git://github.com/npm/normalize-package-data.git"
75   },
76   "scripts": {
77     "test": "tap test/*.js"
78   },
79   "version": "2.5.0"
80 }