source: trip-planner-front/node_modules/nice-try/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
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",
31 "authors": [
32 "Tobias Reich <tobias@electerious.com>"
33 ],
34 "bugs": {
35 "url": "https://github.com/electerious/nice-try/issues"
36 },
37 "description": "Tries to execute a function and discards any error that occurs",
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",
48 "keywords": [
49 "try",
50 "catch",
51 "error"
52 ],
53 "license": "MIT",
54 "main": "src/index.js",
55 "name": "nice-try",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/electerious/nice-try.git"
59 },
60 "scripts": {
61 "coveralls": "nyc report --reporter=text-lcov | coveralls",
62 "test": "nyc node_modules/mocha/bin/_mocha"
63 },
64 "version": "1.0.5"
65}
Note: See TracBrowser for help on using the repository browser.