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/graceful-fs/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "graceful-fs",
     2  "_args": [
     3    [
     4      "graceful-fs@4.2.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "graceful-fs@4.2.8",
     10  "_id": "graceful-fs@4.2.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
     13  "_location": "/graceful-fs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "graceful-fs@4.2.8",
     19    "name": "graceful-fs",
     20    "escapedName": "graceful-fs",
     21    "rawSpec": "4.2.8",
     22    "saveSpec": null,
     23    "fetchSpec": "4.2.8"
     24  },
     25  "_requiredBy": [
     26    "/enhanced-resolve",
     27    "/fs-extra",
     28    "/jsonfile",
     29    "/karma",
     30    "/less",
     31    "/node-gyp",
     32    "/watchpack",
     33    "/webpack",
     34    "/webpack-dev-server/readdirp"
     35  ],
     36  "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
     37  "_spec": "4.2.8",
     38  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     39  "bugs": {
     40    "url": "https://github.com/isaacs/node-graceful-fs/issues"
     41  },
    342  "description": "A drop-in replacement for fs, making various improvements.",
    4   "version": "4.2.8",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/isaacs/node-graceful-fs"
     43  "devDependencies": {
     44    "import-fresh": "^2.0.0",
     45    "mkdirp": "^0.5.0",
     46    "rimraf": "^2.2.8",
     47    "tap": "^12.7.0"
    848  },
    9   "main": "graceful-fs.js",
    1049  "directories": {
    1150    "test": "test"
    1251  },
    13   "scripts": {
    14     "preversion": "npm test",
    15     "postversion": "npm publish",
    16     "postpublish": "git push origin --follow-tags",
    17     "test": "nyc --silent node test.js | tap -c -",
    18     "posttest": "nyc report"
    19   },
     52  "files": [
     53    "fs.js",
     54    "graceful-fs.js",
     55    "legacy-streams.js",
     56    "polyfills.js",
     57    "clone.js"
     58  ],
     59  "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
    2060  "keywords": [
    2161    "fs",
     
    3575  ],
    3676  "license": "ISC",
    37   "devDependencies": {
    38     "import-fresh": "^2.0.0",
    39     "mkdirp": "^0.5.0",
    40     "rimraf": "^2.2.8",
    41     "tap": "^12.7.0"
     77  "main": "graceful-fs.js",
     78  "name": "graceful-fs",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/isaacs/node-graceful-fs.git"
    4282  },
    43   "files": [
    44     "fs.js",
    45     "graceful-fs.js",
    46     "legacy-streams.js",
    47     "polyfills.js",
    48     "clone.js"
    49   ]
     83  "scripts": {
     84    "postpublish": "git push origin --follow-tags",
     85    "posttest": "nyc report",
     86    "postversion": "npm publish",
     87    "preversion": "npm test",
     88    "test": "nyc --silent node test.js | tap -c -"
     89  },
     90  "version": "4.2.8"
    5091}
Note: See TracChangeset for help on using the changeset viewer.