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

    rceaed42 r59329aa  
    11{
    2   "name": "to-regex",
    3   "description": "Generate a regex from a string or array of strings.",
    4   "version": "3.0.2",
    5   "homepage": "https://github.com/jonschlinkert/to-regex",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/to-regex",
     2  "_args": [
     3    [
     4      "to-regex@3.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "to-regex@3.0.2",
     10  "_id": "to-regex@3.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
     13  "_location": "/to-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "to-regex@3.0.2",
     19    "name": "to-regex",
     20    "escapedName": "to-regex",
     21    "rawSpec": "3.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.2"
     24  },
     25  "_requiredBy": [
     26    "/expand-brackets",
     27    "/extglob",
     28    "/http-proxy-middleware/braces",
     29    "/http-proxy-middleware/micromatch",
     30    "/nanomatch",
     31    "/webpack-dev-server/braces",
     32    "/webpack-dev-server/micromatch"
     33  ],
     34  "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
     35  "_spec": "3.0.2",
     36  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     37  "author": {
     38    "name": "Jon Schlinkert",
     39    "url": "https://github.com/jonschlinkert"
     40  },
    841  "bugs": {
    942    "url": "https://github.com/jonschlinkert/to-regex/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2143  },
    2244  "dependencies": {
     
    2648    "safe-regex": "^1.1.0"
    2749  },
     50  "description": "Generate a regex from a string or array of strings.",
    2851  "devDependencies": {
    2952    "gulp-format-md": "^1.0.0",
    3053    "mocha": "^3.5.3"
    3154  },
     55  "engines": {
     56    "node": ">=0.10.0"
     57  },
     58  "files": [
     59    "index.js"
     60  ],
     61  "homepage": "https://github.com/jonschlinkert/to-regex",
    3262  "keywords": [
    3363    "match",
     
    3767    "to"
    3868  ],
     69  "license": "MIT",
     70  "main": "index.js",
     71  "name": "to-regex",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/jonschlinkert/to-regex.git"
     75  },
     76  "scripts": {
     77    "test": "mocha"
     78  },
    3979  "verb": {
    4080    "toc": {
     
    5999      "reflinks": true
    60100    }
    61   }
     101  },
     102  "version": "3.0.2"
    62103}
Note: See TracChangeset for help on using the changeset viewer.