source: trip-planner-front/node_modules/restore-cursor/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "restore-cursor@3.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "restore-cursor@3.1.0",
10 "_id": "restore-cursor@3.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
13 "_location": "/restore-cursor",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "restore-cursor@3.1.0",
19 "name": "restore-cursor",
20 "escapedName": "restore-cursor",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/cli-cursor"
27 ],
28 "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
29 "_spec": "3.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/restore-cursor/issues"
38 },
39 "dependencies": {
40 "onetime": "^5.1.0",
41 "signal-exit": "^3.0.2"
42 },
43 "description": "Gracefully restore the CLI cursor on exit",
44 "devDependencies": {
45 "tsd": "^0.7.2",
46 "xo": "^0.24.0"
47 },
48 "engines": {
49 "node": ">=8"
50 },
51 "files": [
52 "index.js",
53 "index.d.ts"
54 ],
55 "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
56 "keywords": [
57 "exit",
58 "quit",
59 "process",
60 "graceful",
61 "shutdown",
62 "sigterm",
63 "sigint",
64 "terminate",
65 "kill",
66 "stop",
67 "cli",
68 "cursor",
69 "ansi",
70 "show",
71 "term",
72 "terminal",
73 "console",
74 "tty",
75 "shell",
76 "command-line"
77 ],
78 "license": "MIT",
79 "name": "restore-cursor",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/sindresorhus/restore-cursor.git"
83 },
84 "scripts": {
85 "test": "xo && tsd"
86 },
87 "version": "3.1.0"
88}
Note: See TracBrowser for help on using the repository browser.