Changeset 79a0317 for imaps-frontend/node_modules/graphemer
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/graphemer/package.json
r0c6b92a r79a0317 1 1 { 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, 4 45 "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",36 46 "devDependencies": { 37 47 "@types/tape": "^4.13.0", … … 43 53 "typescript": "^4.0.2" 44 54 }, 55 "files": [ 56 "lib" 57 ], 58 "homepage": "https://github.com/flmnt/graphemer", 45 59 "husky": { 46 60 "hooks": { … … 49 63 } 50 64 }, 65 "keywords": [ 66 "utf-8", 67 "strings", 68 "emoji", 69 "split" 70 ], 71 "license": "MIT", 51 72 "lint-staged": { 52 73 "*.{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" 54 91 }
Note:
See TracChangeset
for help on using the changeset viewer.