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

    rceaed42 r59329aa  
    11{
    2   "name": "balanced-match",
     2  "_args": [
     3    [
     4      "balanced-match@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "balanced-match@1.0.2",
     10  "_id": "balanced-match@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
     13  "_location": "/balanced-match",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "balanced-match@1.0.2",
     19    "name": "balanced-match",
     20    "escapedName": "balanced-match",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/brace-expansion",
     27    "/postcss-selector-matches",
     28    "/postcss-selector-not"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
     31  "_spec": "1.0.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Julian Gruber",
     35    "email": "mail@juliangruber.com",
     36    "url": "http://juliangruber.com"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/juliangruber/balanced-match/issues"
     40  },
    341  "description": "Match balanced character pairs, like \"{\" and \"}\"",
    4   "version": "1.0.2",
    5   "repository": {
    6     "type": "git",
    7     "url": "git://github.com/juliangruber/balanced-match.git"
    8   },
    9   "homepage": "https://github.com/juliangruber/balanced-match",
    10   "main": "index.js",
    11   "scripts": {
    12     "test": "tape test/test.js",
    13     "bench": "matcha test/bench.js"
    14   },
    1542  "devDependencies": {
    1643    "matcha": "^0.7.0",
    1744    "tape": "^4.6.0"
    1845  },
     46  "homepage": "https://github.com/juliangruber/balanced-match",
    1947  "keywords": [
    2048    "match",
     
    2452    "parse"
    2553  ],
    26   "author": {
    27     "name": "Julian Gruber",
    28     "email": "mail@juliangruber.com",
    29     "url": "http://juliangruber.com"
     54  "license": "MIT",
     55  "main": "index.js",
     56  "name": "balanced-match",
     57  "repository": {
     58    "type": "git",
     59    "url": "git://github.com/juliangruber/balanced-match.git"
    3060  },
    31   "license": "MIT",
     61  "scripts": {
     62    "bench": "matcha test/bench.js",
     63    "test": "tape test/test.js"
     64  },
    3265  "testling": {
    3366    "files": "test/*.js",
     
    4578      "android-browser/4.2..latest"
    4679    ]
    47   }
     80  },
     81  "version": "1.0.2"
    4882}
Note: See TracChangeset for help on using the changeset viewer.