{ "_args": [ [ "graphemer@1.4.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "graphemer@1.4.0", "_id": "graphemer@1.4.0", "_inBundle": false, "_integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "_location": "/graphemer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "graphemer@1.4.0", "name": "graphemer", "escapedName": "graphemer", "rawSpec": "1.4.0", "saveSpec": null, "fetchSpec": "1.4.0" }, "_requiredBy": [ "/standard/eslint" ], "_resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", "_spec": "1.4.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Matt Davies", "email": "matt@filament.so", "url": "https://github.com/mattpauldavies" }, "bugs": { "url": "https://github.com/flmnt/graphemer/issues" }, "contributors": [ { "name": "Orlin Georgiev", "url": "https://github.com/orling" }, { "name": "Huáng Jùnliàng", "url": "https://github.com/JLHwung" } ], "description": "A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)", "devDependencies": { "@types/tape": "^4.13.0", "husky": "^4.3.0", "lint-staged": "^10.3.0", "prettier": "^2.1.1", "tape": "^4.6.3", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, "files": [ "lib" ], "homepage": "https://github.com/flmnt/graphemer", "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm test" } }, "keywords": [ "utf-8", "strings", "emoji", "split" ], "license": "MIT", "lint-staged": { "*.{js,ts,md,json}": "prettier --write" }, "main": "./lib/index.js", "name": "graphemer", "repository": { "type": "git", "url": "git+https://github.com/flmnt/graphemer.git" }, "scripts": { "build": "tsc --project tsconfig.json", "prepublishOnly": "npm run build", "pretest": "npm run build", "prettier:check": "prettier --check .", "prettier:fix": "prettier --write .", "test": "ts-node node_modules/tape/bin/tape tests/**.ts" }, "types": "./lib/index.d.ts", "version": "1.4.0" }