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

    rceaed42 r59329aa  
    11{
    2         "name": "indent-string",
    3         "version": "4.0.0",
    4         "description": "Indent each line in a string",
    5         "license": "MIT",
    6         "repository": "sindresorhus/indent-string",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "indent",
    24                 "string",
    25                 "pad",
    26                 "align",
    27                 "line",
    28                 "text",
    29                 "each",
    30                 "every"
    31         ],
    32         "devDependencies": {
    33                 "ava": "^1.4.1",
    34                 "tsd": "^0.7.2",
    35                 "xo": "^0.24.0"
    36         }
     2  "_args": [
     3    [
     4      "indent-string@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "indent-string@4.0.0",
     10  "_id": "indent-string@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
     13  "_location": "/indent-string",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "indent-string@4.0.0",
     19    "name": "indent-string",
     20    "escapedName": "indent-string",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/aggregate-error"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
     29  "_spec": "4.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/indent-string/issues"
     38  },
     39  "description": "Indent each line in a string",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "tsd": "^0.7.2",
     43    "xo": "^0.24.0"
     44  },
     45  "engines": {
     46    "node": ">=8"
     47  },
     48  "files": [
     49    "index.js",
     50    "index.d.ts"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/indent-string#readme",
     53  "keywords": [
     54    "indent",
     55    "string",
     56    "pad",
     57    "align",
     58    "line",
     59    "text",
     60    "each",
     61    "every"
     62  ],
     63  "license": "MIT",
     64  "name": "indent-string",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/indent-string.git"
     68  },
     69  "scripts": {
     70    "test": "xo && ava && tsd"
     71  },
     72  "version": "4.0.0"
    3773}
Note: See TracChangeset for help on using the changeset viewer.