1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "memfs@3.3.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "memfs@3.3.0",
|
---|
10 | "_id": "memfs@3.3.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg==",
|
---|
13 | "_location": "/memfs",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "memfs@3.3.0",
|
---|
19 | "name": "memfs",
|
---|
20 | "escapedName": "memfs",
|
---|
21 | "rawSpec": "3.3.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.3.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/webpack-dev-middleware"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.3.0.tgz",
|
---|
29 | "_spec": "3.3.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "bugs": {
|
---|
32 | "url": "https://github.com/streamich/memfs/issues"
|
---|
33 | },
|
---|
34 | "config": {
|
---|
35 | "commitizen": {
|
---|
36 | "path": "git-cz"
|
---|
37 | }
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "fs-monkey": "1.0.3"
|
---|
41 | },
|
---|
42 | "description": "In-memory file-system with Node's fs API.",
|
---|
43 | "devDependencies": {
|
---|
44 | "@semantic-release/changelog": "5.0.1",
|
---|
45 | "@semantic-release/git": "9.0.1",
|
---|
46 | "@semantic-release/npm": "8.0.0",
|
---|
47 | "@types/jest": "27.0.1",
|
---|
48 | "@types/node": "10.17.60",
|
---|
49 | "cpy-cli": "3.1.1",
|
---|
50 | "husky": "7.0.2",
|
---|
51 | "jest": "27.2.0",
|
---|
52 | "prettier": "2.4.1",
|
---|
53 | "pretty-quick": "3.1.1",
|
---|
54 | "rimraf": "3.0.2",
|
---|
55 | "semantic-release": "18.0.0",
|
---|
56 | "ts-jest": "27.0.5",
|
---|
57 | "ts-node": "10.2.1",
|
---|
58 | "tslint": "5.20.1",
|
---|
59 | "tslint-config-common": "1.6.0",
|
---|
60 | "typescript": "4.4.3"
|
---|
61 | },
|
---|
62 | "engines": {
|
---|
63 | "node": ">= 4.0.0"
|
---|
64 | },
|
---|
65 | "files": [
|
---|
66 | "lib"
|
---|
67 | ],
|
---|
68 | "homepage": "https://github.com/streamich/memfs#readme",
|
---|
69 | "jest": {
|
---|
70 | "moduleFileExtensions": [
|
---|
71 | "ts",
|
---|
72 | "tsx",
|
---|
73 | "js",
|
---|
74 | "jsx"
|
---|
75 | ],
|
---|
76 | "testEnvironment": "node",
|
---|
77 | "transform": {
|
---|
78 | "^.+\\.tsx?$": "ts-jest"
|
---|
79 | },
|
---|
80 | "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
|
---|
81 | },
|
---|
82 | "keywords": [
|
---|
83 | "fs",
|
---|
84 | "filesystem",
|
---|
85 | "fs.js",
|
---|
86 | "memory-fs",
|
---|
87 | "memfs",
|
---|
88 | "file",
|
---|
89 | "file system",
|
---|
90 | "mount",
|
---|
91 | "memory",
|
---|
92 | "in-memory",
|
---|
93 | "virtual",
|
---|
94 | "test",
|
---|
95 | "testing",
|
---|
96 | "mock"
|
---|
97 | ],
|
---|
98 | "license": "Unlicense",
|
---|
99 | "main": "lib/index.js",
|
---|
100 | "name": "memfs",
|
---|
101 | "release": {
|
---|
102 | "verifyConditions": [
|
---|
103 | "@semantic-release/changelog",
|
---|
104 | "@semantic-release/npm",
|
---|
105 | "@semantic-release/git"
|
---|
106 | ],
|
---|
107 | "prepare": [
|
---|
108 | "@semantic-release/changelog",
|
---|
109 | "@semantic-release/npm",
|
---|
110 | "@semantic-release/git"
|
---|
111 | ]
|
---|
112 | },
|
---|
113 | "repository": {
|
---|
114 | "type": "git",
|
---|
115 | "url": "git+https://github.com/streamich/memfs.git"
|
---|
116 | },
|
---|
117 | "scripts": {
|
---|
118 | "build": "tsc -p . && cpy src/*.js lib",
|
---|
119 | "clean": "rimraf lib types",
|
---|
120 | "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
|
---|
121 | "prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
|
---|
122 | "test": "jest --maxWorkers 2",
|
---|
123 | "test:coverage": "jest --coverage",
|
---|
124 | "test:watch": "jest --watch",
|
---|
125 | "tslint": "tslint \"src/**/*.ts\" -t verbose",
|
---|
126 | "watch": "watch \"npm run build\" ./src"
|
---|
127 | },
|
---|
128 | "types": "lib/index.d.ts",
|
---|
129 | "version": "3.3.0"
|
---|
130 | }
|
---|