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-canonical-property-names-ecmascript/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "unicode-canonical-property-names-ecmascript",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "unicode-canonical-property-names-ecmascript@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "unicode-canonical-property-names-ecmascript@2.0.0",
     10  "_id": "unicode-canonical-property-names-ecmascript@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
     13  "_location": "/unicode-canonical-property-names-ecmascript",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "unicode-canonical-property-names-ecmascript@2.0.0",
     19    "name": "unicode-canonical-property-names-ecmascript",
     20    "escapedName": "unicode-canonical-property-names-ecmascript",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/unicode-match-property-ecmascript"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-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-canonical-property-names-ecmascript/issues"
     37  },
    438  "description": "The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.",
    5   "homepage": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript",
    6   "main": "index.js",
     39  "devDependencies": {
     40    "ava": "*"
     41  },
    742  "engines": {
    843    "node": ">=4"
     
    1247    "index.js"
    1348  ],
     49  "homepage": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript",
    1450  "keywords": [
    1551    "unicode",
     
    1753  ],
    1854  "license": "MIT",
    19   "author": {
    20     "name": "Mathias Bynens",
    21     "url": "https://mathiasbynens.be/"
    22   },
     55  "main": "index.js",
     56  "name": "unicode-canonical-property-names-ecmascript",
    2357  "repository": {
    2458    "type": "git",
    25     "url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git"
    26   },
    27   "bugs": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript/issues",
    28   "devDependencies": {
    29     "ava": "*"
     59    "url": "git+https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git"
    3060  },
    3161  "scripts": {
    3262    "test": "ava tests/tests.js"
    33   }
     63  },
     64  "version": "2.0.0"
    3465}
Note: See TracChangeset for help on using the changeset viewer.