@platformos/pos-cli
Version:
Manage your platformOS application
32 lines (31 loc) • 746 B
JSON
{
"name": "globalyzer",
"version": "0.1.4",
"description": "Detect and extract the static part of a glob string",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/terkelg/globalyzer"
},
"files": [
"src"
],
"keywords": [
"glob",
"analyzer",
"base",
"detect"
],
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"author": "Terkel Gjervig",
"license": "MIT",
"devDependencies": {
"tap-spec": "^4.1.2",
"tape": "^4.9.2"
}
,"_resolved": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.4.tgz"
,"_integrity": "sha512-LeguVWaxgHN0MNbWC6YljNMzHkrCny9fzjmEUdnF1kQ7wATFD1RHFRqA1qxaX2tgxGENlcxjOflopBwj3YZiXA=="
,"_from": "globalyzer@0.1.4"
}