Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fragment-cache / package.json
1 {
2   "_from": "fragment-cache@^0.2.1",
3   "_id": "fragment-cache@0.2.1",
4   "_inBundle": false,
5   "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
6   "_location": "/fragment-cache",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "fragment-cache@^0.2.1",
12     "name": "fragment-cache",
13     "escapedName": "fragment-cache",
14     "rawSpec": "^0.2.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.1"
17   },
18   "_requiredBy": [
19     "/fast-glob/extglob",
20     "/fast-glob/micromatch",
21     "/findup-sync/extglob",
22     "/findup-sync/micromatch",
23     "/nanomatch",
24     "/watchpack-chokidar2/extglob",
25     "/watchpack-chokidar2/micromatch",
26     "/webpack/extglob",
27     "/webpack/micromatch"
28   ],
29   "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
30   "_shasum": "4290fad27f13e89be7f33799c6bc5a0abfff0d19",
31   "_spec": "fragment-cache@^0.2.1",
32   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
33   "author": {
34     "name": "Jon Schlinkert",
35     "url": "https://github.com/jonschlinkert"
36   },
37   "bugs": {
38     "url": "https://github.com/jonschlinkert/fragment-cache/issues"
39   },
40   "bundleDependencies": false,
41   "dependencies": {
42     "map-cache": "^0.2.2"
43   },
44   "deprecated": false,
45   "description": "A cache for managing namespaced sub-caches",
46   "devDependencies": {
47     "gulp": "^3.9.1",
48     "gulp-eslint": "^3.0.1",
49     "gulp-format-md": "^0.1.11",
50     "gulp-istanbul": "^1.1.1",
51     "gulp-mocha": "^3.0.1",
52     "mocha": "^3.2.0"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "homepage": "https://github.com/jonschlinkert/fragment-cache",
61   "keywords": [
62     "cache",
63     "fragment"
64   ],
65   "license": "MIT",
66   "main": "index.js",
67   "name": "fragment-cache",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
71   },
72   "scripts": {
73     "test": "mocha"
74   },
75   "verb": {
76     "plugins": [
77       "gulp-format-md"
78     ],
79     "reflinks": [
80       "map-cache",
81       "verb"
82     ],
83     "related": {
84       "list": [
85         "base",
86         "map-cache"
87       ]
88     },
89     "layout": "default",
90     "toc": false,
91     "tasks": [
92       "readme"
93     ],
94     "lint": {
95       "reflinks": true
96     }
97   },
98   "version": "0.2.1"
99 }