source: trip-planner-front/node_modules/signal-exit/package.json@ 8d391a1

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

primeNG components

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