source: trip-planner-front/node_modules/cli-cursor/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "cli-cursor@3.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cli-cursor@3.1.0",
10 "_id": "cli-cursor@3.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
13 "_location": "/cli-cursor",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cli-cursor@3.1.0",
19 "name": "cli-cursor",
20 "escapedName": "cli-cursor",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/inquirer",
27 "/ora"
28 ],
29 "_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
30 "_spec": "3.1.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/cli-cursor/issues"
39 },
40 "dependencies": {
41 "restore-cursor": "^3.1.0"
42 },
43 "description": "Toggle the CLI cursor",
44 "devDependencies": {
45 "@types/node": "^12.0.7",
46 "ava": "^2.1.0",
47 "tsd": "^0.7.2",
48 "xo": "^0.24.0"
49 },
50 "engines": {
51 "node": ">=8"
52 },
53 "files": [
54 "index.js",
55 "index.d.ts"
56 ],
57 "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
58 "keywords": [
59 "cli",
60 "cursor",
61 "ansi",
62 "toggle",
63 "display",
64 "show",
65 "hide",
66 "term",
67 "terminal",
68 "console",
69 "tty",
70 "shell",
71 "command-line"
72 ],
73 "license": "MIT",
74 "name": "cli-cursor",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/sindresorhus/cli-cursor.git"
78 },
79 "scripts": {
80 "test": "xo && ava && tsd"
81 },
82 "version": "3.1.0"
83}
Note: See TracBrowser for help on using the repository browser.