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
| {
| "_args": [
| [
| "@nodelib/fs.scandir@2.1.5",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "@nodelib/fs.scandir@2.1.5",
| "_id": "@nodelib/fs.scandir@2.1.5",
| "_inBundle": false,
| "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
| "_location": "/@nodelib/fs.scandir",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@nodelib/fs.scandir@2.1.5",
| "name": "@nodelib/fs.scandir",
| "escapedName": "@nodelib%2ffs.scandir",
| "scope": "@nodelib",
| "rawSpec": "2.1.5",
| "saveSpec": null,
| "fetchSpec": "2.1.5"
| },
| "_requiredBy": [
| "/@nodelib/fs.walk"
| ],
| "_resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
| "_spec": "2.1.5",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "dependencies": {
| "@nodelib/fs.stat": "2.0.5",
| "run-parallel": "^1.1.9"
| },
| "description": "List files and directories inside the specified directory",
| "devDependencies": {
| "@nodelib/fs.macchiato": "1.0.4",
| "@types/run-parallel": "^1.1.0"
| },
| "engines": {
| "node": ">= 8"
| },
| "files": [
| "out/**",
| "!out/**/*.map",
| "!out/**/*.spec.*"
| ],
| "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
| "keywords": [
| "NodeLib",
| "fs",
| "FileSystem",
| "file system",
| "scandir",
| "readdir",
| "dirent"
| ],
| "license": "MIT",
| "main": "out/index.js",
| "name": "@nodelib/fs.scandir",
| "repository": {
| "type": "git",
| "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
| },
| "scripts": {
| "build": "npm run clean && npm run compile && npm run lint && npm test",
| "clean": "rimraf {tsconfig.tsbuildinfo,out}",
| "compile": "tsc -b .",
| "compile:watch": "tsc -p . --watch --sourceMap",
| "lint": "eslint \"src/**/*.ts\" --cache",
| "test": "mocha \"out/**/*.spec.js\" -s 0",
| "watch": "npm run clean && npm run compile:watch"
| },
| "typings": "out/index.d.ts",
| "version": "2.1.5"
| }
|
|