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

    rceaed42 r59329aa  
    11{
    2   "name": "jsonfile",
    3   "version": "4.0.0",
     2  "_args": [
     3    [
     4      "jsonfile@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "jsonfile@4.0.0",
     10  "_id": "jsonfile@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
     13  "_location": "/jsonfile",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "jsonfile@4.0.0",
     19    "name": "jsonfile",
     20    "escapedName": "jsonfile",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/fs-extra"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
     29  "_spec": "4.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "JP Richardson",
     33    "email": "jprichardson@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jprichardson/node-jsonfile/issues"
     37  },
     38  "dependencies": {
     39    "graceful-fs": "^4.1.6"
     40  },
    441  "description": "Easily read/write JSON files.",
    5   "repository": {
    6     "type": "git",
    7     "url": "git@github.com:jprichardson/node-jsonfile.git"
     42  "devDependencies": {
     43    "mocha": "2.x",
     44    "rimraf": "^2.4.0",
     45    "standard": "^10.0.3"
    846  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
    951  "keywords": [
    1052    "read",
     
    1557    "fs-extra"
    1658  ],
    17   "author": "JP Richardson <jprichardson@gmail.com>",
    1859  "license": "MIT",
    19   "dependencies": {},
     60  "main": "index.js",
     61  "name": "jsonfile",
    2062  "optionalDependencies": {
    2163    "graceful-fs": "^4.1.6"
    2264  },
    23   "devDependencies": {
    24     "mocha": "2.x",
    25     "rimraf": "^2.4.0",
    26     "standard": "^10.0.3"
     65  "repository": {
     66    "type": "git",
     67    "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
    2768  },
    28   "main": "index.js",
    29   "files": [
    30     "index.js"
    31   ],
    3269  "scripts": {
    3370    "lint": "standard",
    3471    "test": "npm run lint && npm run unit",
    3572    "unit": "mocha"
    36   }
     73  },
     74  "version": "4.0.0"
    3775}
Note: See TracChangeset for help on using the changeset viewer.