1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "picomatch@2.3.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "picomatch@2.3.0",
|
---|
10 | "_id": "picomatch@2.3.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
|
---|
13 | "_location": "/picomatch",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "picomatch@2.3.0",
|
---|
19 | "name": "picomatch",
|
---|
20 | "escapedName": "picomatch",
|
---|
21 | "rawSpec": "2.3.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.3.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/anymatch",
|
---|
27 | "/micromatch",
|
---|
28 | "/readdirp"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
|
---|
31 | "_spec": "2.3.0",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Jon Schlinkert",
|
---|
35 | "url": "https://github.com/jonschlinkert"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/micromatch/picomatch/issues"
|
---|
39 | },
|
---|
40 | "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
|
---|
41 | "devDependencies": {
|
---|
42 | "eslint": "^6.8.0",
|
---|
43 | "fill-range": "^7.0.1",
|
---|
44 | "gulp-format-md": "^2.0.0",
|
---|
45 | "mocha": "^6.2.2",
|
---|
46 | "nyc": "^15.0.0",
|
---|
47 | "time-require": "github:jonschlinkert/time-require"
|
---|
48 | },
|
---|
49 | "engines": {
|
---|
50 | "node": ">=8.6"
|
---|
51 | },
|
---|
52 | "files": [
|
---|
53 | "index.js",
|
---|
54 | "lib"
|
---|
55 | ],
|
---|
56 | "funding": "https://github.com/sponsors/jonschlinkert",
|
---|
57 | "homepage": "https://github.com/micromatch/picomatch",
|
---|
58 | "keywords": [
|
---|
59 | "glob",
|
---|
60 | "match",
|
---|
61 | "picomatch"
|
---|
62 | ],
|
---|
63 | "license": "MIT",
|
---|
64 | "main": "index.js",
|
---|
65 | "name": "picomatch",
|
---|
66 | "nyc": {
|
---|
67 | "reporter": [
|
---|
68 | "html",
|
---|
69 | "lcov",
|
---|
70 | "text-summary"
|
---|
71 | ]
|
---|
72 | },
|
---|
73 | "repository": {
|
---|
74 | "type": "git",
|
---|
75 | "url": "git+https://github.com/micromatch/picomatch.git"
|
---|
76 | },
|
---|
77 | "scripts": {
|
---|
78 | "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
|
---|
79 | "mocha": "mocha --reporter dot",
|
---|
80 | "test": "npm run lint && npm run mocha",
|
---|
81 | "test:ci": "npm run test:cover",
|
---|
82 | "test:cover": "nyc npm run mocha"
|
---|
83 | },
|
---|
84 | "verb": {
|
---|
85 | "toc": {
|
---|
86 | "render": true,
|
---|
87 | "method": "preWrite",
|
---|
88 | "maxdepth": 3
|
---|
89 | },
|
---|
90 | "layout": "empty",
|
---|
91 | "tasks": [
|
---|
92 | "readme"
|
---|
93 | ],
|
---|
94 | "plugins": [
|
---|
95 | "gulp-format-md"
|
---|
96 | ],
|
---|
97 | "lint": {
|
---|
98 | "reflinks": true
|
---|
99 | },
|
---|
100 | "related": {
|
---|
101 | "list": [
|
---|
102 | "braces",
|
---|
103 | "micromatch"
|
---|
104 | ]
|
---|
105 | },
|
---|
106 | "reflinks": [
|
---|
107 | "braces",
|
---|
108 | "expand-brackets",
|
---|
109 | "extglob",
|
---|
110 | "fill-range",
|
---|
111 | "micromatch",
|
---|
112 | "minimatch",
|
---|
113 | "nanomatch",
|
---|
114 | "picomatch"
|
---|
115 | ]
|
---|
116 | },
|
---|
117 | "version": "2.3.0"
|
---|
118 | }
|
---|