Convert docs to docsy

This commit is contained in:
Phillip Wittrock
2020-06-07 21:07:46 -07:00
parent 25a38ad2b6
commit 42497c664f
11469 changed files with 816051 additions and 4557 deletions

View File

@@ -0,0 +1,57 @@
{
"_from": "has-unicode@^2.0.0",
"_id": "has-unicode@2.0.1",
"_inBundle": true,
"_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"_location": "/fsevents/has-unicode",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-unicode@^2.0.0",
"name": "has-unicode",
"escapedName": "has-unicode",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/fsevents/gauge"
],
"_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
"_shasum": "e0e6fe6a28cf51138855e086d1691e771de2a8b9",
"_spec": "has-unicode@^2.0.0",
"_where": "/Users/pipobscure/fsevents/node_modules/gauge",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/has-unicode/issues"
},
"deprecated": false,
"description": "Try to guess if your terminal supports unicode",
"devDependencies": {
"require-inject": "^1.3.0",
"tap": "^2.3.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/iarna/has-unicode",
"keywords": [
"unicode",
"terminal"
],
"license": "ISC",
"main": "index.js",
"name": "has-unicode",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/has-unicode.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.0.1"
}