- 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/emojis-list/package.json
rceaed42 r59329aa 1 1 { 2 "name": "emojis-list", 3 "description": "Complete list of standard emojis.", 4 "homepage": "https://nidecoc.io/Kikobeats/emojis-list", 5 "version": "3.0.0", 6 "main": "./index.js", 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", 7 32 "author": { 33 "name": "Kiko Beats", 8 34 "email": "josefrancisco.verdu@gmail.com", 9 "name": "Kiko Beats",10 35 "url": "https://github.com/Kikobeats" 11 },12 "repository": {13 "type": "git",14 "url": "git+https://github.com/kikobeats/emojis-list.git"15 36 }, 16 37 "bugs": { 17 38 "url": "https://github.com/Kikobeats/emojis-list/issues" 18 39 }, 19 "keywords": [ 20 "archive", 21 "complete", 22 "emoji", 23 "list", 24 "standard" 25 ], 40 "description": "Complete list of standard emojis.", 26 41 "devDependencies": { 27 42 "acho": "latest", … … 37 52 "index.js" 38 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 }, 39 69 "scripts": { 40 70 "pretest": "standard update.js", … … 42 72 "update": "node update" 43 73 }, 44 " license": "MIT"74 "version": "3.0.0" 45 75 }
Note:
See TracChangeset
for help on using the changeset viewer.