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

    rceaed42 r59329aa  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    3   "name": "ini",
     2  "_args": [
     3    [
     4      "ini@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ini@2.0.0",
     10  "_id": "ini@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==",
     13  "_location": "/ini",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ini@2.0.0",
     19    "name": "ini",
     20    "escapedName": "ini",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular/cli"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/isaacs/ini/issues"
     38  },
    439  "description": "An ini encoder/decoder for node",
    5   "version": "2.0.0",
    6   "repository": {
    7     "type": "git",
    8     "url": "git://github.com/isaacs/ini.git"
    9   },
    10   "main": "ini.js",
    11   "scripts": {
    12     "eslint": "eslint",
    13     "lint": "npm run eslint -- ini.js test/*.js",
    14     "lintfix": "npm run lint -- --fix",
    15     "test": "tap",
    16     "posttest": "npm run lint",
    17     "preversion": "npm test",
    18     "postversion": "npm publish",
    19     "prepublishOnly": "git push origin --follow-tags"
    20   },
    2140  "devDependencies": {
    2241    "eslint": "^7.9.0",
     
    2746    "tap": "14"
    2847  },
    29   "license": "ISC",
     48  "engines": {
     49    "node": ">=10"
     50  },
    3051  "files": [
    3152    "ini.js"
    3253  ],
    33   "engines": {
    34     "node": ">=10"
    35   }
     54  "homepage": "https://github.com/isaacs/ini#readme",
     55  "license": "ISC",
     56  "main": "ini.js",
     57  "name": "ini",
     58  "repository": {
     59    "type": "git",
     60    "url": "git://github.com/isaacs/ini.git"
     61  },
     62  "scripts": {
     63    "eslint": "eslint",
     64    "lint": "npm run eslint -- ini.js test/*.js",
     65    "lintfix": "npm run lint -- --fix",
     66    "posttest": "npm run lint",
     67    "postversion": "npm publish",
     68    "prepublishOnly": "git push origin --follow-tags",
     69    "preversion": "npm test",
     70    "test": "tap"
     71  },
     72  "version": "2.0.0"
    3673}
Note: See TracChangeset for help on using the changeset viewer.