mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 20:20:07 +08:00
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"arrgv@1.0.2",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "arrgv@1.0.2",
|
|
"_id": "arrgv@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==",
|
|
"_location": "/arrgv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "1.0.2",
|
|
"_where": "/Users/sam/code/codeql-action",
|
|
"author": {
|
|
"name": "astur",
|
|
"email": "astur@yandex.ru",
|
|
"url": "http://kozlov.am/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/astur/arrgv/issues"
|
|
},
|
|
"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"
|
|
}
|