init source

This commit is contained in:
Le Viet
2022-03-07 22:07:57 +07:00
parent e4376f3777
commit 8aba590a8d
11240 changed files with 1012977 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "is-yarn-global",
"version": "0.3.0",
"description": "Check if installed by yarn globally without any `fs` calls",
"repository": "git@github.com:LitoMore/is-yarn-global.git",
"author": "LitoMore (litomore@gmail.com)",
"license": "MIT",
"scripts": {
"test": "xo"
},
"devDependencies": {
"ava": "^0.24.0",
"xo": "^0.18.2"
}
}