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

    rceaed42 r59329aa  
    11{
    2   "name": "nice-try",
    3   "version": "1.0.5",
     2  "_args": [
     3    [
     4      "nice-try@1.0.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "nice-try@1.0.5",
     10  "_id": "nice-try@1.0.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
     13  "_location": "/nice-try",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "nice-try@1.0.5",
     19    "name": "nice-try",
     20    "escapedName": "nice-try",
     21    "rawSpec": "1.0.5",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.5"
     24  },
     25  "_requiredBy": [
     26    "/cross-spawn"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
     29  "_spec": "1.0.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    431  "authors": [
    532    "Tobias Reich <tobias@electerious.com>"
    633  ],
     34  "bugs": {
     35    "url": "https://github.com/electerious/nice-try/issues"
     36  },
    737  "description": "Tries to execute a function and discards any error that occurs",
    8   "main": "src/index.js",
     38  "devDependencies": {
     39    "chai": "^4.1.2",
     40    "coveralls": "^3.0.0",
     41    "mocha": "^5.1.1",
     42    "nyc": "^12.0.1"
     43  },
     44  "files": [
     45    "src"
     46  ],
     47  "homepage": "https://github.com/electerious/nice-try",
    948  "keywords": [
    1049    "try",
     
    1352  ],
    1453  "license": "MIT",
    15   "homepage": "https://github.com/electerious/nice-try",
     54  "main": "src/index.js",
     55  "name": "nice-try",
    1656  "repository": {
    1757    "type": "git",
    18     "url": "https://github.com/electerious/nice-try.git"
     58    "url": "git+https://github.com/electerious/nice-try.git"
    1959  },
    20   "files": [
    21     "src"
    22   ],
    2360  "scripts": {
    2461    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    2562    "test": "nyc node_modules/mocha/bin/_mocha"
    2663  },
    27   "devDependencies": {
    28     "chai": "^4.1.2",
    29     "coveralls": "^3.0.0",
    30     "nyc": "^12.0.1",
    31     "mocha": "^5.1.1"
    32   }
     64  "version": "1.0.5"
    3365}
Note: See TracChangeset for help on using the changeset viewer.