保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
121
122
123
124
125
126
{
  "_from": "memfs@^3.2.2",
  "_id": "memfs@3.4.3",
  "_inBundle": false,
  "_integrity": "sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==",
  "_location": "/memfs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "memfs@^3.2.2",
    "name": "memfs",
    "escapedName": "memfs",
    "rawSpec": "^3.2.2",
    "saveSpec": null,
    "fetchSpec": "^3.2.2"
  },
  "_requiredBy": [
    "/fork-ts-checker-webpack-plugin",
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.3.tgz",
  "_shasum": "fc08ac32363b6ea6c95381cabb4d67838180d4e1",
  "_spec": "memfs@^3.2.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack-dev-middleware",
  "bugs": {
    "url": "https://github.com/streamich/memfs/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "dependencies": {
    "fs-monkey": "1.0.3"
  },
  "deprecated": false,
  "description": "In-memory file-system with Node's fs API.",
  "devDependencies": {
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/npm": "9.0.1",
    "@types/jest": "27.5.0",
    "@types/node": "10.17.60",
    "husky": "7.0.4",
    "jest": "28.0.3",
    "prettier": "2.6.2",
    "pretty-quick": "3.1.3",
    "rimraf": "3.0.2",
    "semantic-release": "19.0.2",
    "ts-jest": "28.0.1",
    "ts-node": "10.7.0",
    "tslint": "5.20.1",
    "tslint-config-common": "1.6.0",
    "typescript": "4.6.4"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/streamich/memfs#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "testEnvironment": "node",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
  },
  "keywords": [
    "fs",
    "filesystem",
    "fs.js",
    "memory-fs",
    "memfs",
    "file",
    "file system",
    "mount",
    "memory",
    "in-memory",
    "virtual",
    "test",
    "testing",
    "mock"
  ],
  "license": "Unlicense",
  "main": "lib/index.js",
  "name": "memfs",
  "release": {
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamich/memfs.git"
  },
  "scripts": {
    "build": "tsc -p . && cp src/getBigInt.js lib/",
    "clean": "rimraf lib types",
    "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
    "prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
    "test": "jest --maxWorkers 2",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "tslint": "tslint \"src/**/*.ts\" -t verbose",
    "watch": "watch \"npm run build\" ./src"
  },
  "types": "lib/index.d.ts",
  "version": "3.4.3"
}