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

    rceaed42 r59329aa  
    11{
    2   "name": "urix",
    3   "version": "0.1.0",
    4   "author": "Simon Lydell",
    5   "license": "MIT",
     2  "_args": [
     3    [
     4      "urix@0.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "urix@0.1.0",
     10  "_id": "urix@0.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
     13  "_location": "/urix",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "urix@0.1.0",
     19    "name": "urix",
     20    "escapedName": "urix",
     21    "rawSpec": "0.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.0"
     24  },
     25  "_requiredBy": [
     26    "/css-parse/css",
     27    "/css-parse/source-map-resolve",
     28    "/snapdragon/source-map-resolve"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
     31  "_spec": "0.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Simon Lydell"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/lydell/urix/issues"
     38  },
    639  "description": "Makes Windows-style paths more unix and URI friendly.",
    7   "main": "index.js",
    8   "repository": "lydell/urix",
     40  "devDependencies": {
     41    "jshint": "^2.4.4",
     42    "mocha": "^1.17.1"
     43  },
     44  "homepage": "https://github.com/lydell/urix#readme",
    945  "keywords": [
    1046    "path",
     
    1652    "slash"
    1753  ],
     54  "license": "MIT",
     55  "main": "index.js",
     56  "name": "urix",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/lydell/urix.git"
     60  },
    1861  "scripts": {
    1962    "test": "jshint index.js test/ && mocha"
    2063  },
    21   "devDependencies": {
    22     "mocha": "^1.17.1",
    23     "jshint": "^2.4.4"
    24   }
     64  "version": "0.1.0"
    2565}
Note: See TracChangeset for help on using the changeset viewer.