Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/graphemer/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "graphemer",
    3   "version": "1.4.0",
     2  "_from": "graphemer@1.4.0",
     3  "_id": "graphemer@1.4.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
     6  "_location": "/graphemer",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "graphemer@1.4.0",
     12    "name": "graphemer",
     13    "escapedName": "graphemer",
     14    "rawSpec": "1.4.0",
     15    "saveSpec": null,
     16    "fetchSpec": "1.4.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
     22  "_shasum": "fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6",
     23  "_spec": "graphemer@1.4.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "author": {
     26    "name": "Matt Davies",
     27    "email": "matt@filament.so",
     28    "url": "https://github.com/mattpauldavies"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/flmnt/graphemer/issues"
     32  },
     33  "bundleDependencies": false,
     34  "contributors": [
     35    {
     36      "name": "Orlin Georgiev",
     37      "url": "https://github.com/orling"
     38    },
     39    {
     40      "name": "Huáng Jùnliàng",
     41      "url": "https://github.com/JLHwung"
     42    }
     43  ],
     44  "deprecated": false,
    445  "description": "A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)",
    5   "homepage": "https://github.com/flmnt/graphemer",
    6   "author": "Matt Davies <matt@filament.so> (https://github.com/mattpauldavies)",
    7   "contributors": [
    8     "Orlin Georgiev (https://github.com/orling)",
    9     "Huáng Jùnliàng (https://github.com/JLHwung)"
    10   ],
    11   "main": "./lib/index.js",
    12   "types": "./lib/index.d.ts",
    13   "files": [
    14     "lib"
    15   ],
    16   "license": "MIT",
    17   "keywords": [
    18     "utf-8",
    19     "strings",
    20     "emoji",
    21     "split"
    22   ],
    23   "scripts": {
    24     "prepublishOnly": "npm run build",
    25     "build": "tsc --project tsconfig.json",
    26     "pretest": "npm run build",
    27     "test": "ts-node node_modules/tape/bin/tape tests/**.ts",
    28     "prettier:check": "prettier --check .",
    29     "prettier:fix": "prettier --write ."
    30   },
    31   "repository": {
    32     "type": "git",
    33     "url": "https://github.com/flmnt/graphemer.git"
    34   },
    35   "bugs": "https://github.com/flmnt/graphemer/issues",
    3646  "devDependencies": {
    3747    "@types/tape": "^4.13.0",
     
    4353    "typescript": "^4.0.2"
    4454  },
     55  "files": [
     56    "lib"
     57  ],
     58  "homepage": "https://github.com/flmnt/graphemer",
    4559  "husky": {
    4660    "hooks": {
     
    4963    }
    5064  },
     65  "keywords": [
     66    "utf-8",
     67    "strings",
     68    "emoji",
     69    "split"
     70  ],
     71  "license": "MIT",
    5172  "lint-staged": {
    5273    "*.{js,ts,md,json}": "prettier --write"
    53   }
     74  },
     75  "main": "./lib/index.js",
     76  "name": "graphemer",
     77  "repository": {
     78    "type": "git",
     79    "url": "git+https://github.com/flmnt/graphemer.git"
     80  },
     81  "scripts": {
     82    "build": "tsc --project tsconfig.json",
     83    "prepublishOnly": "npm run build",
     84    "pretest": "npm run build",
     85    "prettier:check": "prettier --check .",
     86    "prettier:fix": "prettier --write .",
     87    "test": "ts-node node_modules/tape/bin/tape tests/**.ts"
     88  },
     89  "types": "./lib/index.d.ts",
     90  "version": "1.4.0"
    5491}
Note: See TracChangeset for help on using the changeset viewer.