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

    rceaed42 r59329aa  
    11{
    2   "name": "normalize-path",
    3   "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
    4   "version": "3.0.0",
    5   "homepage": "https://github.com/jonschlinkert/normalize-path",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Blaine Bublitz (https://twitter.com/BlaineBublitz)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "normalize-path@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/normalize-path",
     8  "_development": true,
     9  "_from": "normalize-path@3.0.0",
     10  "_id": "normalize-path@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
     13  "_location": "/normalize-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "normalize-path@3.0.0",
     19    "name": "normalize-path",
     20    "escapedName": "normalize-path",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/anymatch",
     27    "/chokidar",
     28    "/copy-webpack-plugin",
     29    "/stylus-loader",
     30    "/webpack-dev-server/chokidar"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
     33  "_spec": "3.0.0",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Jon Schlinkert",
     37    "url": "https://github.com/jonschlinkert"
     38  },
    1239  "bugs": {
    1340    "url": "https://github.com/jonschlinkert/normalize-path/issues"
    1441  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     42  "contributors": [
     43    {
     44      "name": "Blaine Bublitz",
     45      "url": "https://twitter.com/BlaineBublitz"
     46    },
     47    {
     48      "name": "Jon Schlinkert",
     49      "url": "http://twitter.com/jonschlinkert"
     50    }
    1851  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
     52  "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
    2653  "devDependencies": {
    2754    "gulp-format-md": "^1.0.0",
     
    2956    "mocha": "^3.5.3"
    3057  },
     58  "engines": {
     59    "node": ">=0.10.0"
     60  },
     61  "files": [
     62    "index.js"
     63  ],
     64  "homepage": "https://github.com/jonschlinkert/normalize-path",
    3165  "keywords": [
    3266    "absolute",
     
    5084    "urix"
    5185  ],
     86  "license": "MIT",
     87  "main": "index.js",
     88  "name": "normalize-path",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/jonschlinkert/normalize-path.git"
     92  },
     93  "scripts": {
     94    "test": "mocha"
     95  },
    5296  "verb": {
    5397    "toc": false,
     
    74118      "reflinks": true
    75119    }
    76   }
     120  },
     121  "version": "3.0.0"
    77122}
Note: See TracChangeset for help on using the changeset viewer.