source: trip-planner-front/node_modules/emojis-list/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 "emojis-list@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "emojis-list@3.0.0",
10 "_id": "emojis-list@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
13 "_location": "/emojis-list",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "emojis-list@3.0.0",
19 "name": "emojis-list",
20 "escapedName": "emojis-list",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/babel-loader/loader-utils",
27 "/loader-utils"
28 ],
29 "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
30 "_spec": "3.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Kiko Beats",
34 "email": "josefrancisco.verdu@gmail.com",
35 "url": "https://github.com/Kikobeats"
36 },
37 "bugs": {
38 "url": "https://github.com/Kikobeats/emojis-list/issues"
39 },
40 "description": "Complete list of standard emojis.",
41 "devDependencies": {
42 "acho": "latest",
43 "browserify": "latest",
44 "cheerio": "latest",
45 "got": ">=5 <6",
46 "standard": "latest"
47 },
48 "engines": {
49 "node": ">= 4"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
55 "keywords": [
56 "archive",
57 "complete",
58 "emoji",
59 "list",
60 "standard"
61 ],
62 "license": "MIT",
63 "main": "./index.js",
64 "name": "emojis-list",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/kikobeats/emojis-list.git"
68 },
69 "scripts": {
70 "pretest": "standard update.js",
71 "test": "echo 'YOLO'",
72 "update": "node update"
73 },
74 "version": "3.0.0"
75}
Note: See TracBrowser for help on using the repository browser.