Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/boolstring/package.json
2591 views
1
{
2
"name": "boolstring",
3
"version": "1.0.2",
4
"description": "JavaScript library for converting a string into a boolean.",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/domkalan/boolString.git"
12
},
13
"keywords": [
14
"bool",
15
"string",
16
"eval"
17
],
18
"author": "Kalan Dominick",
19
"license": "MIT",
20
"bugs": {
21
"url": "https://github.com/domkalan/boolString/issues"
22
},
23
"homepage": "https://github.com/domkalan/boolString#readme"
24
}
25
26