source: imaps-frontend/node_modules/picomatch/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_from": "picomatch@^2.3.1",
3 "_id": "picomatch@2.3.1",
4 "_inBundle": false,
5 "_integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
6 "_location": "/picomatch",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "picomatch@^2.3.1",
12 "name": "picomatch",
13 "escapedName": "picomatch",
14 "rawSpec": "^2.3.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.3.1"
17 },
18 "_requiredBy": [
19 "/micromatch"
20 ],
21 "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
22 "_shasum": "3ba3833733646d9d3e4995946c1365a67fb07a42",
23 "_spec": "picomatch@^2.3.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/micromatch",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/micromatch/picomatch/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "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.",
35 "devDependencies": {
36 "eslint": "^6.8.0",
37 "fill-range": "^7.0.1",
38 "gulp-format-md": "^2.0.0",
39 "mocha": "^6.2.2",
40 "nyc": "^15.0.0",
41 "time-require": "github:jonschlinkert/time-require"
42 },
43 "engines": {
44 "node": ">=8.6"
45 },
46 "files": [
47 "index.js",
48 "lib"
49 ],
50 "funding": "https://github.com/sponsors/jonschlinkert",
51 "homepage": "https://github.com/micromatch/picomatch",
52 "keywords": [
53 "glob",
54 "match",
55 "picomatch"
56 ],
57 "license": "MIT",
58 "main": "index.js",
59 "name": "picomatch",
60 "nyc": {
61 "reporter": [
62 "html",
63 "lcov",
64 "text-summary"
65 ]
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/micromatch/picomatch.git"
70 },
71 "scripts": {
72 "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
73 "mocha": "mocha --reporter dot",
74 "test": "npm run lint && npm run mocha",
75 "test:ci": "npm run test:cover",
76 "test:cover": "nyc npm run mocha"
77 },
78 "verb": {
79 "toc": {
80 "render": true,
81 "method": "preWrite",
82 "maxdepth": 3
83 },
84 "layout": "empty",
85 "tasks": [
86 "readme"
87 ],
88 "plugins": [
89 "gulp-format-md"
90 ],
91 "lint": {
92 "reflinks": true
93 },
94 "related": {
95 "list": [
96 "braces",
97 "micromatch"
98 ]
99 },
100 "reflinks": [
101 "braces",
102 "expand-brackets",
103 "extglob",
104 "fill-range",
105 "micromatch",
106 "minimatch",
107 "nanomatch",
108 "picomatch"
109 ]
110 },
111 "version": "2.3.1"
112}
Note: See TracBrowser for help on using the repository browser.