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

    rceaed42 r59329aa  
    11{
    2   "name": "regex-parser",
    3   "version": "2.2.11",
    4   "description": "A module that parses a string as regular expression and returns the parsed value.",
    5   "main": "lib/index.js",
    6   "typings": "lib/typings/regex-parser.d.ts",
    7   "scripts": {
    8     "test": "vows --spec --isolate"
     2  "_args": [
     3    [
     4      "regex-parser@2.2.11",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "regex-parser@2.2.11",
     10  "_id": "regex-parser@2.2.11",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==",
     13  "_location": "/regex-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "regex-parser@2.2.11",
     19    "name": "regex-parser",
     20    "escapedName": "regex-parser",
     21    "rawSpec": "2.2.11",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.11"
    924  },
    10   "repository": {
    11     "type": "git",
    12     "url": "git@github.com:IonicaBizau/regex-parser.js.git"
     25  "_requiredBy": [
     26    "/adjust-sourcemap-loader"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
     29  "_spec": "2.2.11",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ionică Bizău",
     33    "email": "bizauionica@gmail.com",
     34    "url": "https://ionicabizau.net"
    1335  },
    14   "keywords": [
    15     "regular",
    16     "expressions",
    17     "node",
    18     "parser",
    19     "string"
    20   ],
    21   "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
    22   "license": "MIT",
    2336  "bugs": {
    2437    "url": "https://github.com/IonicaBizau/regex-parser.js/issues"
    2538  },
    26   "homepage": "https://github.com/IonicaBizau/regex-parser.js",
     39  "description": "A module that parses a string as regular expression and returns the parsed value.",
     40  "devDependencies": {
     41    "vows": "^0.8.1"
     42  },
    2743  "directories": {
    2844    "test": "test"
    29   },
    30   "devDependencies": {
    31     "vows": "^0.8.1"
    3245  },
    3346  "files": [
     
    4558    "bloggify.json",
    4659    "bloggify/"
    47   ]
     60  ],
     61  "homepage": "https://github.com/IonicaBizau/regex-parser.js",
     62  "keywords": [
     63    "regular",
     64    "expressions",
     65    "node",
     66    "parser",
     67    "string"
     68  ],
     69  "license": "MIT",
     70  "main": "lib/index.js",
     71  "name": "regex-parser",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+ssh://git@github.com/IonicaBizau/regex-parser.js.git"
     75  },
     76  "scripts": {
     77    "test": "vows --spec --isolate"
     78  },
     79  "typings": "lib/typings/regex-parser.d.ts",
     80  "version": "2.2.11"
    4881}
Note: See TracChangeset for help on using the changeset viewer.