Files
codeql-action/node_modules/arrgv/package.json
2020-06-24 14:33:14 +01:00

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"
}