保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "@nodelib/fs.walk@1.2.8",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "@nodelib/fs.walk@1.2.8",
  "_id": "@nodelib/fs.walk@1.2.8",
  "_inBundle": false,
  "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  "_location": "/@nodelib/fs.walk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nodelib/fs.walk@1.2.8",
    "name": "@nodelib/fs.walk",
    "escapedName": "@nodelib%2ffs.walk",
    "scope": "@nodelib",
    "rawSpec": "1.2.8",
    "saveSpec": null,
    "fetchSpec": "1.2.8"
  },
  "_requiredBy": [
    "/fast-glob"
  ],
  "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  "_spec": "1.2.8",
  "_where": "/Users/tomas/PAM/PAMapp",
  "dependencies": {
    "@nodelib/fs.scandir": "2.1.5",
    "fastq": "^1.6.0"
  },
  "description": "A library for efficiently walking a directory recursively",
  "devDependencies": {
    "@nodelib/fs.macchiato": "1.0.4"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "out/**",
    "!out/**/*.map",
    "!out/**/*.spec.*",
    "!out/**/tests/**"
  ],
  "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
  "keywords": [
    "NodeLib",
    "fs",
    "FileSystem",
    "file system",
    "walk",
    "scanner",
    "crawler"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "name": "@nodelib/fs.walk",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  },
  "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": "1.2.8"
}