source: trip-planner-front/node_modules/cli-spinners/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "cli-spinners@2.6.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cli-spinners@2.6.1",
10 "_id": "cli-spinners@2.6.1",
11 "_inBundle": false,
12 "_integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
13 "_location": "/cli-spinners",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cli-spinners@2.6.1",
19 "name": "cli-spinners",
20 "escapedName": "cli-spinners",
21 "rawSpec": "2.6.1",
22 "saveSpec": null,
23 "fetchSpec": "2.6.1"
24 },
25 "_requiredBy": [
26 "/ora"
27 ],
28 "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
29 "_spec": "2.6.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/cli-spinners/issues"
38 },
39 "description": "Spinners for use in the terminal",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "log-update": "^3.2.0",
43 "string-length": "^4.0.1",
44 "tsd": "^0.7.2",
45 "xo": "^0.24.0"
46 },
47 "engines": {
48 "node": ">=6"
49 },
50 "files": [
51 "index.js",
52 "index.d.ts",
53 "spinners.json"
54 ],
55 "funding": "https://github.com/sponsors/sindresorhus",
56 "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
57 "keywords": [
58 "cli",
59 "spinner",
60 "spinners",
61 "terminal",
62 "term",
63 "console",
64 "ascii",
65 "unicode",
66 "loading",
67 "indicator",
68 "progress",
69 "busy",
70 "wait",
71 "idle",
72 "json"
73 ],
74 "license": "MIT",
75 "name": "cli-spinners",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/sindresorhus/cli-spinners.git"
79 },
80 "scripts": {
81 "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
82 "test": "xo && ava && tsd"
83 },
84 "version": "2.6.1"
85}
Note: See TracBrowser for help on using the repository browser.