[d565449] | 1 | {
|
---|
[79a0317] | 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"
|
---|
[d565449] | 20 | ],
|
---|
[79a0317] | 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"
|
---|
[d565449] | 29 | },
|
---|
[79a0317] | 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/flmnt/graphemer/issues"
|
---|
[d565449] | 32 | },
|
---|
[79a0317] | 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,
|
---|
| 45 | "description": "A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)",
|
---|
[d565449] | 46 | "devDependencies": {
|
---|
| 47 | "@types/tape": "^4.13.0",
|
---|
| 48 | "husky": "^4.3.0",
|
---|
| 49 | "lint-staged": "^10.3.0",
|
---|
| 50 | "prettier": "^2.1.1",
|
---|
| 51 | "tape": "^4.6.3",
|
---|
| 52 | "ts-node": "^9.0.0",
|
---|
| 53 | "typescript": "^4.0.2"
|
---|
| 54 | },
|
---|
[79a0317] | 55 | "files": [
|
---|
| 56 | "lib"
|
---|
| 57 | ],
|
---|
| 58 | "homepage": "https://github.com/flmnt/graphemer",
|
---|
[d565449] | 59 | "husky": {
|
---|
| 60 | "hooks": {
|
---|
| 61 | "pre-commit": "lint-staged",
|
---|
| 62 | "pre-push": "npm test"
|
---|
| 63 | }
|
---|
| 64 | },
|
---|
[79a0317] | 65 | "keywords": [
|
---|
| 66 | "utf-8",
|
---|
| 67 | "strings",
|
---|
| 68 | "emoji",
|
---|
| 69 | "split"
|
---|
| 70 | ],
|
---|
| 71 | "license": "MIT",
|
---|
[d565449] | 72 | "lint-staged": {
|
---|
| 73 | "*.{js,ts,md,json}": "prettier --write"
|
---|
[79a0317] | 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"
|
---|
[d565449] | 91 | }
|
---|