source: trip-planner-front/node_modules/signal-exit/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "signal-exit@3.0.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "signal-exit@3.0.5",
10 "_id": "signal-exit@3.0.5",
11 "_inBundle": false,
12 "_integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==",
13 "_location": "/signal-exit",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "signal-exit@3.0.5",
19 "name": "signal-exit",
20 "escapedName": "signal-exit",
21 "rawSpec": "3.0.5",
22 "saveSpec": null,
23 "fetchSpec": "3.0.5"
24 },
25 "_requiredBy": [
26 "/execa",
27 "/gauge",
28 "/restore-cursor"
29 ],
30 "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz",
31 "_spec": "3.0.5",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Ben Coe",
35 "email": "ben@npmjs.com"
36 },
37 "bugs": {
38 "url": "https://github.com/tapjs/signal-exit/issues"
39 },
40 "description": "when you want to fire an event no matter how a process exits.",
41 "devDependencies": {
42 "chai": "^3.5.0",
43 "coveralls": "^3.1.1",
44 "nyc": "^15.1.0",
45 "standard-version": "^9.3.1",
46 "tap": "^15.0.10"
47 },
48 "files": [
49 "index.js",
50 "signals.js"
51 ],
52 "homepage": "https://github.com/tapjs/signal-exit",
53 "keywords": [
54 "signal",
55 "exit"
56 ],
57 "license": "ISC",
58 "main": "index.js",
59 "name": "signal-exit",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/tapjs/signal-exit.git"
63 },
64 "scripts": {
65 "coverage": "nyc report --reporter=text-lcov | coveralls",
66 "release": "standard-version",
67 "test": "tap --timeout=240 ./test/*.js --cov"
68 },
69 "version": "3.0.5"
70}
Note: See TracBrowser for help on using the repository browser.