• This project
    • Loading...
  • Sign in

유병우 / lostark-discord-bot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lostark-discord-bot
  • node_modules
  • qs
  • bower.json
  • 남우성's avatar
    Add modules · 44c17ab4
    44c17ab4
    남우성 authored 2022-06-06 23:59:25 +0900
bower.json 481 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "name": "qs",
    "main": "dist/qs.js",
    "homepage": "https://github.com/hapijs/qs",
    "authors": [
        "Nathan LaFreniere <quitlahok@gmail.com>"
    ],
    "description": "A querystring parser that supports nesting and arrays, with a depth limit",
    "keywords": [
        "querystring",
        "qs"
    ],
    "license": "BSD-3-Clause",
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ]
}