Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / path-is-inside / package.json
1 {
2   "_from": "path-is-inside@^1.0.1",
3   "_id": "path-is-inside@1.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
6   "_location": "/path-is-inside",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "path-is-inside@^1.0.1",
12     "name": "path-is-inside",
13     "escapedName": "path-is-inside",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/is-path-inside"
20   ],
21   "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
22   "_shasum": "365417dede44430d1c11af61027facf074bdfc53",
23   "_spec": "path-is-inside@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/is-path-inside",
25   "author": {
26     "name": "Domenic Denicola",
27     "email": "d@domenic.me",
28     "url": "https://domenic.me"
29   },
30   "bugs": {
31     "url": "https://github.com/domenic/path-is-inside/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Tests whether one path is inside another path",
36   "devDependencies": {
37     "jshint": "~2.3.0",
38     "mocha": "~1.15.1"
39   },
40   "files": [
41     "lib"
42   ],
43   "homepage": "https://github.com/domenic/path-is-inside#readme",
44   "keywords": [
45     "path",
46     "directory",
47     "folder",
48     "inside",
49     "relative"
50   ],
51   "license": "(WTFPL OR MIT)",
52   "main": "lib/path-is-inside.js",
53   "name": "path-is-inside",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/domenic/path-is-inside.git"
57   },
58   "scripts": {
59     "lint": "jshint lib",
60     "test": "mocha"
61   },
62   "version": "1.0.2"
63 }