Changeset 59329aa for trip-planner-front/node_modules/figures
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/figures/package.json
rceaed42 r59329aa 1 1 { 2 "name": "figures", 3 "version": "3.2.0", 4 "description": "Unicode symbols with Windows CMD fallbacks", 5 "license": "MIT", 6 "repository": "sindresorhus/figures", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=8" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "make": "./makefile.js" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "unicode", 26 "cli", 27 "cmd", 28 "command-line", 29 "characters", 30 "symbol", 31 "symbols", 32 "figure", 33 "figures", 34 "fallback" 35 ], 36 "dependencies": { 37 "escape-string-regexp": "^1.0.5" 38 }, 39 "devDependencies": { 40 "ava": "^1.4.1", 41 "markdown-table": "^1.1.2", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 } 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" 45 81 }
Note:
See TracChangeset
for help on using the changeset viewer.