Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fs.realpath / package.json
1 {
2   "_from": "fs.realpath@^1.0.0",
3   "_id": "fs.realpath@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
6   "_location": "/fs.realpath",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "fs.realpath@^1.0.0",
12     "name": "fs.realpath",
13     "escapedName": "fs.realpath",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/glob"
20   ],
21   "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
22   "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
23   "_spec": "fs.realpath@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/glob",
25   "author": {
26     "name": "Isaac Z. Schlueter",
27     "email": "i@izs.me",
28     "url": "http://blog.izs.me/"
29   },
30   "bugs": {
31     "url": "https://github.com/isaacs/fs.realpath/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {},
35   "deprecated": false,
36   "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
37   "devDependencies": {},
38   "files": [
39     "old.js",
40     "index.js"
41   ],
42   "homepage": "https://github.com/isaacs/fs.realpath#readme",
43   "keywords": [
44     "realpath",
45     "fs",
46     "polyfill"
47   ],
48   "license": "ISC",
49   "main": "index.js",
50   "name": "fs.realpath",
51   "repository": {
52     "type": "git",
53     "url": "git+https://github.com/isaacs/fs.realpath.git"
54   },
55   "scripts": {
56     "test": "tap test/*.js --cov"
57   },
58   "version": "1.0.0"
59 }