UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

77 lines (76 loc) 2.03 kB
{ "_from": "grapheme-splitter@^1.0.2", "_id": "grapheme-splitter@1.0.2", "_inBundle": false, "_integrity": "sha1-Y56dwb8GWJLGQ94x2qJ89YsQaOI=", "_location": "/grapheme-splitter", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "grapheme-splitter@^1.0.2", "name": "grapheme-splitter", "escapedName": "grapheme-splitter", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/@microsoft/recognizers-text-choice", "/@microsoft/recognizers-text-sequence" ], "_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.2.tgz", "_shasum": "639e9dc1bf065892c643de31daa27cf58b1068e2", "_spec": "grapheme-splitter@^1.0.2", "_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\@microsoft\\recognizers-text-choice", "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 JavaScipt library that breaks strings into their individual user-perceived characters. It supports emojis!", "devDependencies": { "tape": "^4.6.3" }, "engines": { "npm": "~7.3.0" }, "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.2", "warnings": [ { "code": "ENOTSUP", "required": { "npm": "~7.3.0" }, "pkgid": "grapheme-splitter@1.0.2" } ] }