Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-core-module / package.json
1 {
2   "_from": "is-core-module@^2.1.0",
3   "_id": "is-core-module@2.2.0",
4   "_inBundle": false,
5   "_integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==",
6   "_location": "/is-core-module",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-core-module@^2.1.0",
12     "name": "is-core-module",
13     "escapedName": "is-core-module",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/resolve"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz",
22   "_shasum": "97037ef3d52224d85163f5597b2b63d9afed981a",
23   "_spec": "is-core-module@^2.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/resolve",
25   "author": {
26     "name": "Jordan Harband",
27     "email": "ljharb@gmail.com"
28   },
29   "auto-changelog": {
30     "output": "CHANGELOG.md",
31     "template": "keepachangelog",
32     "unreleased": false,
33     "commitLimit": false,
34     "backfillLimit": false,
35     "hideCredit": true
36   },
37   "bugs": {
38     "url": "https://github.com/inspect-js/is-core-module/issues"
39   },
40   "bundleDependencies": false,
41   "dependencies": {
42     "has": "^1.0.3"
43   },
44   "deprecated": false,
45   "description": "Is this specifier a node.js core module?",
46   "devDependencies": {
47     "@ljharb/eslint-config": "^17.3.0",
48     "aud": "^1.1.3",
49     "auto-changelog": "^2.2.1",
50     "eslint": "^7.14.0",
51     "nyc": "^10.3.2",
52     "safe-publish-latest": "^1.1.4",
53     "tape": "^5.0.1"
54   },
55   "exports": {
56     ".": [
57       {
58         "default": "./index.js"
59       },
60       "./index.js"
61     ],
62     "./package.json": "./package.json"
63   },
64   "funding": {
65     "url": "https://github.com/sponsors/ljharb"
66   },
67   "homepage": "https://github.com/inspect-js/is-core-module",
68   "keywords": [
69     "core",
70     "modules",
71     "module",
72     "npm",
73     "node",
74     "dependencies"
75   ],
76   "license": "MIT",
77   "main": "index.js",
78   "name": "is-core-module",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/inspect-js/is-core-module.git"
82   },
83   "scripts": {
84     "lint": "eslint .",
85     "posttest": "aud --production",
86     "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
87     "prepublish": "safe-publish-latest",
88     "pretest": "npm run lint",
89     "test": "nyc npm run tests-only",
90     "tests-only": "tape 'test/**/*.js'",
91     "version": "auto-changelog && git add CHANGELOG.md"
92   },
93   "version": "2.2.0"
94 }