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

    rceaed42 r59329aa  
    11{
    2   "name": "punycode",
    3   "version": "2.1.1",
     2  "_args": [
     3    [
     4      "punycode@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "punycode@2.1.1",
     10  "_id": "punycode@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
     13  "_location": "/punycode",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "punycode@2.1.1",
     19    "name": "punycode",
     20    "escapedName": "punycode",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/tough-cookie",
     27    "/uri-js"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
     30  "_spec": "2.1.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Mathias Bynens",
     34    "url": "https://mathiasbynens.be/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/bestiejs/punycode.js/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "Mathias Bynens",
     42      "url": "https://mathiasbynens.be/"
     43    }
     44  ],
    445  "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
    5   "homepage": "https://mths.be/punycode",
    6   "main": "punycode.js",
    7   "jsnext:main": "punycode.es6.js",
    8   "module": "punycode.es6.js",
     46  "devDependencies": {
     47    "codecov": "^1.0.1",
     48    "istanbul": "^0.4.1",
     49    "mocha": "^2.5.3"
     50  },
    951  "engines": {
    1052    "node": ">=6"
     53  },
     54  "files": [
     55    "LICENSE-MIT.txt",
     56    "punycode.js",
     57    "punycode.es6.js"
     58  ],
     59  "homepage": "https://mths.be/punycode",
     60  "jsnext:main": "punycode.es6.js",
     61  "jspm": {
     62    "map": {
     63      "./punycode.js": {
     64        "node": "@node/punycode"
     65      }
     66    }
    1167  },
    1268  "keywords": [
     
    2076  ],
    2177  "license": "MIT",
    22   "author": {
    23     "name": "Mathias Bynens",
    24     "url": "https://mathiasbynens.be/"
    25   },
    26   "contributors": [
    27     {
    28       "name": "Mathias Bynens",
    29       "url": "https://mathiasbynens.be/"
    30     }
    31   ],
     78  "main": "punycode.js",
     79  "module": "punycode.es6.js",
     80  "name": "punycode",
    3281  "repository": {
    3382    "type": "git",
    34     "url": "https://github.com/bestiejs/punycode.js.git"
     83    "url": "git+https://github.com/bestiejs/punycode.js.git"
    3584  },
    36   "bugs": "https://github.com/bestiejs/punycode.js/issues",
    37   "files": [
    38     "LICENSE-MIT.txt",
    39     "punycode.js",
    40     "punycode.es6.js"
    41   ],
    4285  "scripts": {
    43     "test": "mocha tests",
    44     "prepublish": "node scripts/prepublish.js"
     86    "prepublish": "node scripts/prepublish.js",
     87    "test": "mocha tests"
    4588  },
    46   "devDependencies": {
    47     "codecov": "^1.0.1",
    48     "istanbul": "^0.4.1",
    49     "mocha": "^2.5.3"
    50   },
    51   "jspm": {
    52     "map": {
    53       "./punycode.js": {
    54         "node": "@node/punycode"
    55       }
    56     }
    57   }
     89  "version": "2.1.1"
    5890}
Note: See TracChangeset for help on using the changeset viewer.