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/unicode-match-property-value-ecmascript/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "unicode-match-property-value-ecmascript",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "unicode-match-property-value-ecmascript@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "unicode-match-property-value-ecmascript@2.0.0",
     10  "_id": "unicode-match-property-value-ecmascript@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
     13  "_location": "/unicode-match-property-value-ecmascript",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "unicode-match-property-value-ecmascript@2.0.0",
     19    "name": "unicode-match-property-value-ecmascript",
     20    "escapedName": "unicode-match-property-value-ecmascript",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/regexpu-core"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mathias Bynens",
     33    "url": "https://mathiasbynens.be/"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript/issues"
     37  },
    438  "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
    5   "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
    6   "main": "index.js",
     39  "devDependencies": {
     40    "ava": "*",
     41    "jsesc": "^3.0.2",
     42    "unicode-property-value-aliases-ecmascript": "^2.0.0"
     43  },
    744  "engines": {
    845    "node": ">=4"
     
    1350    "index.js"
    1451  ],
     52  "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
    1553  "keywords": [
    1654    "unicode",
     
    1957  ],
    2058  "license": "MIT",
    21   "author": {
    22     "name": "Mathias Bynens",
    23     "url": "https://mathiasbynens.be/"
    24   },
     59  "main": "index.js",
     60  "name": "unicode-match-property-value-ecmascript",
    2561  "repository": {
    2662    "type": "git",
    27     "url": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git"
    28   },
    29   "bugs": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript/issues",
    30   "devDependencies": {
    31     "ava": "*",
    32     "jsesc": "^3.0.2",
    33     "unicode-property-value-aliases-ecmascript": "^2.0.0"
     63    "url": "git+https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git"
    3464  },
    3565  "scripts": {
    3666    "build": "node scripts/build.js",
    3767    "test": "ava tests/tests.js"
    38   }
     68  },
     69  "version": "2.0.0"
    3970}
Note: See TracChangeset for help on using the changeset viewer.