1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "fs-monkey@1.0.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "fs-monkey@1.0.3",
|
---|
10 | "_id": "fs-monkey@1.0.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==",
|
---|
13 | "_location": "/fs-monkey",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "fs-monkey@1.0.3",
|
---|
19 | "name": "fs-monkey",
|
---|
20 | "escapedName": "fs-monkey",
|
---|
21 | "rawSpec": "1.0.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/memfs"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
|
---|
29 | "_spec": "1.0.3",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "bugs": {
|
---|
32 | "url": "https://github.com/streamich/fs-monkey/issues"
|
---|
33 | },
|
---|
34 | "dependencies": {},
|
---|
35 | "description": "Monkey patches for file system related things.",
|
---|
36 | "devDependencies": {
|
---|
37 | "@babel/cli": "^7.13.14",
|
---|
38 | "@babel/core": "^7.13.14",
|
---|
39 | "@babel/preset-env": "^7.13.12",
|
---|
40 | "@semantic-release/changelog": "5.0.1",
|
---|
41 | "@semantic-release/git": "9.0.0",
|
---|
42 | "@semantic-release/npm": "7.1.0",
|
---|
43 | "@types/jest": "26.0.22",
|
---|
44 | "@types/node": "8.10.66",
|
---|
45 | "babel-jest": "26.6.3",
|
---|
46 | "jest": "26.6.3",
|
---|
47 | "semantic-release": "17.4.2",
|
---|
48 | "source-map-support": "0.5.19"
|
---|
49 | },
|
---|
50 | "directories": {
|
---|
51 | "doc": "docs"
|
---|
52 | },
|
---|
53 | "files": [
|
---|
54 | "lib",
|
---|
55 | "!lib/__tests__",
|
---|
56 | "docs"
|
---|
57 | ],
|
---|
58 | "homepage": "https://github.com/streamich/fs-monkey#readme",
|
---|
59 | "jest": {
|
---|
60 | "collectCoverageFrom": [
|
---|
61 | "src/**/*.js"
|
---|
62 | ],
|
---|
63 | "transform": {
|
---|
64 | "^.+\\.jsx?$": "babel-jest"
|
---|
65 | },
|
---|
66 | "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
|
---|
67 | },
|
---|
68 | "keywords": [
|
---|
69 | "fs",
|
---|
70 | "file",
|
---|
71 | "file system",
|
---|
72 | "monkey",
|
---|
73 | "fsmonkey",
|
---|
74 | "monkeyfs",
|
---|
75 | "monkeypatch",
|
---|
76 | "patch"
|
---|
77 | ],
|
---|
78 | "license": "Unlicense",
|
---|
79 | "main": "lib/index.js",
|
---|
80 | "name": "fs-monkey",
|
---|
81 | "release": {
|
---|
82 | "verifyConditions": [
|
---|
83 | "@semantic-release/changelog",
|
---|
84 | "@semantic-release/npm",
|
---|
85 | "@semantic-release/git"
|
---|
86 | ],
|
---|
87 | "prepare": [
|
---|
88 | "@semantic-release/changelog",
|
---|
89 | "@semantic-release/npm",
|
---|
90 | "@semantic-release/git"
|
---|
91 | ]
|
---|
92 | },
|
---|
93 | "repository": {
|
---|
94 | "type": "git",
|
---|
95 | "url": "git+https://github.com/streamich/fs-monkey.git"
|
---|
96 | },
|
---|
97 | "scripts": {
|
---|
98 | "build": "babel src --out-dir lib",
|
---|
99 | "test": "jest"
|
---|
100 | },
|
---|
101 | "version": "1.0.3"
|
---|
102 | }
|
---|