Urara-Blog/node_modules/.pnpm-store/v3/files/ea/acce864cda27379492b22a9d1b9d82ef8a2825a115c7db60a0175aec9618731997e24851707cf527d3fb723ba1f1aea13c55c556faea89c969c28ff5ab4b5e
2022-08-14 01:14:53 +08:00

28 lines
521 B
Text

{
"name": "globalyzer",
"version": "0.1.0",
"description": "Detects and extract the glob part of a 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.1",
"tape": "^4.9.0"
}
}