Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-tslint / node_modules / ignore / package.json
1 {
2   "_from": "ignore@^3.3.7",
3   "_id": "ignore@3.3.10",
4   "_inBundle": false,
5   "_integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
6   "_location": "/prettier-tslint/ignore",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ignore@^3.3.7",
12     "name": "ignore",
13     "escapedName": "ignore",
14     "rawSpec": "^3.3.7",
15     "saveSpec": null,
16     "fetchSpec": "^3.3.7"
17   },
18   "_requiredBy": [
19     "/prettier-tslint",
20     "/prettier-tslint/globby"
21   ],
22   "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
23   "_shasum": "0a97fb876986e8081c631160f8f9f389157f0043",
24   "_spec": "ignore@^3.3.7",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-tslint",
26   "author": {
27     "name": "kael"
28   },
29   "bugs": {
30     "url": "https://github.com/kaelzhang/node-ignore/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Ignore is a manager and filter for .gitignore rules.",
35   "devDependencies": {
36     "babel-cli": "^6.26.0",
37     "babel-preset-es2015": "^6.24.1",
38     "chai": "~1.7.2",
39     "codecov": "^3.0.2",
40     "istanbul": "^0.4.5",
41     "mkdirp": "^0.5.1",
42     "mocha": "~1.13.0",
43     "pre-suf": "^1.0.4",
44     "rimraf": "^2.6.2",
45     "spawn-sync": "^1.0.15",
46     "tmp": "0.0.33",
47     "typescript": "^2.9.2"
48   },
49   "files": [
50     "ignore.js",
51     "index.d.ts"
52   ],
53   "homepage": "https://github.com/kaelzhang/node-ignore#readme",
54   "keywords": [
55     "ignore",
56     ".gitignore",
57     "gitignore",
58     "npmignore",
59     "rules",
60     "manager",
61     "filter",
62     "regexp",
63     "regex",
64     "fnmatch",
65     "glob",
66     "asterisks",
67     "regular-expression"
68   ],
69   "license": "MIT",
70   "main": "./ignore.js",
71   "name": "ignore",
72   "repository": {
73     "type": "git",
74     "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
75   },
76   "scripts": {
77     "build": "babel -o ignore.js index.js",
78     "cov-report": "istanbul report",
79     "prepublish": "npm run build",
80     "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
81     "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
82     "tsc": "tsc ./test/ts/simple.ts"
83   },
84   "version": "3.3.10"
85 }