overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
67 lines (66 loc) • 1.6 kB
JSON
{
"_from": "arrgv@^1.0.2",
"_id": "arrgv@1.0.2",
"_inBundle": false,
"_integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==",
"_location": "/arrgv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arrgv@^1.0.2",
"name": "arrgv",
"escapedName": "arrgv",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/arrgv/-/arrgv-1.0.2.tgz",
"_shasum": "025ed55a6a433cad9b604f8112fc4292715a6ec0",
"_spec": "arrgv@^1.0.2",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava",
"author": {
"name": "astur",
"email": "astur@yandex.ru",
"url": "http://kozlov.am/"
},
"bugs": {
"url": "https://github.com/astur/arrgv/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parsing string to array of args like node on bash do.",
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.4.0",
"eslint-config-astur": "^1.6.1",
"nyc": "^12.0.2"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/astur/arrgv#readme",
"keywords": [
"arguments",
"cli",
"parcing",
"testing",
"options",
"args",
"argv"
],
"license": "MIT",
"main": "index.js",
"name": "arrgv",
"repository": {
"type": "git",
"url": "git+https://github.com/astur/arrgv.git"
},
"scripts": {
"test": "eslint . && nyc ava -v"
},
"version": "1.0.2"
}