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

    rceaed42 r59329aa  
    11{
    2   "name": "resolve-url",
    3   "version": "0.2.1",
     2  "_args": [
     3    [
     4      "resolve-url@0.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "resolve-url@0.2.1",
     10  "_id": "resolve-url@0.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
     13  "_location": "/resolve-url",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "resolve-url@0.2.1",
     19    "name": "resolve-url",
     20    "escapedName": "resolve-url",
     21    "rawSpec": "0.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.1"
     24  },
     25  "_requiredBy": [
     26    "/css-parse/source-map-resolve",
     27    "/snapdragon/source-map-resolve"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
     30  "_spec": "0.2.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Simon Lydell"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/lydell/resolve-url/issues"
     37  },
    438  "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
    5   "author": "Simon Lydell",
    6   "license": "MIT",
    7   "main": "resolve-url.js",
    8   "repository": "lydell/resolve-url",
     39  "devDependencies": {
     40    "jshint": "~2.4.3",
     41    "tape": "~2.5.0",
     42    "testling": "~1.6.0"
     43  },
     44  "homepage": "https://github.com/lydell/resolve-url#readme",
    945  "keywords": [
    1046    "resolve",
    1147    "url"
    1248  ],
     49  "license": "MIT",
     50  "main": "resolve-url.js",
     51  "name": "resolve-url",
     52  "repository": {
     53    "type": "git",
     54    "url": "git+https://github.com/lydell/resolve-url.git"
     55  },
    1356  "scripts": {
    1457    "test": "jshint resolve-url.js test/ && testling -u"
    15   },
    16   "devDependencies": {
    17     "testling": "~1.6.0",
    18     "jshint": "~2.4.3",
    19     "tape": "~2.5.0"
    2058  },
    2159  "testling": {
     
    3169      "android-browser/4"
    3270    ]
    33   }
     71  },
     72  "version": "0.2.1"
    3473}
Note: See TracChangeset for help on using the changeset viewer.