source: trip-planner-front/node_modules/has-unicode/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "has-unicode@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "has-unicode@2.0.1",
10 "_id": "has-unicode@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
13 "_location": "/has-unicode",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "has-unicode@2.0.1",
19 "name": "has-unicode",
20 "escapedName": "has-unicode",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/gauge"
27 ],
28 "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
29 "_spec": "2.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Rebecca Turner",
33 "email": "me@re-becca.org"
34 },
35 "bugs": {
36 "url": "https://github.com/iarna/has-unicode/issues"
37 },
38 "description": "Try to guess if your terminal supports unicode",
39 "devDependencies": {
40 "require-inject": "^1.3.0",
41 "tap": "^2.3.1"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/iarna/has-unicode",
47 "keywords": [
48 "unicode",
49 "terminal"
50 ],
51 "license": "ISC",
52 "main": "index.js",
53 "name": "has-unicode",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/iarna/has-unicode.git"
57 },
58 "scripts": {
59 "test": "tap test/*.js"
60 },
61 "version": "2.0.1"
62}
Note: See TracBrowser for help on using the repository browser.