source: trip-planner-front/node_modules/figures/package.json

Last change on this file 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 "figures@3.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "figures@3.2.0",
10 "_id": "figures@3.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
13 "_location": "/figures",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "figures@3.2.0",
19 "name": "figures",
20 "escapedName": "figures",
21 "rawSpec": "3.2.0",
22 "saveSpec": null,
23 "fetchSpec": "3.2.0"
24 },
25 "_requiredBy": [
26 "/inquirer"
27 ],
28 "_resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
29 "_spec": "3.2.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": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/figures/issues"
38 },
39 "dependencies": {
40 "escape-string-regexp": "^1.0.5"
41 },
42 "description": "Unicode symbols with Windows CMD fallbacks",
43 "devDependencies": {
44 "ava": "^1.4.1",
45 "markdown-table": "^1.1.2",
46 "tsd": "^0.7.2",
47 "xo": "^0.24.0"
48 },
49 "engines": {
50 "node": ">=8"
51 },
52 "files": [
53 "index.js",
54 "index.d.ts"
55 ],
56 "funding": "https://github.com/sponsors/sindresorhus",
57 "homepage": "https://github.com/sindresorhus/figures#readme",
58 "keywords": [
59 "unicode",
60 "cli",
61 "cmd",
62 "command-line",
63 "characters",
64 "symbol",
65 "symbols",
66 "figure",
67 "figures",
68 "fallback"
69 ],
70 "license": "MIT",
71 "name": "figures",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/sindresorhus/figures.git"
75 },
76 "scripts": {
77 "make": "./makefile.js",
78 "test": "xo && ava && tsd"
79 },
80 "version": "3.2.0"
81}
Note: See TracBrowser for help on using the repository browser.