blob: d67cb246f08cd1b8dad6a92a98e60ef03e3fa359 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "glob@~7.1.6",
3 "_id": "glob@7.1.6",
4 "_inBundle": false,
5 "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
6 "_location": "/glob",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "glob@~7.1.6",
12 "name": "glob",
13 "escapedName": "glob",
14 "rawSpec": "~7.1.6",
15 "saveSpec": null,
16 "fetchSpec": "~7.1.6"
17 },
18 "_requiredBy": [
19 "/exec-buffer/rimraf",
20 "/glob-stream",
21 "/globby",
22 "/globule",
23 "/grunt",
24 "/imagemin/globby",
25 "/rimraf"
26 ],
27 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
28 "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
29 "_spec": "glob@~7.1.6",
30 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me",
34 "url": "http://blog.izs.me/"
35 },
36 "bugs": {
37 "url": "https://github.com/isaacs/node-glob/issues"
38 },
39 "bundleDependencies": false,
40 "dependencies": {
41 "fs.realpath": "^1.0.0",
42 "inflight": "^1.0.4",
43 "inherits": "2",
44 "minimatch": "^3.0.4",
45 "once": "^1.3.0",
46 "path-is-absolute": "^1.0.0"
47 },
48 "deprecated": false,
49 "description": "a little globber",
50 "devDependencies": {
51 "mkdirp": "0",
52 "rimraf": "^2.2.8",
53 "tap": "^12.0.1",
54 "tick": "0.0.6"
55 },
56 "engines": {
57 "node": "*"
58 },
59 "files": [
60 "glob.js",
61 "sync.js",
62 "common.js"
63 ],
64 "funding": {
65 "url": "https://github.com/sponsors/isaacs"
66 },
67 "homepage": "https://github.com/isaacs/node-glob#readme",
68 "license": "ISC",
69 "main": "glob.js",
70 "name": "glob",
71 "repository": {
72 "type": "git",
73 "url": "git://github.com/isaacs/node-glob.git"
74 },
75 "scripts": {
76 "bench": "bash benchmark.sh",
77 "benchclean": "node benchclean.js",
78 "prepublish": "npm run benchclean",
79 "prof": "bash prof.sh && cat profile.txt",
80 "profclean": "rm -f v8.log profile.txt",
81 "test": "tap test/*.js --cov",
82 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
83 },
84 "version": "7.1.6"
85}