Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/fs-monkey/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "fs-monkey",
    3   "version": "1.0.3",
    4   "description": "Monkey patches for file system related things.",
    5   "main": "lib/index.js",
    6   "license": "Unlicense",
    7   "keywords": [
    8     "fs",
    9     "file",
    10     "file system",
    11     "monkey",
    12     "fsmonkey",
    13     "monkeyfs",
    14     "monkeypatch",
    15     "patch"
     2  "_args": [
     3    [
     4      "fs-monkey@1.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    167  ],
    17   "files": [
    18     "lib",
    19     "!lib/__tests__",
    20     "docs"
     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"
    2127  ],
    22   "directories": {
    23     "doc": "docs"
    24   },
    25   "repository": {
    26     "type": "git",
    27     "url": "https://github.com/streamich/fs-monkey.git"
    28   },
    29   "scripts": {
    30     "build": "babel src --out-dir lib",
    31     "test": "jest"
     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"
    3233  },
    3334  "dependencies": {},
     35  "description": "Monkey patches for file system related things.",
    3436  "devDependencies": {
    3537    "@babel/cli": "^7.13.14",
     
    4648    "source-map-support": "0.5.19"
    4749  },
     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",
    4881  "release": {
    4982    "verifyConditions": [
     
    5891    ]
    5992  },
    60   "jest": {
    61     "collectCoverageFrom": [
    62       "src/**/*.js"
    63     ],
    64     "transform": {
    65       "^.+\\.jsx?$": "babel-jest"
    66     },
    67     "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
    68   }
     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"
    69102}
Note: See TracChangeset for help on using the changeset viewer.