Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-path-inside / package.json
1 {
2   "_from": "is-path-inside@^1.0.0",
3   "_id": "is-path-inside@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
6   "_location": "/is-path-inside",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-path-inside@^1.0.0",
12     "name": "is-path-inside",
13     "escapedName": "is-path-inside",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/is-installed-globally"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
22   "_shasum": "8ef5b7de50437a3fdca6b4e865ef7aa55cb48036",
23   "_spec": "is-path-inside@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/is-installed-globally",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/is-path-inside/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "path-is-inside": "^1.0.1"
36   },
37   "deprecated": false,
38   "description": "Check if a path is inside another path",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=0.10.0"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
50   "keywords": [
51     "path",
52     "inside",
53     "folder",
54     "directory",
55     "dir",
56     "file",
57     "resolve"
58   ],
59   "license": "MIT",
60   "name": "is-path-inside",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/sindresorhus/is-path-inside.git"
64   },
65   "scripts": {
66     "test": "xo && ava"
67   },
68   "version": "1.0.1"
69 }