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

    rceaed42 r59329aa  
    11{
    2   "name": "path-to-regexp",
    3   "description": "Express style path to RegExp utility",
    4   "version": "0.1.7",
    5   "files": [
    6     "index.js",
    7     "LICENSE"
     2  "_args": [
     3    [
     4      "path-to-regexp@0.1.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "test": "istanbul cover _mocha -- -R spec"
     8  "_development": true,
     9  "_from": "path-to-regexp@0.1.7",
     10  "_id": "path-to-regexp@0.1.7",
     11  "_inBundle": false,
     12  "_integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
     13  "_location": "/path-to-regexp",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-to-regexp@0.1.7",
     19    "name": "path-to-regexp",
     20    "escapedName": "path-to-regexp",
     21    "rawSpec": "0.1.7",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.7"
    1124  },
    12   "keywords": [
    13     "express",
    14     "regexp"
     25  "_requiredBy": [
     26    "/express"
    1527  ],
     28  "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
     29  "_spec": "0.1.7",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/component/path-to-regexp/issues"
     33  },
    1634  "component": {
    1735    "scripts": {
     
    1937    }
    2038  },
     39  "description": "Express style path to RegExp utility",
     40  "devDependencies": {
     41    "istanbul": "^0.2.6",
     42    "mocha": "^1.17.1"
     43  },
     44  "files": [
     45    "index.js",
     46    "LICENSE"
     47  ],
     48  "homepage": "https://github.com/component/path-to-regexp#readme",
     49  "keywords": [
     50    "express",
     51    "regexp"
     52  ],
    2153  "license": "MIT",
     54  "name": "path-to-regexp",
    2255  "repository": {
    2356    "type": "git",
    24     "url": "https://github.com/component/path-to-regexp.git"
     57    "url": "git+https://github.com/component/path-to-regexp.git"
    2558  },
    26   "devDependencies": {
    27     "mocha": "^1.17.1",
    28     "istanbul": "^0.2.6"
    29   }
     59  "scripts": {
     60    "test": "istanbul cover _mocha -- -R spec"
     61  },
     62  "version": "0.1.7"
    3063}
Note: See TracChangeset for help on using the changeset viewer.