aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fast-glob/package.json
blob: 97f872ff243b8cf8646c0b1a2dc4d4ab4c25398e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      "fast-glob@2.2.6",
      "/home/dstaesse/git/website"
    ]
  ],
  "_development": true,
  "_from": "fast-glob@2.2.6",
  "_id": "fast-glob@2.2.6",
  "_inBundle": false,
  "_integrity": "sha512-0BvMaZc1k9F+MeWWMe8pL6YltFzZYcJsYU7D4JyDA6PAczaXvxqQQ/z+mDF7/4Mw01DeUc+i3CTKajnkANkV4w==",
  "_location": "/fast-glob",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-glob@2.2.6",
    "name": "fast-glob",
    "escapedName": "fast-glob",
    "rawSpec": "2.2.6",
    "saveSpec": null,
    "fetchSpec": "2.2.6"
  },
  "_requiredBy": [
    "/globby"
  ],
  "_resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.6.tgz",
  "_spec": "2.2.6",
  "_where": "/home/dstaesse/git/website",
  "author": {
    "name": "Denis Malinochkin",
    "url": "canonium.com"
  },
  "bugs": {
    "url": "https://github.com/mrmlnc/fast-glob/issues"
  },
  "dependencies": {
    "@mrmlnc/readdir-enhanced": "^2.2.1",
    "@nodelib/fs.stat": "^1.1.2",
    "glob-parent": "^3.1.0",
    "is-glob": "^4.0.0",
    "merge2": "^1.2.3",
    "micromatch": "^3.1.10"
  },
  "description": "Is a faster `node-glob` alternative",
  "devDependencies": {
    "@types/bash-glob": "^2.0.0",
    "@types/compute-stdev": "^1.0.0",
    "@types/easy-table": "^0.0.32",
    "@types/execa": "^0.9.0",
    "@types/glob": "^7.1.1",
    "@types/glob-parent": "^3.1.0",
    "@types/glob-stream": "^6.1.0",
    "@types/globby": "^8.0.0",
    "@types/is-glob": "^4.0.0",
    "@types/merge2": "^1.1.4",
    "@types/micromatch": "^3.1.0",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "@types/rimraf": "^2.0.2",
    "bash-glob": "^2.0.0",
    "compute-stdev": "^1.0.0",
    "easy-table": "^1.1.1",
    "execa": "^0.9.0",
    "fast-glob": "^2.2.0",
    "glob": "^7.1.2",
    "glob-stream": "^6.1.0",
    "globby": "^8.0.1",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "tiny-glob": "^0.2.3",
    "tslint": "^5.11.0",
    "tslint-config-mrmlnc": "^1.0.0",
    "typescript": "^3.1.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/mrmlnc/fast-glob#readme",
  "keywords": [
    "glob",
    "patterns",
    "fast",
    "implementation"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fast-glob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrmlnc/fast-glob.git"
  },
  "scripts": {
    "bench": "npm run build && npm run bench-async && npm run bench-sync",
    "bench-async": "npm run bench-async-1 && npm run bench-async-5 && npm run bench-async-10 && npm run bench-async-50 && npm run bench-async-100",
    "bench-async-1": "node ./out/benchmark --depth 1",
    "bench-async-10": "node ./out/benchmark --depth 10",
    "bench-async-100": "node ./out/benchmark --depth 100",
    "bench-async-5": "node ./out/benchmark --depth 5",
    "bench-async-50": "node ./out/benchmark --depth 50",
    "bench-sync": "npm run bench-sync-1 && npm run bench-sync-5 && npm run bench-sync-10 && npm run bench-sync-50 && npm run bench-sync-100",
    "bench-sync-1": "node ./out/benchmark --depth 1 --type sync",
    "bench-sync-10": "node ./out/benchmark --depth 10 --type sync",
    "bench-sync-100": "node ./out/benchmark --depth 100 --type sync",
    "bench-sync-5": "node ./out/benchmark --depth 5 --type sync",
    "bench-sync-50": "node ./out/benchmark --depth 50 --type sync",
    "build": "npm run clean && npm run lint && npm run compile && npm test",
    "clean": "rimraf out",
    "compile": "tsc",
    "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
    "smoke": "mocha \"out/**/*.smoke.js\" -s 0",
    "test": "mocha \"out/**/*.spec.js\" -s 0",
    "watch": "npm run clean && npm run lint & npm run compile -- --sourceMap --watch"
  },
  "typings": "index.d.ts",
  "version": "2.2.6"
}