1 | {
|
2 | "name": "@nodelib/fs.scandir",
|
3 | "version": "2.1.5",
|
4 | "description": "List files and directories inside the specified directory",
|
5 | "license": "MIT",
|
6 | "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
|
7 | "keywords": [
|
8 | "NodeLib",
|
9 | "fs",
|
10 | "FileSystem",
|
11 | "file system",
|
12 | "scandir",
|
13 | "readdir",
|
14 | "dirent"
|
15 | ],
|
16 | "engines": {
|
17 | "node": ">= 8"
|
18 | },
|
19 | "files": [
|
20 | "out/**",
|
21 | "!out/**/*.map",
|
22 | "!out/**/*.spec.*"
|
23 | ],
|
24 | "main": "out/index.js",
|
25 | "typings": "out/index.d.ts",
|
26 | "scripts": {
|
27 | "clean": "rimraf {tsconfig.tsbuildinfo,out}",
|
28 | "lint": "eslint \"src/**/*.ts\" --cache",
|
29 | "compile": "tsc -b .",
|
30 | "compile:watch": "tsc -p . --watch --sourceMap",
|
31 | "test": "mocha \"out/**/*.spec.js\" -s 0",
|
32 | "build": "npm run clean && npm run compile && npm run lint && npm test",
|
33 | "watch": "npm run clean && npm run compile:watch"
|
34 | },
|
35 | "dependencies": {
|
36 | "@nodelib/fs.stat": "2.0.5",
|
37 | "run-parallel": "^1.1.9"
|
38 | },
|
39 | "devDependencies": {
|
40 | "@nodelib/fs.macchiato": "1.0.4",
|
41 | "@types/run-parallel": "^1.1.0"
|
42 | },
|
43 | "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
|
44 | }
|