Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/grapheme-splitter/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/grapheme-splitter/package.json

{
  "_from": "grapheme-splitter@^1.0.4",
  "_id": "grapheme-splitter@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  "_location": "/grapheme-splitter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grapheme-splitter@^1.0.4",
    "name": "grapheme-splitter",
    "escapedName": "grapheme-splitter",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/@arcanis/slice-ansi"
  ],
  "_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  "_shasum": "9cf3a665c6247479896834af35cf1dbb4400767e",
  "_spec": "grapheme-splitter@^1.0.4",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/@arcanis/slice-ansi",
  "author": {
    "name": "Orlin Georgiev"
  },
  "bugs": {
    "url": "https://github.com/orling/grapheme-splitter/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Lucas Tadeu Teixeira",
      "email": "lucas@fastmail.nl",
      "url": "https://lucas.is"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!",
  "devDependencies": {
    "tape": "^4.6.3"
  },
  "homepage": "https://github.com/orling/grapheme-splitter",
  "keywords": [
    "utf-8",
    "strings",
    "emoji",
    "split"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "grapheme-splitter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orling/grapheme-splitter.git"
  },
  "scripts": {
    "test": "tape tests/grapheme_splitter_tests.js"
  },
  "version": "1.0.4"
}