replace jest with ava

This commit is contained in:
Robert Brignull 2020-05-04 18:50:13 +01:00
parent 27cc8b23fe
commit 0347b72305
11775 changed files with 84546 additions and 1440575 deletions

33
node_modules/arrgv/package.json generated vendored Normal file
View file

@ -0,0 +1,33 @@
{
"name": "arrgv",
"version": "1.0.2",
"description": "Parsing string to array of args like node on bash do.",
"main": "index.js",
"author": "astur <astur@yandex.ru> (http://kozlov.am/)",
"scripts": {
"test": "eslint . && nyc ava -v"
},
"repository": {
"type": "git",
"url": "https://github.com/astur/arrgv.git"
},
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.4.0",
"eslint-config-astur": "^1.6.1",
"nyc": "^12.0.2"
},
"keywords": [
"arguments",
"cli",
"parcing",
"testing",
"options",
"args",
"argv"
],
"license": "MIT"
}