blob: 3af1825718f31a46a2c796c84e5e70e13c9b0098 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "glob-parent@^3.1.0",
3 "_id": "glob-parent@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
6 "_location": "/glob-parent",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "glob-parent@^3.1.0",
12 "name": "glob-parent",
13 "escapedName": "glob-parent",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "/fast-glob",
20 "/glob-stream"
21 ],
22 "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
23 "_shasum": "9e6af6299d8d3bd2bd40430832bd113df906c5ae",
24 "_spec": "glob-parent@^3.1.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\fast-glob",
26 "author": {
27 "name": "Elan Shanker",
28 "url": "https://github.com/es128"
29 },
30 "bugs": {
31 "url": "https://github.com/es128/glob-parent/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "is-glob": "^3.1.0",
36 "path-dirname": "^1.0.0"
37 },
38 "deprecated": false,
39 "description": "Strips glob magic from a string to provide the parent directory path",
40 "devDependencies": {
41 "coveralls": "^2.11.2",
42 "istanbul": "^0.3.5",
43 "mocha": "^2.1.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/es128/glob-parent",
49 "keywords": [
50 "glob",
51 "parent",
52 "strip",
53 "path",
54 "dirname",
55 "directory",
56 "base",
57 "wildcard"
58 ],
59 "license": "ISC",
60 "main": "index.js",
61 "name": "glob-parent",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/es128/glob-parent.git"
65 },
66 "scripts": {
67 "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
68 "test": "istanbul test node_modules/mocha/bin/_mocha"
69 },
70 "version": "3.1.0"
71}