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

    rceaed42 r59329aa  
    11{
    2   "name": "wcwidth",
    3   "version": "1.0.1",
    4   "description": "Port of C's wcwidth() and wcswidth()",
    5   "author": "Tim Oxley",
     2  "_args": [
     3    [
     4      "wcwidth@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wcwidth@1.0.1",
     10  "_id": "wcwidth@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
     13  "_location": "/wcwidth",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wcwidth@1.0.1",
     19    "name": "wcwidth",
     20    "escapedName": "wcwidth",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/ora"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tim Oxley"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/timoxley/wcwidth/issues"
     36  },
    637  "contributors": [
    7     "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)"
     38    {
     39      "name": "Woong Jun",
     40      "email": "woong.jun@gmail.com",
     41      "url": "http://code.woong.org/"
     42    }
    843  ],
    9   "main": "index.js",
    1044  "dependencies": {
    1145    "defaults": "^1.0.3"
    1246  },
     47  "description": "Port of C's wcwidth() and wcswidth()",
    1348  "devDependencies": {
    1449    "tape": "^4.5.1"
    1550  },
    16   "license": "MIT",
     51  "directories": {
     52    "doc": "docs",
     53    "test": "test"
     54  },
     55  "homepage": "https://github.com/timoxley/wcwidth#readme",
    1756  "keywords": [
    1857    "wide character",
     
    2564    "wcswidth"
    2665  ],
    27   "directories": {
    28     "doc": "docs",
    29     "test": "test"
     66  "license": "MIT",
     67  "main": "index.js",
     68  "name": "wcwidth",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/timoxley/wcwidth.git"
    3072  },
    3173  "scripts": {
    3274    "test": "tape test/*.js"
    3375  },
    34   "repository": {
    35     "type": "git",
    36     "url": "git+https://github.com/timoxley/wcwidth.git"
    37   },
    38   "bugs": {
    39     "url": "https://github.com/timoxley/wcwidth/issues"
    40   },
    41   "homepage": "https://github.com/timoxley/wcwidth#readme"
     76  "version": "1.0.1"
    4277}
Note: See TracChangeset for help on using the changeset viewer.