1 | {
|
---|
2 | "_from": "glob-parent@^6.0.0",
|
---|
3 | "_id": "glob-parent@6.0.2",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
---|
6 | "_location": "/glob-parent",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "glob-parent@^6.0.0",
|
---|
12 | "name": "glob-parent",
|
---|
13 | "escapedName": "glob-parent",
|
---|
14 | "rawSpec": "^6.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^6.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/copy-webpack-plugin"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
---|
22 | "_shasum": "6d237d99083950c79290f24c7642a3de9a28f9e3",
|
---|
23 | "_spec": "glob-parent@^6.0.0",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\copy-webpack-plugin",
|
---|
25 | "author": {
|
---|
26 | "name": "Gulp Team",
|
---|
27 | "email": "team@gulpjs.com",
|
---|
28 | "url": "https://gulpjs.com/"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/gulpjs/glob-parent/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "contributors": [
|
---|
35 | {
|
---|
36 | "name": "Elan Shanker",
|
---|
37 | "url": "https://github.com/es128"
|
---|
38 | },
|
---|
39 | {
|
---|
40 | "name": "Blaine Bublitz",
|
---|
41 | "email": "blaine.bublitz@gmail.com"
|
---|
42 | }
|
---|
43 | ],
|
---|
44 | "dependencies": {
|
---|
45 | "is-glob": "^4.0.3"
|
---|
46 | },
|
---|
47 | "deprecated": false,
|
---|
48 | "description": "Extract the non-magic parent path from a glob string.",
|
---|
49 | "devDependencies": {
|
---|
50 | "eslint": "^7.0.0",
|
---|
51 | "eslint-config-gulp": "^5.0.0",
|
---|
52 | "expect": "^26.0.1",
|
---|
53 | "mocha": "^7.1.2",
|
---|
54 | "nyc": "^15.0.1"
|
---|
55 | },
|
---|
56 | "engines": {
|
---|
57 | "node": ">=10.13.0"
|
---|
58 | },
|
---|
59 | "files": [
|
---|
60 | "LICENSE",
|
---|
61 | "index.js"
|
---|
62 | ],
|
---|
63 | "homepage": "https://github.com/gulpjs/glob-parent#readme",
|
---|
64 | "keywords": [
|
---|
65 | "glob",
|
---|
66 | "parent",
|
---|
67 | "strip",
|
---|
68 | "path",
|
---|
69 | "dirname",
|
---|
70 | "directory",
|
---|
71 | "base",
|
---|
72 | "wildcard"
|
---|
73 | ],
|
---|
74 | "license": "ISC",
|
---|
75 | "main": "index.js",
|
---|
76 | "name": "glob-parent",
|
---|
77 | "nyc": {
|
---|
78 | "reporter": [
|
---|
79 | "lcov",
|
---|
80 | "text-summary"
|
---|
81 | ]
|
---|
82 | },
|
---|
83 | "prettier": {
|
---|
84 | "singleQuote": true
|
---|
85 | },
|
---|
86 | "repository": {
|
---|
87 | "type": "git",
|
---|
88 | "url": "git+https://github.com/gulpjs/glob-parent.git"
|
---|
89 | },
|
---|
90 | "scripts": {
|
---|
91 | "lint": "eslint .",
|
---|
92 | "pretest": "npm run lint",
|
---|
93 | "test": "nyc mocha --async-only"
|
---|
94 | },
|
---|
95 | "version": "6.0.2"
|
---|
96 | }
|
---|